PDA

View Full Version : rtmpdump for footyfree.tv


sehrishatta
08-14-2014, 12:15 PM
can somebody please provide rtmpdump for this channel

http://www.footyfree.tv/sky-sports-1-live-stream.html

hasomaso
08-14-2014, 12:47 PM
rtmpdump -v -r "rtmpe://46.246.29.150:1935/live/" -a "live/" -f "WIN 14,0,0,145" -W "http://player.hdcast.org/player.swf" -p "http://www.hdcast.org/embedlive2.php?u=janu1&vw=640&vh=460&domain=www.footyfree.tv" -y "janu1" -T "#yw%%tt#w@kku" -o "output.flv"

sehrishatta
08-14-2014, 02:00 PM
thanks for your code. how can i use it for restreaming..(ffmpeg) Thanks

hasomaso
08-14-2014, 02:08 PM
rtmpdump -v -r "rtmpe://46.246.29.150:1935/live/" -a "live/" -f "WIN 14,0,0,145" -W "http://player.hdcast.org/player.swf" -p "http://www.hdcast.org/embedlive2.php?u=janu1&vw=640&vh=460&domain=www.footyfree.tv" -y "janu1" -T "#yw%%tt#w@kku" | ffmpeg -loglevel error -i - -isync -acodec aac -strict -2 -b:a 128000 -ar 32000 -vcodec libx264 -preset veryfast -b:v 500k -f flv "HERE PUT YOUR CAST RTMP URL"

sehrishatta
08-14-2014, 02:40 PM
Thanks for replying . can u teach me how did you draw this info ?

alsersawy
08-14-2014, 08:12 PM
please mr hasomaso

i dont understand this
"HERE PUT YOUR CAST RTMP URL"


I am a novice

please Explain

how can i use it for restreaming..(ffmpeg)

thank you

hasomaso
08-15-2014, 01:46 AM
hey here is a example site

http://flashstreaming.mobi/

1. channel name example "1234test"
2. click create channel
3. copy FMS url "rtmp://live.flashstreaming.mobi/live"
4. copy stream name "1234test"
5. put together "rtmp://live.flashstreaming.mobi/live/1234test" and copy this in your code

sehrishatta
08-15-2014, 10:09 AM
how did u draw the ip and token from channel? please help

hasomaso
08-15-2014, 10:59 AM
how did u draw the ip and token from channel? please help

with wireshark and other

sehrishatta
08-15-2014, 12:07 PM
I used rtmpdumphelper and got this info

Processing connect
app: live/
flashVer: WIN 14,0,0,145
swfUrl: http://player.hdcast.org/player.swf/[[DYNAMIC]]/2/[[DYNAMIC]]/3
ERROR: RTMP_HashSWF: swfurl http://player.hdcast.org/player.swf/[[DYNAMIC]]/2/[[
DYNAMIC]]/3 not found
tcUrl: rtmpe://46.246.124.30:1935/live/
pageUrl: http://www.hdcast.org/embedlive2.php?u=janu1&vw=640&vh=460&domain=www.f
ootyfree.tv
WARNING: Trying different position for server digest!
Playpath: janu1
Saving as: janu1
INFO: Metadata:
INFO: duration 0.00
INFO: width 720.00
INFO: height 400.00
INFO: videodatarate 390.62
INFO: framerate 25.00
INFO: videocodecid 7.00
INFO: audiodatarate 31.25
INFO: audiosamplerate 48000.00
INFO: audiosamplesize 16.00
INFO: stereo TRUE
INFO: audiocodecid 10.00
INFO: encoder Lavf55.45.100
INFO: filesize 0.00
WARNING: ignoring too small audio packet: size: 0
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

..

the code in your ip was different. also it didnot provide me the info about token .. please help me how to get token ... Thanks