how i can play a mpd video ?
#1
Hello,
I can no longer play mpd videos whereas before it worked. I enabled the InputStream Adaptive addon but it still doesn't work. This is what is shown in the log:
Code:
2022-03-24 15:30:53.739 T:10032   ERROR <general>: CDVDDemuxFFmpeg::Open - error probing input format, http://download.tsi.telecom-paristech.fr...-AV-BS.mpd
2022-03-24 15:30:53.739 T:10032   ERROR <general>: CVideoPlayer::OpenDemuxStream - Error creating demuxer
2022-03-24 15:30:53.740 T:10032    INFO <general>: CVideoPlayer::OnExit()
2022-03-24 15:30:53.753 T:11100    INFO <general>: Deleting settings information for files plugin://plugin.video.example/?action=play&video=http%3A%2F%2Fdownload.tsi.telecom-paristech.fr%2Fgpac%2FDASH_CONFORMANCE%2FTelecomParisTech%2Fmp4-live%2Fmp4-live-mpd-AV-BS.mpd
2022-03-24 15:30:53.788 T:7500     INFO <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2022-03-24 15:30:53.795 T:7500     INFO <general>: CVideoPlayer::CloseFile()
2022-03-24 15:30:53.795 T:7500     INFO <general>: VideoPlayer: waiting for threads to exit
2022-03-24 15:30:53.795 T:7500     INFO <general>: VideoPlayer: finished waiting
2022-03-24 15:30:54.922 T:7500  WARNING <general>: CGUIWindowManager - CGUIWindowManager::HandleAction - ignoring action 0, because topmost modal dialog closing animation is running

Someone can help me ? 
Thanks
Reply
#2
Did you resolve this issue? I am getting it with Kodi 21, while it all works with Kodi 20. Here is the code I am using:

Code:

list_item = xbmcgui.ListItem(path=mpd_url)
list_item.setMimeType('application/xml+dash')
list_item.setContentLookup(False)
list_item.setProperty('inputstream', 'inputstream.adaptive')
list_item.setProperty('inputstream.adaptive.manifest_type', 'mpd') # Deprecated on Kodi 21
xbmcplugin.setResolvedUrl( int(sys.argv[1]), True,listitem=list_item)
Reply
#3
Hi,

I am also getting the same issue when playing any stream using inputadaptive. 

Happes in Kodi 21. The same stream used to work fine in Kodi 20.5.

Let me know if anyone has any solution to this.
Reply

Logout Mark Read Team Forum Stats Members Help
how i can play a mpd video ?0