[vlc-devel] commit: Try to fix Sout Dialog ( Part 1 ) (Jean-Baptiste Kempf )
Rémi Denis-Courmont
rdenis at simphalempin.com
Sat Aug 2 08:45:36 CEST 2008
Le samedi 2 août 2008 04:18:47 git version control, vous avez écrit :
> vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Aug 1
> 18:19:12 2008 -0700| [61930d9a77d4121ee7b2f0be0a205340df078233] |
> committer: Jean-Baptiste Kempf
>
> Try to fix Sout Dialog ( Part 1 )
The prefer UDP option seems not to work properly.
> This should fix part of the behaviour for RTP/UDP and the video/audio port.
> MRL is not correct since I don't exactly how it should look like for rtp
> with two ports.
When TS mux is used:
#rtp{dst=$IP,port=$PORT,mux=ts}
When TS mux is not used:
#rtp{dst=$IP,port-audio=$PORT1,port-video=$PORT2,port=$PORT3,mux=ts}
All ports MUST be even and distinct in any case. Personnally, I'd rather we
ditch port-audio and port-video altogether...
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list