Kodi Community Forum

Full Version: streaming ( mms rtsp )
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey
I have been trying to get a fireplace streaming on xbmc
Created a file fireplace.strm with this line:
mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD
And from the logfile:
Code:
18:42:55 T:3972 M:1076383744   ERROR: Error, could not open file mms://wm1.streamzilla.jet-stream.nl/demo=fireplaceHD
18:42:55 T:3972 M:1076383744   ERROR: CDVDPlayer::OpenDemuxStream - Error creating demuxer


and fireplaceQT.strm with :
rtsp://qt1.streamzilla.jet-stream.nl/demo/fireHD/fireplaceHD.mp4
got me this in the log:
Code:
18:44:00 T:3036 M:1092161536 WARNING: could not find codec parameters for rtsp://qt1.streamzilla.jet-stream.nl/demo/fireHD/fireplaceHD.mp4
18:44:00 T:3036 M:1092161536   ERROR: CDVDPlayer::OpenDemuxStream - Error creating demuxer

I have also tried with a couple of other mms and rtsp, non worked.
Is streaming broken in the current windows-xbmc release ?
Or have i done something wrong ?