PDA

View Full Version : cricfree.tv, Wont dump, failed to update header as dump starts!


P3T3
05-19-2014, 10:14 AM
Ok so playing with streams and testing an updated build of rtmpdump but now cricfree is not dumping on old build or new build!
Have they done some thing or is it some thing changed my side?

Site URL
http://cricfree.tv/sky-calcio-in-diretta.php

rtmpdump v -V -r rtmp://31.220.0.82:1935/live -p http://www.eucast.tv/embed.php?live=skycalcioit -y skycalcioit -f WIN 13,0,0,214 -W http://www.eucast.tv/player5.9.swf -a live

videokeyframe_frequency: 5
audiodevice : Rear Input (SoundMAX Integrated
audiochannels : 1
audioinputvolume: 47
encoder : Lavf55.12.0
Stream #0.0: Video: libx264, yuv420p, 640x350 [PAR 1:1 DAR 64:35], q=2-31, 512 kb/s, 1k tbn, 1k tbc
Stream #0.1: Audio: [2][0][0][0] / 0x0002, 11025 Hz, mono, 20 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)
Press ctrl-c to stop encoding
141.400 kB / 6.75 sec
DEBUG: Invoking deleteStream
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
263.226 kB / 8.15 sec
DEBUG: RTMP_Read returned: 0
Download complete
DEBUG: Closing connection.

Failed to update header with correct duration.
[flv @ 0x314f1a0] Failed to update header with correct filesize.
frame= 104 fps= 0 q=-1.0 Lsize= 263kB time=8.12 bitrate= 265.8kbits/s
video:238kB audio:20kB global headers:0kB muxing overhead 2.019606%

P3T3
05-19-2014, 03:51 PM
Any one help me with this please?

mckv
05-20-2014, 12:00 AM
they use a token
in the page html

jwplayer("myElement").setup({
file: "rtmp://31.220.0.138:1935/redirect/skycalcioit",
aboutlink: "http://eucast.tv",
abouttext: "EUcast",
skin: "",
width: "620",
height: "490",
autostart: "true",
repeat: "true",
rtmp: {
securetoken: "%bZve(nKa@#Z"
}
});


rtmpdump -r "rtmp://31.220.0.138:1935/redirect/" -a "redirect/" -W "https://ssl.p.jwpcdn.com/6/8/jwplayer.flash.swf" -p "http://www.eucast.tv" -y "skycalcioit" -v -T '%bZve(nKa@#Z'

P3T3
05-20-2014, 08:22 AM
Big thanks for the help!!

summitsc
05-26-2014, 07:57 AM
eucast.tv is again stopped dumping. Please anyone give the rtmpdump for this stream:

http://www.skysport.tv/sky-sports-1-live-stream-uk.php

gajm
05-26-2014, 09:28 AM
New securetoken:
"%ZZri(nKa@#Z"

sunhouse2
05-26-2014, 09:31 AM
eucast.tv is again stopped dumping. Please anyone give the rtmpdump for this stream:

http://www.skysport.tv/sky-sports-1-live-stream-uk.php

rtmpdump -r "rtmp://31.220.0.138:1935/redirect/" -a "redirect/" -W "https://ssl.p.jwpcdn.com/6/8/jwplayer.flash.swf" -p "http://www.eucast.tv" -y "ss1x" -v -T '%ZZri(nKa@#Z' -o "output.flv"

P3T3
05-26-2014, 12:38 PM
Ok I tried anove but its not working on ITL footy any one got the token for bellow link swf link included :)
TY

url: http://cricfree.eu/sky-calcio-in-diretta.php
swf: http://www.eucast.tv/ePlayer.swf

peterpan
05-26-2014, 01:20 PM
Try this...

rtmpdump -r "rtmp://31.220.0.103:1935/live" -a "live" -f "WIN 11,9,900,117" -W "http://www.eucast.tv/ePlayer.swf" -p "http://www.eucast.tv/embed.php?live=skycalcioit&vw=620&vh=490" --live -y "skycalcioit" -o "2014-05-26_12-11-47_skycalcioit.flv" -T "%ZZri(nKa@#Z"

Note: if create a .bat file with the above code, YOU MUST edit the token as such -T "%%ZZri(nKa@#Z" -- you basically add an additional '%' ;)

peterpan
05-26-2014, 01:31 PM
Here you go...

rtmpdump -r "rtmp://31.220.0.104:1935/live" -a "live" -f "WIN 11,9,900,117" -W "http://www.eucast.tv/ePlayer.swf" -p "http://www.eucast.tv/embed.php?live=ss1x&vw=620&vh=490" --live -y "ss1x" -o "2014-05-26_12-24-10_ss1x.flv" -T "%%ZZri(nKa@#Z"

Same thing...

Note: if create a .bat file with the above code, YOU MUST edit the token as such -T "%%ZZri(nKa@#Z" -- you basically add an additional '%' ;)

eucast.tv is again stopped dumping. Please anyone give the rtmpdump for this stream:

http://www.skysport.tv/sky-sports-1-live-stream-uk.php

summitsc
05-26-2014, 01:42 PM
Thanks. It is working with this token also.

-T "%ZZri(nKa@#Z"