Commit 7c0f0b05 authored by Christophe Massiot's avatar Christophe Massiot

* modules/access/udp.c: Disabled ts forcing on streamtype 33 because it

   is autodetected (refs http://forum.videolan.org/viewtopic.php?t=10257).
parent 88e95e3e
......@@ -439,7 +439,8 @@ static block_t *BlockChoose( access_t *p_access )
{
case 33:
msg_Dbg( p_access, "detected TS over RTP" );
p_access->psz_demux = strdup( "ts" );
/* Disabled because it is auto-detected. */
/* p_access->psz_demux = strdup( "ts" ); */
break;
case 14:
......
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