Hi,
I need help with the following stream:
http://www.banskoski.com/bg/livecam/video
With the help of Wireshark, XBMC forums and Google I was able to piece the following information:
Code:
<item>
<title>Bansko Live</title>
<link>rtmp://212-111.livestream.com/mogulus-stream-edge/bansko app=mogulus-stream-edge/bansko swfUrl=http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf pageUrl=http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf?width=700&autoPlay=true&jsEnabled=false&height=500&channel=bansko&hideChannelBranding=true playpath=rtmp://212-96.livestream.com/affiliateStream/bansko/6c69766572657065617465723a72746d703a2f2f3231322d39362e6c69766573747265616d2e636f6d2f6d6f67756c75732f62616e736b6f2f73746f703030303032303133303332372d3034343534305f343436</link>
<thumbnail>http://www.bulgariatransport.com/images/bansko-logo.jpg</thumbnail>
</item>
However, rtmpdump yelds the following:
Code:
rtmpdump -r rtmp://212-111.livestream.com/mogulus-stream-edge/bansko -a mogulus-stream-edge/bansko -s 'http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf' -p 'http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf?width=700&autoPlay=true&jsEnabled=false&height=500&channel=bansko&hideChannelBranding=true' -y 'rtmp://212-173.livestream.com/affiliateStream/bansko/6c69766572657065617465723a72746d703a2f2f3231322d3137332e6c69766573747265616d2e636f6d2f6d6f67756c75732f62616e736b6f2f73746f703030303032303133303332362d3034343531355f343436' -V
DEBUG: sending ctrl. type: 0x0007
DEBUG: RTMPSockBuf_Fill, recv returned -1. GetSockError(): 11 (Resource temporarily unavailable)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
DEBUG: Closing connection.
I didn't have any luck with rtmpsrv either. Any suggestions?