Hi all,
Looking for some suggestions to fix what I think is a time out issue. I am trying to get this plug in Das Erste Mediathek | Kodi | Open Source Home Theater Software working correctly on a Raspberry Pi 3 running LibreELEC 8.0.2.
Now when I try to play something it fails and tells me to look at the log:
11:12:08.726 T:1961721856 NOTICE: VideoPlayer: Opening: http://universal-vod.daserste.de/i/int/2017/06/14/07c8fcac-154a-4097-94e1-83e3c968df14/,512-1,960-1,1280-1,640-1,320-1,480-1,.mp4.csmil/master.m3u8
11:12:08.727 T:1961721856 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
11:12:10.305 T:1566569376 NOTICE: Creating InputStream
11:12:11.198 T:1566569376 NOTICE: Creating Demuxer
11:12:41.291 T:1566569376 ERROR: OpenDemuxStream - Error creating demuxer
11:12:41.291 T:1566569376 NOTICE: CVideoPlayer::OnExit()
11:12:41.293 T:1961721856 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.daserstemediathek/?thumb=http%3A%2F%2Fwww.daserste.de%2Funterhaltung%2Fsoaps-telenovelas%2Frote-rosen%2Fsendung%2Fpeer-ist-hannes-sigrid-und-jacqueline-dankbar-dass-sie-ihn-bei-der-eroeffnung-der-folge-2447-100%7E_ts-edd0b9_v-varm.jpg&url=http%3A%2F%2Fwww.daserste.de%2Fdasersteapp%2Ffolge-2447-104%7Efull.json&mode=libDasErstePlay]
11:12:41.294 T:1961721856 NOTICE: CVideoPlayer::CloseFile()
11:12:41.294 T:1961721856 NOTICE: VideoPlayer: waiting for threads to exit
11:12:41.294 T:1961721856 NOTICE: VideoPlayer: finished waiting
11:12:41.295 T:1961721856 NOTICE: CVideoPlayer::CloseFile()
11:12:41.295 T:1961721856 NOTICE: VideoPlayer: waiting for threads to exit
11:12:41.295 T:1961721856 NOTICE: VideoPlayer: finished waiting
You can see there is a clear 30 seconds between Creating Demuxer and OpenDemuxStream - Error creating demuxer. The stream plays correctly in VLC on windows. The stream also plays correctly on the Pi when I use a link with less latency.
Is there a client side timer I can change to force this to wait more than 30 seconds before failing?