home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
DVB Testing Results
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Anonymous" data-source="post: 5846"><p>Some Informations from my progress on my Delphi DVB-T Source Filter, might be usefull for the future ...</p><p></p><p><strong>EPG</strong></p><p>I figured out that the TIF is very limited with it´s EPG Parsing capabilitys. It parses only the Short Descriptor (the Name of the Program) and only for the next ~4 Hours. Anyway, i´ve written an own EPG Parser Filter that connects between MPEG Demux and TIF and parses the Full EPG Informations. It´s possible to hook an App into it by adding an Callback Interface ...</p><p></p><p><strong>Channel Switch</strong></p><p>That´s something i´m trying to figure out since weeks. A Switch to a Channel on another Frequency takes about 3 Seconds !!! It´s really annoying. With the Stream Buffer Engine enabled, it takes even longer. I tried to get some answers on MSDN, but .. no luck... It seems, a simple Tunerequest using ONID, SID, TSID, Freq and Bandwidth isn't enough. I´ve tried already to put everything i know (all the IComponents and the ILocator Informations), but still no luck ...</p><p></p><p><strong>Teletext/Subtitles</strong></p><p>Still working on that one... might be best to hook it up onto the second Pin of the VMR and display it over the Video...</p><p></p><p><strong>Audio Stream Selection</strong></p><p>Was a really simple implementation. After a Tunerequest has been commited, there is a Notification on the IBroadcastEvent (that your App must implement), You just enumerate through the IComponents and check each Component for ISO_IEC_11172_3_AUDIO, ISO_IEC_13818_3_AUDIO .. and store it´s PID. That PID can be mapped on Pin 3 of the MPEG Demux.</p><p></p><p><strong>MHP</strong></p><p>The most interisting part for me. i´m still searching for the Documents for that. I found one on mhp.org, but that doesn't seem to be enough.</p></blockquote><p></p>
[QUOTE="Anonymous, post: 5846"] Some Informations from my progress on my Delphi DVB-T Source Filter, might be usefull for the future ... [b]EPG[/b] I figured out that the TIF is very limited with it´s EPG Parsing capabilitys. It parses only the Short Descriptor (the Name of the Program) and only for the next ~4 Hours. Anyway, i´ve written an own EPG Parser Filter that connects between MPEG Demux and TIF and parses the Full EPG Informations. It´s possible to hook an App into it by adding an Callback Interface ... [b]Channel Switch[/b] That´s something i´m trying to figure out since weeks. A Switch to a Channel on another Frequency takes about 3 Seconds !!! It´s really annoying. With the Stream Buffer Engine enabled, it takes even longer. I tried to get some answers on MSDN, but .. no luck... It seems, a simple Tunerequest using ONID, SID, TSID, Freq and Bandwidth isn't enough. I´ve tried already to put everything i know (all the IComponents and the ILocator Informations), but still no luck ... [b]Teletext/Subtitles[/b] Still working on that one... might be best to hook it up onto the second Pin of the VMR and display it over the Video... [b]Audio Stream Selection[/b] Was a really simple implementation. After a Tunerequest has been commited, there is a Notification on the IBroadcastEvent (that your App must implement), You just enumerate through the IComponents and check each Component for ISO_IEC_11172_3_AUDIO, ISO_IEC_13818_3_AUDIO .. and store it´s PID. That PID can be mapped on Pin 3 of the MPEG Demux. [b]MHP[/b] The most interisting part for me. i´m still searching for the Documents for that. I found one on mhp.org, but that doesn't seem to be enough. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
DVB Testing Results
Contact us
RSS
Top
Bottom