2013-01-06, 17:19
Hi,
I am trying to play an rtmp url with a space in the playpath. It is working fine with rtmpdump but I don't know how to make it work within xbmc.
RTMPdump:
XBMC-Plugin:
XBMC-Log:
I hope this makes sense and someone could help me with it.
dethfeet
I am trying to play an rtmp url with a space in the playpath. It is working fine with rtmpdump but I don't know how to make it work within xbmc.
RTMPdump:
Code:
rtmpdump -r "rtmp://fms.edge.newmedia.nacamar.net/tele5_vod" --playpath "mp4:10_Kalkfes Mattscheibe_exp.mov" -o "10_Kalkfes Mattscheibe_exp.mov"
XBMC-Plugin:
Code:
stream_url = "rtmp://fms.edge.newmedia.nacamar.net/tele5_vod playpath=mp4:10_Kalkfes Mattscheibe_exp.mov"
item = xbmcgui.ListItem(path=stream_url)
xbmcplugin.setResolvedUrl(thisPlugin, True, item)
XBMC-Log:
Code:
16:10:45 T:2894922432 NOTICE: DVDPlayer: Opening: rtmp://fms.edge.newmedia.nacamar.net/tele5_vod playpath=mp4:10_Kalkfes Mattscheibe_exp.mov
16:10:45 T:2894922432 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
16:10:45 T:2955980800 NOTICE: Creating InputStream
16:10:46 T:2955980800 WARNING: HandShake: client signature does not match!
16:10:46 T:2955980800 ERROR: Closing connection: NetStream.Play.StreamNotFound
16:10:46 T:2955980800 ERROR: CDVDPlayer::OpenInputStream - error opening [rtmp://fms.edge.newmedia.nacamar.net/tele5_vod playpath=mp4:10_Kalkfes Mattscheibe_exp.mov]
16:10:46 T:2955980800 NOTICE: CDVDPlayer::OnExit()
16:10:46 T:2955980800 NOTICE: CDVDPlayer::OnExit() deleting input stream
I hope this makes sense and someone could help me with it.
dethfeet