Teletext subtitles (2 Viewers)

KoktGrus

Portal Pro
November 8, 2006
233
0
34
Home Country
Sweden Sweden
Is there any teletext subtitle support in the TVE3??
 

Throt

Portal Member
March 3, 2006
29
0
Home Country
Sweden Sweden
There is, unfortunately it causes stuttering when active. Mistered hopefully has some ideas to fix them.
 

misterd

Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    I have ideas to fix the problem, but I haven't much time at the moment. The main problem is that I have to find a balance between performance and a good design.
    I will try to find some time next week, but I can't promise anything.

    MisterD
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    At the moment only be patient and wait. But you all can and should test the modification when it's done. Because we haven't much programmes with subtitles in Germany. Hopefully then the patch also will be sooner committed to svn.

    MisterD
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    Status update

    I have worked on the stuttering problem the last days and I think that I have fixed it. You have only a small stuttering when you activate the teletext and the first page appears. The stuttering when the first page appears could also be removed, if I reintegrate the logo page from TVE2.
    But I have still some other things on my to do list for the teletext module of the plugin:
    - Update of the page renderer for a better support of boxed teletext pages like subtitles and newsflashs
    - Remove duplicate code and other cleanups
    - Add comments to the code
    - Change from keycode to internal actions
    - Possibility to change between transparent and non transparent mode
    - Better initial image, because with PM III you only see a strange black image.

    If you have any other suggestions post it here.

    MisterD
     

    Throt

    Portal Member
    March 3, 2006
    29
    0
    Home Country
    Sweden Sweden
    Thank you Misterd!

    That sounds great, can't wait to check it out!

    Cheers
     

    J-B-N

    Portal Pro
    December 29, 2005
    196
    20
    Sweden
    Home Country
    Sweden Sweden
    If you have any other suggestions post it here.

    This might be a bit of topic since it is not about teletext subtitles but rather teletext itself.

    Before I started to use MP I usually used teletext everyday (often many times), these days I don't. The main reason for this is the slow startup, it takes a few seconds for the first page to display. From what I have seen in the code that would be during a caching phase? Because after the initial wait it is fast, very fast I gather. Is there someway to cache the start page (page 100) when you first enter a new channel? From a user perspective I guess that when you press the teletext button you will then see page 100 right away and then have to wait a few seconds for all the rest. That is at least from my prespective a good tradeoff.

    There is of course one tiny detail more, the default mapping on the MCE remote doesn't have a page+1 and page-1 button (or have I missed something). Ie I want to press a button, arrow up or channel up or something for page+1. In the beginning I used to add that mapping by hand with every new install of MP but because of issue 1 I have stopped doing that.

    Thanks for any help, all your good work is really appriciated!
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    This might be a bit of topic since it is not about teletext subtitles but rather teletext itself.
    I'm trying to improve the whole teletext module. Not only the subtitle part.

    Before I started to use MP I usually used teletext everyday (often many times), these days I don't. The main reason for this is the slow startup, it takes a few seconds for the first page to display. From what I have seen in the code that would be during a caching phase? Because after the initial wait it is fast, very fast I gather. Is there someway to cache the start page (page 100) when you first enter a new channel? From a user perspective I guess that when you press the teletext button you will then see page 100 right away and then have to wait a few seconds for all the rest. That is at least from my prespective a good tradeoff.
    The TVServer uses a cache for all pages including all subpages. The main problem of the slow startup is that the TVServer only starts to cache the pages, when you start the teletext module. If you have started it and don't change the channel the TVServer still grabs all pages. If you change to a new channel then you have to start the teletext module before the caching process starts again.
    I don't know why the server doesn't start this caching process when you start watching a channel. Since this must be done somewhere in the TVServer, I can't promise anything.

    There is of course one tiny detail more, the default mapping on the MCE remote doesn't have a page+1 and page-1 button (or have I missed something). Ie I want to press a button, arrow up or channel up or something for page+1. In the beginning I used to add that mapping by hand with every new install of MP but because of issue 1 I have stopped doing that.
    This is why I'm want to change from the keycodes to the internal ACTIONS. They can be better used by remotes etc. I want to create an action for every operation you can do in the teletext, e.g. subpage up/down, next/prev page.

    MisterD
     

    J-B-N

    Portal Pro
    December 29, 2005
    196
    20
    Sweden
    Home Country
    Sweden Sweden
    It is very good to hear you are planning to improve the entire teletext module!

    The TVServer uses a cache for all pages including all subpages. The main problem of the slow startup is that the TVServer only starts to cache the pages, when you start the teletext module. If you have started it and don't change the channel the TVServer still grabs all pages. If you change to a new channel then you have to start the teletext module before the caching process starts again.
    I don't know why the server doesn't start this caching process when you start watching a channel. Since this must be done somewhere in the TVServer, I can't promise anything.

    It would naturally be very good to have the teletext caching start directly (soon) after a channel change. I don't know the CPU requirements and the potential impact of having the chaching start during the channel change but just after playback has started a chaching should be able to run with minimal impact on system performance.

    Why is the chache built as a memory bound parameter? Ie why not store the cache in the database? From my experience a teletext page doesn't change that often, and if you zap between two channels you don't need to rebuild the entire chache. Storing the teletext chache in a database would cost some harddisk but all things considered not that much and there would be a fraction higher latancy to retrieve the pages.

    Anyhow just something I have been thinking about.

    This is why I'm want to change from the keycodes to the internal ACTIONS. They can be better used by remotes etc.

    Oh, I see, excellent!
     

    Users who are viewing this thread

    Similar threads

    Can't get TV subtitle working on Google Chromecast TV with MPTVScheduler, no problem with PC client. Australia TeleText subtitle here.
    Can't get TV subtitle working on Google Chromecast TV with MPTVScheduler, no problem with PC client. Australia TeleText subtitle here.
    Can't get TV subtitle working on Google Chromecast TV with MPTVScheduler, no problem with PC client. Australia TeleText subtitle here.
    Replies
    0
    Views
    883
    @CyberSimian Thank you very much. That has worked!!
    @CyberSimian Thank you very much. That has worked!!
    Do live TV subtitles work for TV in Australia? If so what are the settings? I am a 74 year old with hearing impairment and have...
    Replies
    12
    Views
    2K
    • Sticky
    MP1 MP2 [News] MediaPortal 2 - 2.5 Release DE
    Will be version 2.5.1 ready quite soon? I read somewhere it will be a bugfix release, no new features are probably not in focus.
    Will be version 2.5.1 ready quite soon? I read somewhere it will be a bugfix release, no new features are probably not in focus.
    We are proud to present MediaPortal 2.5 MediaPortal 2.5 is a full-blown media center software that addresses most common user...
    Replies
    70
    Views
    5K
    This is not possible, only on the bluray present subtitles can be selected. Same as above. Audio streams can never be selected apart from the merged ones. You'll have to use tools like the mentioned Media-Buddy to achieve that. Subtitles of local media can be placed into the same folder (with the same name) into the video file. You...
    This is not possible, only on the bluray present subtitles can be selected. Same as above. Audio streams can never be selected...
    Hi, is it possible to include downloaded subtitles during Bluray playback? While playing a Bluray, i can open the menu to select...
    Replies
    1
    Views
    939
    Good luck, I am really not too sure how well CAM and MP work together with any tuner. Just a thought would it not be cheaper to just buy another C1+ card then there would be no need to prioritise the tuners? BTW the TBS Deutschland website specifically states that C1+ cards are not supported but I think that is a local issue with the...
    Good luck, I am really not too sure how well CAM and MP work together with any tuner. Just a thought would it not be cheaper to...
    Hi, I have installed the MP2 server ion a Win11 server, for Swedish DVB-T2 channels with CAM/CI+. I have never used MP before, but...
    Replies
    37
    Views
    5K
    Top Bottom