Page 1 of 1

Stream MPEG-TS on UDP out questions

Posted: 10 Dec 2011 11:10
by vsdok
Hello,
I capture video and audio from device and I need to stream it to local network in mpeg-ts format.


TVsets would connect through the same local network to this PC to known output port and get streams.

The stream parameters must be:
Mpeg-ts container via UDP with multicast.

Can I stream mpeg-ts via udp protocol with VLC that other clients could connect to the specific port and take stream?

Re: Stream MPEG-TS on UDP out questions

Posted: 12 Dec 2011 02:24
by zplzk2
add this para:

sout=#transcode{vcodec=mp2v,fps=30}:std{access=udp,mux=ts,dst=[yourip:yourport]}

hope that will work