Wowza rtmp live stream crashes
#1
hello i am trying to play this stream rtmp://liveplay.simplecdn.net/wfttv/10016worldfashiontv.flv and XBMC is stopping respond. is it a bug or i am doing something wrong?
how i try to play this:
1. i create file stream.strm and type "rtmp://liveplay.simplecdn.net/wfttv/10016worldfashiontv.flv" in it then try to open that file in XBMC.
2. trough python script:
item = xbmcgui.ListItem(label="",iconImage="DefaultVideo.png",thumbnailImage="")
item.setProperty("PlayPath", "flv:10016worldfashiontv.flv")
xbmc.Player(xbmc.PLAYER_CORE_DVDPLAYER).play( "rtmp://liveplay.simplecdn.net/wfttv", item)

both methods crashes XBMC.

System:
Windows 7
XBMC 9.11
Reply
#2
Velutis Wrote:hello i am trying to play this stream rtmp://liveplay.simplecdn.net/wfttv/10016worldfashiontv.flv and XBMC is stopping respond. is it a bug or i am doing something wrong?

The debug log shows:

Code:
RTMP_LIB::AMFObjectProperty::Decode - unknown datatype 0x08

so you've hit the issue described in Ticket #8854, which is an unimplemented feature in rtmp. It may be reasonably straightforward to fix, although I don't have much time to look at it at the moment.
If you have a problem, first search to see if it's already been addressed.
Then, read this. Include exactly which version of XBMC and plugin/script you're using. 'latest' means nothing and may lead to rage and/or a lack of helpful replies.
Reply
#3
it would be great if this will be fixed as soon as possible. waiting for it, thanks very much Smile
Reply
#4
Well, is it possible to know when this will be fixed, because this is critical issue Sad i have several free tv channel streams with good qualiity and i cant play them because of this issue.
Reply
#5
Relax, it will be fixed eventually. Devs have other important things to do.
Reply
#6
Hi forgot to say here: i have workaround using this patch http://trac.xbmc.org/ticket/8971. Thanks to Frosty for this.
Reply
#7
Can you post your python script that works with Wowza Server?
Thx Wink
Reply
#8
Djape Wrote:Can you post your python script that works with Wowza Server?
Thx Wink

Hi, Python script is not enough, there must be made changes in XBMC source code (changes are here: http://trac.xbmc.org/ticket/8971) and then compiled. after this it should work without changes in Python script.
Reply
#9
Thx for clarifying this.
Cheers.
Reply
#10
Velutis Wrote:Hi, Python script is not enough, there must be made changes in XBMC source code (changes are here: http://trac.xbmc.org/ticket/8971) and then compiled. after this it should work without changes in Python script.

Ok, I've done the patching.

Would you be so kind to share your python script for streaming from Wowza server?

THX Wink
Reply
#11
Ah, didn't look carefully, there's and example in here http://trac.xbmc.org/ticket/8971

Cheers...
Reply

Logout Mark Read Team Forum Stats Members Help
Wowza rtmp live stream crashes0