(2012-10-23, 20:54)basco Wrote: huh?
i use teletext subs every day without selecting the teletext page number.
my teletext subs are automatically added to the subs you can select in the xbmc audio menu.
i use tvheadend + frodo, but this has worked in eden too.
Yes it works with tvheadend but not with Enigma2 PVR addon and many other PVR addons.
Only way to get Teletext subtitle there is with 'v' and then manually select subtitle page and problem there is that subtitles comes a few seconds to fast.
Same thing happens if i watch any .ts stream in normal video player in XBMC.
(2012-10-23, 19:35)Jönke Wrote: Ok how come tvheadend does have subtitles ? All swedish channels have subs, both teletext and dvd sub! I can change them in xbmc meny and dont have to use teletext numbers. Whats the diffrence from other backends?
Only HD channels have DVB subtitles and SD channels have Teletext subtitles.
(2012-10-23, 17:39)Uukrul Wrote: (2012-10-23, 12:43)Leatherface Wrote: Because many channels in sweden for example use Teletext subtitles and addons lika Vu+/Enigma2 doesn't have Teletext subtitle support so i have to use Teletext plugin and manually go to subtitle page.
No PVR addon supports teletext subtitles because XBMC doesn't support them. That's the reason you have to use the Teletext function and press the page number to see them. It would be great if XBMC could add them to the supported subtitles, that way they could be displayed with TTF fonts and the delay could be set.
tvheadend supports Teletext and i had subtitles when i tested it with vtuner (atleast with Eden as i used earlier).
But vtuner isn't stable for me outside my LAN so that's why i use Enigma2 PVR addon.
And if you check HTS source you will find this for example
else if(!strcmp(type, "TELETEXT"))
{
m_Streams.stream[m_Streams.iStreamCount].iCodecType = AVMEDIA_TYPE_SUBTITLE;
m_Streams.stream[m_Streams.iStreamCount].iCodecId = CODEC_ID_DVB_TELETEXT;
}