Page 1 of 1

Metadata with TS Stream from DVB-T Source

Posted: 29 Apr 2009 05:50
by adammw
Hi.
How can I stream "Now Playing" and "EPG" data along with my video and audio from a DVB-T Channel.
Currently I am using the following code to stream:

Code: Select all

vlc --ttl 3 --program=$prog dvb:// --dvb-frequency=$freq --dvb-bandwidth=7 --sout="#transcode{vcodec=h264,acodec=mp4a,scodec=telx,ab=128,channels=2,vb=512,height=272,width=480}:std{dst=0.0.0.0:1234/stream.ts,access=http{mime=video/mp2t},mux=ts}"
How do I also get it to stream this metadata?
Thank you.