MediaPortal 2 recording (1 Viewer)

eltell

New Member
June 10, 2012
4
3
75
Home Country
Australia Australia
Hi Guys,

Question from a mewbie,
Forgive me if it's already been discussed but will this version have the MHEG5 capability for recording TV in I believe 2013 and onwards.

Thanks in advance :)
 

McGoober

Retired Team Member
  • Premium Supporter
  • August 13, 2006
    122
    105
    Cambridge, UK
    Home Country
    United Kingdom United Kingdom
    Yep that was mine.

    Although it was easy to create an implementation of MHEG for C# by porting a C++ one, it was much harder to integrate it into the TV server and client.

    The MHEG data happens to be in one or more extra streams within the MPEG Transport stream. These streams are identified by other tables within the transport stream and therefore could potentially be recorded along with the audio and video of the program you want to record. But you aren't guaranteed to get all data. Since MHEG is actually a scripting language it is possible for the script to call upon any other stream within the transport stream during it's execution. I believe this is how the adult programs in the UK (and possibly other countries) are hidden from normal users prying eyes. (not sure how I know this.. ;) .).

    With that said, you can see that it's actually quite a tricky task to record MHEG in full.

    For live tv it can get a bit easier depending on implementation. Since we are talking about Client-Server architecture, one would assume that the TV server filters out unwanted streams from the receiving transport stream before delivering it to the client. If this is the case then you can immediately see a problem. We would need some feedback mechanism to the TV server to allow it to add back in the streams required.

    I'm currently working on other things (DLNA support for MP2) and so don't have time to do this as well. But don't let that stop anyone else giving it a go. All the code for the rendering is there it just needs someone more experienced with the TV server to integrate it.
     

    eltell

    New Member
    June 10, 2012
    4
    3
    75
    Home Country
    Australia Australia
    Thanks for replies. Spragleknas I checked out your link to McGoober where there is a link to MythTV and in their Glossaary of terms section:

    MHEG
    From MythTV Official Wiki.
    MHEG is a type of Interactive TV used in DVB. It includes such things as an enhanced channel guide, access to additional video streams, and games. So far the MythTV implementation only contains support for the UK and New Zealand profiles.
    New Zealand has also decided to adopt MHEG as part of its FreeView digital platform. They are using a modified version of the UK 1.0.6 profile. Initial support for the NZ Profile is included in 0.21.

    So McGoober it seems like it's there allbeit on the backburner at present and as it's open source now as Jameson_uk points out it's only a question of time.

    I really don't know how you develpment guys find the time for all the work involved in producing mediaportal and still have your daily lives. You should all be applauded.
    Thanks a mill all of you.:)
     

    Users who are viewing this thread

    Similar threads

    restarting is supported but depends on the reason why it failed. As an external tool try JDownloader.org - Official Homepage
    restarting is supported but depends on the reason why it failed. As an external tool try JDownloader.org - Official Homepage
    Earlier this year I changed my internet service provider from a landline (where I was consistently overcharged), to a mains-powered...
    Replies
    1
    Views
    845
    I've updated dlls in first post. Fixes: Summary / Overview was always empty Collections were not filtered to official ones Studios were not populated Fallback to english tagline didn't work Score / Popularity now empty instead of dummy rating and unknown popularity numbers Also I've tried to compile plugin against MP 1.34 x64 and...
    I've updated dlls in first post. Fixes: Summary / Overview was always empty Collections were not filtered to official ones Studios...
    Hi! TheTVDB.com has movies in their API now. API itself looks ok now so I decided to add TVDB to Moving Pictures. Check it if you...
    Replies
    2
    Views
    520
    • Sticky
    We have just released MediaPortal 1.35 - Horizon x86 and x64 version. Highlights of this release Bugfixes: [MP1-5221] - Core: Fix FrameGrabbing for EVR [MP1-5222] - TV Server: Fix ISO-8859-10/14 DVB text encodings [MP1-5224] - Fix Card "CancelTune" request Since Pre-Release : New: Since Pre-Release : Improvement / Rework...
    We have just released MediaPortal 1.35 - Horizon x86 and x64 version. Highlights of this release Bugfixes: [MP1-5221] - Core...
    We have just released MediaPortal 1.35 - Horizon x86 and x64 version. Highlights of this release Bugfixes: [MP1-5221] - Core...
    Replies
    0
    Views
    536
    Thank you! I guess I was overthinking it.
    Thank you! I guess I was overthinking it.
    This is apparently such a low level question that it's not even documented that I can find - I apologize in advance for this: I...
    Replies
    2
    Views
    841
    • Sticky
    Pre Releases are provided as a way for the community to test and give feedback on all the exciting things we have lined up for the next release. We allocate about one month for Pre Release testing. In that time we will only fix bugs, after which comes the final release! Highlights of this release Bugfixes: [MP1-5221] - Core: Fix...
    Pre Releases are provided as a way for the community to test and give feedback on all the exciting things we have lined up for the...
    Pre Releases are provided as a way for the community to test and give feedback on all the exciting things we have lined up for the...
    Replies
    0
    Views
    696
    Top Bottom