Kodi Community Forum

Full Version: [Fire TV] OpenDemuxStream - Error creating demuxer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all, I've got a strange problem with Kodi 17.1, 17.2, 17.6 on my Fire TV.

I'm using the plugin "DR TV" (https://kodi.wiki/view/Add-on:DR_TV - latest version, in the official Kodi repo) and I am unable to watch live streams.

I don't understand why, as it works perfectly on Kodi 16 and 16.1. Full log is here http://ix.io/15Js, extract is below:
Quote:11:13:25.635 T:1405765712 NOTICE: ES: Starting UDP Event server on port 9777
11:13:25.635 T:1405765712 NOTICE: UDP: Listening on port 9777 (ipv6 : false)
11:13:39.038 T:1400656392 ERROR: GetDirectory - Error getting
11:13:53.129 T:1106699544 ERROR: Previous line repeats 6 times.
11:13:53.176 T:1106699544 NOTICE: VideoPlayer: Opening: https://dr01-lh.akamaihd.net/i/live/dr01...b=100-4000
11:13:53.208 T:1106699544 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
11:13:53.803 T:1424588064 NOTICE: Creating InputStream
11:13:54.140 T:1424588064 NOTICE: Creating Demuxer
11:14:24.272 T:1424588064 ERROR: OpenDemuxStream - Error creating demuxer
11:14:24.310 T:1424588064 NOTICE: CVideoPlayer::OnExit()
11:14:24.438 T:1106699544 ERROR: Playlist Player: skipping unplayable item: 0, path [https://dr01-lh.akamaihd.net/i/live/dr01...b=100-4000]
11:14:24.536 T:1106699544 NOTICE: CVideoPlayer::CloseFile()
11:14:24.545 T:1106699544 NOTICE: VideoPlayer: waiting for threads to exit
11:14:24.545 T:1106699544 NOTICE: VideoPlayer: finished waiting
11:14:24.556 T:1106699544 NOTICE: CVideoPlayer::CloseFile()
11:14:24.556 T:1106699544 NOTICE: VideoPlayer: waiting for threads to exit
11:14:24.556 T:1106699544 NOTICE: VideoPlayer: finished waiting
11:14:40.574 T:1106699544 NOTICE: VideoPlayer: Opening: https://dr03-lh.akamaihd.net/i/live/dr03...b=300-5000
11:14:40.574 T:1106699544 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
11:14:41.662 T:1399731776 NOTICE: Creating InputStream
11:14:42.120 T:1399731776 NOTICE: Creating Demuxer
11:15:12.259 T:1399731776 ERROR: OpenDemuxStream - Error creating demuxer
11:15:12.261 T:1399731776 NOTICE: CVideoPlayer::OnExit()

Any idea how I could fix, other than downgrading to Kodi 16?

Thanks

Peter
The log doesn't have debug logging enabled.

Could you switch it on (settings > system > logging > enable debug logging (top entry in the debug section), reboot your device and then reproduce the issue and upload that log.

Afterwards you can switch it off again, but it will give logs with much more information in them to help with the issue.
(2018-04-03, 16:35)DarrenHill Wrote: [ -> ]The log doesn't have debug logging enabled.

Could you switch it on (settings > system > logging > enable debug logging (top entry in the debug section), reboot your device and then reproduce the issue and upload that log.

Afterwards you can switch it off again, but it will give logs with much more information in them to help with the issue.
Thanks for your help @DarrenHill. I followed your instructions and the new log file is here:
https://paste.ubuntu.com/p/BWWQ2ggNmX/
Bump for help?
I think that's one to raise with the add-on author, it's most likely it needs updating due to changes between Jarvis and Krypton.

http://tommy.winther.nu/wordpress/forums...nu-player/

https://github.com/xbmc-danish-addons/plugin.video.drnu
Thanks