Bug #1676
openrecording teletext
0%
Description
I have an issue with recording teletext from channels.
For example:
When I download in matroska format with wget "http://tvheadend:9981/stream/channelid/19" I get 4 streams: Video(mpgv), Audio(mpga), Subtitle(undf) and Subtitle(subt).
When I download in transport stream format with wget "http://tvheadend:9981/stream/channelid/19?mux=pass" I get 3 streams: Video(mpgv)(ID101), Audio(mpga)(ID102), Subtitle(dvbs)(ID107).
When I click the "i" button in the tvheadend webinterface under "Configuration->DVB Inputs->TV Adapters->Services" there are 5 PIDs: MPEG2VIDEO (ID101), MPEG2AUDIO (ID102), TELETEXT (ID106), DVBSUB (ID107), TEXTSUB (ID9080).
When I play the full muxdump (with vlc for example), I do have teletext. (tsinfo also reports ID106)
Is there a checkbox/patch I can try to get the http-stream to include the teletext stream?