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!)
MERGING MediaPortal Url Source Splitter & IPTV Filter
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="pilehave" data-source="post: 1108390" data-attributes="member: 71550"><p>I'm trying hard here to get OLV to play a m3u8 playlist, HLS. I opened the "master.m3u8" playlist, and found this:</p><p></p><p>[code]#EXTM3U</p><p>#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1126000,RESOLUTION=854x480</p><p>http://drod01f-vh.akamaihd.net/i/all/clear/streaming/2c/545023bd6187a208b4e31f2c/1864--3-8-_0c6089d0e7e04f2b9e3b208eca02c38e_,1127,562,248,.mp4.csmil/index_0_av.m3u8?null=</p><p>#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=561000,RESOLUTION=640x360,CODECS="avc1.66.30, mp4a.40.2"</p><p>http://drod01f-vh.akamaihd.net/i/all/clear/streaming/2c/545023bd6187a208b4e31f2c/1864--3-8-_0c6089d0e7e04f2b9e3b208eca02c38e_,1127,562,248,.mp4.csmil/index_1_av.m3u8?null=</p><p>#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=247000,RESOLUTION=416x234,CODECS="avc1.66.30, mp4a.40.2"</p><p>http://drod01f-vh.akamaihd.net/i/all/clear/streaming/2c/545023bd6187a208b4e31f2c/1864--3-8-_0c6089d0e7e04f2b9e3b208eca02c38e_,1127,562,248,.mp4.csmil/index_2_av.m3u8?null=[/code]</p><p></p><p>I picked the first URL and hardcoded it in OLV so it plays this file no matter which video I choose in my extension <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>But, OLV throws a "DemuxerNotCreatedAllDataReceived" error:</p><p></p><p>[code][11-03 20:53:15,371] [MPMain ] [INFO ] Preparing graph for playback of 'http://drod01f-vh.akamaihd.net/i/all/clear/streaming/2c/545023bd6187a208b4e31f2c/1864--3-8-_0c6089d0e7e04f2b9e3b208eca02c38e_,1127,562,248,.mp4.csmil/index_0_av.m3u8?null='</p><p>[11-03 20:53:15,646] [OnlineVideos] [INFO ] Start prebuffering ...</p><p>[11-03 20:53:15,884] [OnlineVideos] [DEBUG] Buffering: 55/63 KB (88%)</p><p>[11-03 20:53:15,934] [OnlineVideos] [DEBUG] Buffering: 63/63 KB (100%)</p><p>[11-03 20:53:16,034] [OnlineVideos] [WARN ] System.Runtime.InteropServices.COMException (0xFFFFFFF6): Undtagelse fra HRESULT: 0xFFFFFFF6</p><p> ved OnlineVideos.MPUrlSourceFilter.IFilterState.IsFilterReadyToConnectPins()</p><p> ved OnlineVideos.MediaPortal1.Player.OnlineVideosPlayer.BufferFile()</p><p>[11-03 20:53:16,035] [OnlineVideos] [INFO ] Buffering was aborted.</p><p>[11-03 20:53:16,224] [OnlineVideos] [WARN ] OnlineVideos.OnlineVideosException: DemuxerNotCreatedAllDataReceived</p><p> ved OnlineVideos.MediaPortal1.Player.OnlineVideosPlayer.BufferFile()</p><p> ved OnlineVideos.MediaPortal1.GUIOnlineVideos.<>c__DisplayClass80.<Play_Step4>b__7c()</p><p> ved OnlineVideos.MediaPortal1.Gui2UtilConnector.<>c__DisplayClass5.<ExecuteInBackgroundAndCallback>b__2()[/code]</p><p></p><p>Attached is my MPUrlSourceSplitter.log. Can you spot the problem?</p></blockquote><p></p>
[QUOTE="pilehave, post: 1108390, member: 71550"] I'm trying hard here to get OLV to play a m3u8 playlist, HLS. I opened the "master.m3u8" playlist, and found this: [code]#EXTM3U #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1126000,RESOLUTION=854x480 http://drod01f-vh.akamaihd.net/i/all/clear/streaming/2c/545023bd6187a208b4e31f2c/1864--3-8-_0c6089d0e7e04f2b9e3b208eca02c38e_,1127,562,248,.mp4.csmil/index_0_av.m3u8?null= #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=561000,RESOLUTION=640x360,CODECS="avc1.66.30, mp4a.40.2" http://drod01f-vh.akamaihd.net/i/all/clear/streaming/2c/545023bd6187a208b4e31f2c/1864--3-8-_0c6089d0e7e04f2b9e3b208eca02c38e_,1127,562,248,.mp4.csmil/index_1_av.m3u8?null= #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=247000,RESOLUTION=416x234,CODECS="avc1.66.30, mp4a.40.2" http://drod01f-vh.akamaihd.net/i/all/clear/streaming/2c/545023bd6187a208b4e31f2c/1864--3-8-_0c6089d0e7e04f2b9e3b208eca02c38e_,1127,562,248,.mp4.csmil/index_2_av.m3u8?null=[/code] I picked the first URL and hardcoded it in OLV so it plays this file no matter which video I choose in my extension :) But, OLV throws a "DemuxerNotCreatedAllDataReceived" error: [code][11-03 20:53:15,371] [MPMain ] [INFO ] Preparing graph for playback of 'http://drod01f-vh.akamaihd.net/i/all/clear/streaming/2c/545023bd6187a208b4e31f2c/1864--3-8-_0c6089d0e7e04f2b9e3b208eca02c38e_,1127,562,248,.mp4.csmil/index_0_av.m3u8?null=' [11-03 20:53:15,646] [OnlineVideos] [INFO ] Start prebuffering ... [11-03 20:53:15,884] [OnlineVideos] [DEBUG] Buffering: 55/63 KB (88%) [11-03 20:53:15,934] [OnlineVideos] [DEBUG] Buffering: 63/63 KB (100%) [11-03 20:53:16,034] [OnlineVideos] [WARN ] System.Runtime.InteropServices.COMException (0xFFFFFFF6): Undtagelse fra HRESULT: 0xFFFFFFF6 ved OnlineVideos.MPUrlSourceFilter.IFilterState.IsFilterReadyToConnectPins() ved OnlineVideos.MediaPortal1.Player.OnlineVideosPlayer.BufferFile() [11-03 20:53:16,035] [OnlineVideos] [INFO ] Buffering was aborted. [11-03 20:53:16,224] [OnlineVideos] [WARN ] OnlineVideos.OnlineVideosException: DemuxerNotCreatedAllDataReceived ved OnlineVideos.MediaPortal1.Player.OnlineVideosPlayer.BufferFile() ved OnlineVideos.MediaPortal1.GUIOnlineVideos.<>c__DisplayClass80.<Play_Step4>b__7c() ved OnlineVideos.MediaPortal1.Gui2UtilConnector.<>c__DisplayClass5.<ExecuteInBackgroundAndCallback>b__2()[/code] Attached is my MPUrlSourceSplitter.log. Can you spot the problem? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
MERGING MediaPortal Url Source Splitter & IPTV Filter
Contact us
RSS
Top
Bottom