Teletext subtitles (1 Viewer)

gibman

Retired Team Member
  • Premium Supporter
  • October 4, 2006
    2,998
    1,372
    Usa
    Home Country
    Ethiopia Ethiopia
    I have a few channels with teletext subtitles.
    So naturally I am happy to read that this is being worked on.

    (I know it isn't released yet.)

    But how will I activate the subs ?
    Does mediaportal remeber what sub you selected on any given channel ?
    This would make it easier for the user when the same channel is revisited - the subs are then auto-selected based on the previous sub. selected.

    using single- and multi- seat here.

    /Gibman
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    But how will I activate the subs ?
    Does mediaportal remeber what sub you selected on any given channel ?
    This would make it easier for the user when the same channel is revisited - the subs are then auto-selected based on the previous sub. selected.
    Currently I don't plan to modify anything there. Perhaps when the other stuff is done. But I have two possible solutions for your problem:
    - It would be possible to add an option to the setup of every channel, that will be written to the DB, where you can specifiy this page. If you than activate subtitles in MP and could check this option and activate the teletext.
    - Another solution would be that the serever caches all pages and than automatically determines the subtitle page and you can activate subtitle in MP. The problem is that it will only work, if there is only one page that is marked as subtitle.

    The modifications I mentioned in my earlier post are almost done. Currently I'm only sorting out some strange bugs and comment the new code. Hopefully I have a test version this weekend. This version will then use ACTIONs that exists in MP. When this version works I will integrate new ACTIONs to MP.

    MisterD
     

    jojjal

    Portal Pro
    October 21, 2006
    63
    0
    Home Country
    Sweden Sweden
    Great to see that Teletext subs is being worked on...

    My main problem with teletexthat subs is that it seems to update the subs every 15 sec..... I can tell that because if i have the teletext page, then i see the clock shows intervals of 15 seconds..... so the subtitles is kinda random..

    But thanks for all of your work...

    //johan
     

    gibman

    Retired Team Member
  • Premium Supporter
  • October 4, 2006
    2,998
    1,372
    Usa
    Home Country
    Ethiopia Ethiopia
    misterd: I like the first solution u mention about extending the channel table with a new field. Sure hope to see this one realized :)
    Also remember to modify the import export XML functionality of the tvserver in order to support the newly added field.

    But how are teletext subs activated in general ?
    Do I have to enter the teletext module and enter a specific page nr ?

    It would be prettier if teletext subs could be selected from the context menu when watching TV.

    F9 -->context
    Teletext Subs --> sub menu
    xxx none
    111 danish
    112 norwegian
    etc.
    Also a marking of the currently running subtitle would be nice too.
    :D

    /Gibman
     

    Throt

    Portal Member
    March 3, 2006
    29
    0
    Home Country
    Sweden Sweden
    not transparent ?

    Hi

    Tried last nights build of the tvserver, but for me the subtitles weren't transparent, i e the teletext box never disappeard but was a big black box covering the picture, like it was with the early 0.2.2.0 versions. A known issue or am I the only one experiencing it?

    Keep up the good work!

    Cheers
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    My main problem with teletexthat subs is that it seems to update the subs every 15 sec..... I can tell that because if i have the teletext page, then i see the clock shows intervals of 15 seconds..... so the subtitles is kinda random..
    The reason for this is very simple. The server stores every received page in his cache and then determines the rotation time. The standard rotation time is 15 seconds. But the client doesn't get informed by the server. The client only requests the pages and then gets the current stored page in the cache. To avoid a high cpu load the client uses the rotation time as interval.
    This can be fixed, but there are a lot of code changes needed in the server and client module.

    Hi

    Tried last nights build of the tvserver, but for me the subtitles weren't transparent, i e the teletext box never disappeard but was a big black box covering the picture, like it was with the early 0.2.2.0 versions. A known issue or am I the only one experiencing it?
    I just tested it and can confirm the issue. In one of my last patches for the teletext module I made a small mistake. In my personal test version this issue is already fixed.

    But how are teletext subs activated in general ?
    Do I have to enter the teletext module and enter a specific page nr ?
    Exactly.

    It would be prettier if teletext subs could be selected from the context menu when watching TV.

    F9 -->context
    Teletext Subs --> sub menu
    xxx none
    111 danish
    112 norwegian
    etc.
    Also a marking of the currently running subtitle would be nice too.
    The detection of all subtitle pages isn't a problem, but there is no possibility to detect the language. But I will make some brainstorming on this.

    MisterD
     

    Throt

    Portal Member
    March 3, 2006
    29
    0
    Home Country
    Sweden Sweden
    Fixes usable in TVengine2?

    MisterD,
    Not knowing if there is 2 totally diffrent versions of the teletext module in v2 and v3, but would it be possible to use your current stutter-fixes in tvengine v2 as it doesn't seem to suffer from that 15s rotation time?

    Cheers
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    The teletext modules are very similar and most of the patches could be transferred to TVE2. The main problem is that I don't have a running installation of the TVE2 and so I can't test anything.

    But the problem with the rotation time can be also removed in TVE3. IMHO there are two possible solutions:
    - Every time the server receives a new version of the page, it automatically sends it to the corresponding client. This should be the easier solution.
    - The server also records the teletext in the .ts file and timeshift buffers. Then the whole handling of the teletext could be done in the client. IMHO this is the better solution, but I don't know how to modify the filter to store the teletext data in the file.

    Perhaps I will look at this problem when the first step is completed and committed to SVN. I think that I can post a test version of my modified teletext module on Sunday.

    Regards,
    MisterD
     

    Bram

    Portal Pro
    December 12, 2005
    851
    3
    's-Hertogenbosch
    Home Country
    Netherlands Netherlands
    Would the second option include timeshifting and recording subtitles? That would be awesome!
    I'm using TVE2 b.t.w.
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    Yes, but as mentioned I don't know how to modify the filter to write the data to the ts files and this is the big problem. But it should be possible to do this.
    And don't forget that this would only be possible with TVE3 and .ts recordings.

    MisterD
     

    Users who are viewing this thread

    Similar threads

    I'm running 2.5 with the WMC skin. I have .mp4 files, along with the related .srt files in the same folder. I can watch the movies just fine. In past versions of MP, like 2.4x, I could press the More Info button on my remote twice, and on the second press, an option for showing/choosing the subtitles was listed. I'd select the...
    I'm running 2.5 with the WMC skin. I have .mp4 files, along with the related .srt files in the same folder. I can watch the...
    I'm running 2.5 with the WMC skin. I have .mp4 files, along with the related .srt files in the same folder. I can watch the...
    Replies
    0
    Views
    3K
    MP1 MP2 MP2 - V2.5 MP2 - V2.5 Server on Windows 11 Pro DE
    Good evening, the last weeks my MP2.5 Server with TVE3 is running not very good/stable. After 30 min the server quits working after changing EPG from EPG Buddie to Clickfinder (TV Movie). The OS and the MP2.5 Server Software were installed several times new, but in general nothing changed. Are there any changes or setting needed for...
    Good evening, the last weeks my MP2.5 Server with TVE3 is running not very good/stable. After 30 min the server quits working...
    Good evening, the last weeks my MP2.5 Server with TVE3 is running not very good/stable. After 30 min the server quits working...
    Replies
    0
    Views
    1K
    Hi mate, As usual, you are always first up with an offer of assistance, and I really appreciate it. So sorry I haven't replied. I'll send you a PM now. Cheers, Steve.
    Hi mate, As usual, you are always first up with an offer of assistance, and I really appreciate it. So sorry I haven't replied...
    It appears that MP somehow caches previously used subtitle files for subsequent use next time the same video is played. My problem...
    Replies
    2
    Views
    2K
    MP1 MP2 Kodi Plugin DE
    Some MP2 installers contain three TV Servers: TVE3 TVE3.5 TvMosaic If the installer that you used offers you the choice of these three TV Servers, select TVE3. If you selected TVE3.5, run the installer again and select TVE3. The Kodi plugin is described as being intended for MP 2.5 and TVE3, so it should work. Unfortunately I do...
    Some MP2 installers contain three TV Servers: TVE3 TVE3.5 TvMosaic If the installer that you used offers you the choice of these...
    Hi, I have read some thread discussions but I still have not understood what is happening. I have MediaPortal 2.5. To use it...
    Replies
    2
    Views
    1K
    Well, all that remains is to find someone who will add this render if it is a render.
    Well, all that remains is to find someone who will add this render if it is a render.
    Are there plans to support other video renderers? MadVR got added a while ago, but this a 'hardcoded' selection in the...
    Replies
    23
    Views
    9K
    Top Bottom