Commit f10ba0d3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not use the old UDP access for RTP/AVP

parent 421bedb9
......@@ -89,9 +89,6 @@ vlc_module_begin();
add_shortcut( "udpstream" );
add_shortcut( "udp4" );
add_shortcut( "udp6" );
add_shortcut( "rtp" );
add_shortcut( "rtp4" );
add_shortcut( "rtp6" );
add_shortcut( "udplite" );
add_shortcut( "rtptcp" ); /* tcp name is already taken */
add_shortcut( "dccp" );
......
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