- April 4, 2006
- 1,597
- 314
- Home Country
- Germany
There are several problems with the current implementation. First of all the stuttering. I have fixed this in my private version and did some enhancements to the renderer but this fix is really only a workaround and it could be that it doesn't work for everyone. The reason is that the stuttering is something like a timing problem of rendering the received bytes and rendering the image by the core.Except for subtitles what exactly is the problem with the current teletext implementation? (must admit i havent read all of this thread, so this might be a stupid question).
Also mantis bug 930 is a timing problem, but this is really hard to fix with the current implementation. Especially for TVE2, because the filter solution doesn't work there.
And last but not least the rotation time. With TVE3 the client has to request the page and somewhere there is a bug, because the rotation time is always set to 15 seconds. This is really annoying, because you always to have wait this time for an update. In TVE2 an event is raised when a new page arrives and the page gets automatically updated. Of course you can add an event to TVE3 and the problem is solved, but regarding to all other problems I don't prefer this solution.
From my point of view I think it's the best to write one filter that can handle the whole teletext stuff. Also other applications that use TVE3 doesn't need to write their own teletext mechanism and can use this filter. My main problem is that I have no idea how the windows teletext mode in MP can be done with a filter, but this is that I will think about next month.