mirror of https://github.com/mpv-player/mpv
Added support for multiplexed (audio+video) RTP streams.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11986 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4594011e67
commit
0949f9a230
|
@ -1298,7 +1298,7 @@ switch(file_format){
|
|||
#endif
|
||||
#ifdef STREAMING_LIVE_DOT_COM
|
||||
case DEMUXER_TYPE_RTP: {
|
||||
demux_open_rtp(demuxer);
|
||||
demuxer = demux_open_rtp(demuxer);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue