[vlc] Re: UDP size in vlc streaming

Laurent Aimar fenrir at via.ecp.fr
Tue May 6 21:58:53 CEST 2003


On Tue, May 06, 2003, bessem wrote:
>  I use VLC-0.5.3 as a server to stream video. how I can 
> modify the number of MPEG frames(TS) encapsulated in each UDP packet.

 You could use --mtu option *but* it will change the value for both
input(reading) and output(sending).

 Or you could modify modules/access_out/udp.c at line 196 to suit to your
needs. This should work: p_sys->i_mtu = nb_of_ts_packet * 188

-- 
fenrir

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list