add-ons / plugin.video.streamz

Kodi add-on to watch video-on-demand content from the Streamz service.
https://github.com/add-ons/plugin.video.streamz/wiki
GNU General Public License v3.0
19 stars 4 forks source link

Streams not starting: "No MOOV in stream" #29

Closed pl0ng closed 3 years ago

pl0ng commented 3 years ago

Hi,

Using R-Pi 3b with latest OSMC software. Streamz 1.0.2

Nothing in the library plays, giving following error in de kodi.log: 2020-12-31 14:38:20.264 T:1916080144 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.streamz/play/catalog/episodes/snip 2020-12-31 14:38:20.266 T:983523552 NOTICE: Creating InputStream 2020-12-31 14:38:20.639 T:983523552 ERROR: AddOnLog: InputStream Adaptive: Download https://dcs-vod.apis.anvato.net/vod/p/https://dpp-anvato-live.akamaized.net/eu/vod/*snip 2020-12-31 14:38:20.640 T:983523552 ERROR: AddOnLog: InputStream Adaptive: No MOOV in stream! 2020-12-31 14:38:20.675 T:1210052832 ERROR: AddOnLog: InputStream Adaptive: Download https://dcs-vod.apis.anvato.net/vod/p/https://dpp-anvato-live.akamaized.net/eu/vod/snip 2020-12-31 14:38:20.677 T:983523552 ERROR: CVideoPlayer::OpenInputStream - error opening [plugin://plugin.video.streamz/play/catalog/episodes/snip* 2020-12-31 14:38:20.677 T:983523552 NOTICE: CVideoPlayer::OnExit() 2020-12-31 14:38:20.708 T:1916080144 NOTICE: CVideoPlayer::CloseFile() 2020-12-31 14:38:20.708 T:1916080144 NOTICE: VideoPlayer: waiting for threads to exit 2020-12-31 14:38:20.708 T:1916080144 NOTICE: VideoPlayer: finished waiting 2020-12-31 14:38:21.236 T:1090515168 WARNING: [plugin.video.streamz] [resources.lib.kodiplayer] Player: PlayBackStopped triggered while waiting for start.

Ps: my inputstream adapative should be ok since VTMgo is running OK.

michaelarnauts commented 3 years ago

VTM Go is recently updated and it doesn't need the updated Inputstream anymore. You'll need to download the latest master branch of this add-on since that also contains the same workaround.

michaelarnauts commented 3 years ago

See https://github.com/add-ons/plugin.video.streamz/wiki/Installatie for how to install the development code.

Closing as duplicate of #22