Hi,
I want to create a TV stream with the vbi subtitles (page 888) burned in.
I got this working with following command line:
vlc --vbi-page 888 --no-vbi-text udp://@239.232.200.2:50000 --sout '#transcode{vcodec=mp2v,vb=4000,scale=1,scodec=dvbs,soverlay}:std{access=udp{ttl=15},mux=ts,dst=239.232.201.2:50000}'
The only thing is that I have to click on the "teletext" button on the user interface to start the subtitles.
I haven't been able to find a command line option to start this.
Any ideas ?