I use VLC 3.0.8 in Windows 10 OS.
I capture signal from DVB-T card and stream it to VLC display, HTTP and a file.
I use VLC UI for the setup, not command line, with following parameters:
MRL:
Code: Select all
dvb-t://frequency=177500000:bandwidth=0
Code: Select all
:dvb-adapter=0 :live-caching=300 :programs=1317
Program 1317 has 4 elementary streams: video, audio, private and teletext. Closed captions are on page 801.
Generated stream output string:
Code: Select all
:sout=#duplicate{dst=display,dst=http{mux=ts,dst=:8080/test},dst=file{dst=c:\\vlc\\file.ts}}
Display plays the video and shows closed captions.
File has audio and video streams, teletext stream is not there.
Another VLC instance captures and plays HTTP stream. Teletext menu does not appear on VLC UI.
Can you please advise what should be changes in parameters in order to deliver closed captions not only to VLC display but also to the destination file and HTTP stream?
Thanks!
Michael O