PDA

View Full Version : rtmpdump vlc pipe not working with livestream.com


mindilcho
09-17-2012, 09:18 AM
I'm trying to watch this channel (they stream content for kids sometimes) with rtmpdump + vlc, but I cant handle it.

This is the result that i get:


http://www.livestream.com/kidscotv

RTMP Proxy Server v2.4-41-g7bae82a
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
app: mogulus-edge/kidscotv
flashVer: WIN 11,2,202,233
swfUrl: http://cdn.livestream.com/chat/LivestreamChat.swf
tcUrl: rtmp://xkidscotvx.e.channel.livestream.com/mogulus-edge/kidscotv
pageUrl: http://www.livestream.com/kidscotv
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

WARNING: Trying different position for client digest!
Processing connect
app: mogulus-edge/kidscotv
flashVer: WIN 11,2,202,233
swfUrl: http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf?textLines=2&hideChannelBranding=true&iconColor=0x555555&time=&hideInfo=true&showBorderControlBar=false&showMoreVideos=false&allowchat=false&jsEnabled=false&borderColor=0xCCCCCC&allowChat=true&lschannel=true&t=671229&autoPlay=true&browseMode=false&mode=false
tcUrl: rtmp://xkidscotvx.e.channel.livestream.com/mogulus-edge/kidscotv
pageUrl: http://www.livestream.com/embed/kidscotv?showMoreVideos=false&hideInfo=true&autoPlay=true&lschannel=true&browseMode=false&textLines=2&hideChannelBranding=true&mode=false&allowchat=false&layout=1&t=671229
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!


I even cant pipe it to vlc. I tried to pass it through rtmpsrv-vlc.exe.
So the basic question is, how the hell to watch livestream streams with vlc. Sry if my thread is breaks the rules.

karlo2105
09-17-2012, 09:55 AM
At the moment maximum users is reached.


rtmpdump -v -r "rtmp://xkidscotvx.e.channel.livestream.com" -a "mogulus-edge/kidscotv" -y "rtmp://" -t "rtmp://xkidscotvx.e.channel.livestream.com/mogulus-edge/kidscotv" -W "http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf" -p "http://www.livestream.com/kidscotv" | vlc -


In red part you need another rtmp part something such that

rtmp://212-54.livestream.com/mogulus/emuleeddk/emuleeddk001320120904-022200_198

mindilcho
09-17-2012, 10:29 AM
Thank you very much :)