Need help extracting stream from online player
#1
Hi All I am having trouble extracting streaming url from http://pogotv.eu/history-channel.php


I was able to capture all of the params as
* RTMP Stream found!
*************************************
url: rtmp://89.248.163.3/fms22/historyy
app: fms22/
pageUrl: http://www.kbcast.com/embed.php?live=his...600&vh=450
swfUrl: http://tags.kbcast.com/jwplayer/jwplayer.flash.swf
tcUrl: rtmp://89.248.163.3/fms22/
playPath: historyy
flashVer: WIN 11,9,900,170
*************************************

with rtmpdump it looks like this

rtmpdump -r "rtmp://89.248.163.3/fms22/historyy" -a "fms22/" -t "rtmp://89.248.163.3/fms22/" -y "historyy" -W "http://tags.kbcast.com/jwplayer/jwplayer.flash.swf" -p "http://www.kbcast.com/embed.php?live=historyy&vw=600&vh=450" -f "WIN 11,9,900,170" -o stream.flv

rtmpdump start downloading but it stops after few seconds, I know it requires token/key which I did extract from the swf

I downloaded the SWF and extracted the token
_loc_2 = TEA.decrypt(event.info.secureToken, "#ed%h0#w@1");

now that I add my token to my command, it wont even start

rtmpdump -r "rtmp://89.248.163.3/fms22/historyy" -a "fms22/" -t "rtmp://89.248.163.3/fms22/" -y "historyy" -W "http://tags.kbcast.com/jwplayer/jwplayer.flash.swf" -p "http://www.kbcast.com/embed.php?live=historyy&vw=600&vh=450" -f "WIN 11,9,900,170" -o stream.flv -T "#ed%h0#w@1"

RTMPDump 2.4 git-6230845 2011-9-25
© 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header


Can someone please help out

Thanks
Reply
#2
Image
Hello... we have a iframe site recently launched, called www.kbcast.tv , where user can create unlimited channel and broadcast via (RTMP/FMS) live video with rest of the world. we have big server configuration. If you are a streamer or want live broadcast any video yourself, so please visit kbcast. Thanks.
Nod
Reply

Logout Mark Read Team Forum Stats Members Help
Need help extracting stream from online player1