Commit 58cf097d authored by Marian Durkovic's avatar Marian Durkovic

fixed rtp with mux=ts

parent 0644d438
......@@ -397,7 +397,7 @@ static int Open( vlc_object_t *p_this )
sout_access_out_t *p_grab;
char *psz_rtpmap, url[NI_MAXHOST + 8], access[17], psz_ttl[5], ipv;
if( p_sys->psz_destination )
if( !p_sys->psz_destination || *p_sys->psz_destination == '\0' )
{
msg_Err( p_stream, "rtp needs a destination when muxing" );
free( p_sys );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment