View Single Post
  #1  
Old 08-23-2017, 08:48 PM
warah warah is offline
Junior Member
 
Join Date: Jul 2017
Posts: 7
warah is on a distinguished road
Default

RTMPdump stops after few seconds


Hi all!

Im using this rtmpdump command line, and it works for a few seconds (exactly 56s), and then:

WARNING: Larger timestamp than 24-bit: 0xfffffe5e
ERROR: RTMP_ReadPacket, failed to read RTMP packet header


Code:
rtmpdump -v -r "rtmpe://cp343719.live.edgefcs.net/live" -a "live" -f "WIN 26,0,0,131" -s "https://www.bet365.com/extra/streamingassets/Player/ExtraPlayerLoader.swf" -p "https://www.bet365.com/extra/df.aspx" --live -y "exchange52580ypUGA_52580_728@s124007?auth=dbFaVcPakbudUd7b_cSd7cWcBdZcgc6ardW-bzNJVt-eS-eS-JpCCacc&aifp=3" -o "p19.mp4"
The Output

Code:
rtmpdump -v -r "rtmpe://cp343719.live.edgefcs.net/live" -a "live" -f "WIN 26,0,0,131" -s "https://www.bet365.com/extra/streamingassets/Player/ExtraPlayerLoader.swf" -p "https://www.bet365.com/extra/df.aspx" --live -y "exchange52580ypUGA_52580_728@s124007?auth=dbFaVcPakbudUd7b_cSd7cWcBdZcgc6ardW-bzNJVt-eS-eS-JpCCacc&aifp=3" -o "p19.mp4"
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 8
INFO: Connected...
ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
Starting Live Stream
INFO: Metadata:
INFO:   presetname            Custom
INFO:   creationdate          Thu Aug 24 02:11:27 2017
INFO:   videodevice           Decklink Video Capture
INFO:   framerate             25.00
INFO:   width                 640.00
INFO:   height                360.00
INFO:   videocodecid          avc1
INFO:   videodatarate         600.00
INFO:   avclevel              30.00
INFO:   avcprofile            77.00
INFO:   videokeyframe_frequency2.00
INFO:   audiodevice           Decklink Audio Capture
INFO:   audiosamplerate       48000.00
INFO:   audiochannels         2.00
INFO:   audioinputvolume      100.00
INFO:   audiocodecid          mp4a
INFO:   audiodatarate         128.00
INFO: trackinfo:
INFO: transcoder:
INFO:   audioCodec            PASSTHRU
INFO:   audioBitrate          ${SourceAudioBitrate}
INFO:   videoCodec            PASSTHRU
INFO:   videoBitrate          ${SourceVideoBitrate}
4270.918 kB / 56.27 sec
WARNING: Larger timestamp than 24-bit: 0xfffffe5e
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
4608.657 kB / 58.84 sec
Download complete

i've tried replacing -s to -W (like a reply i've seen in this forum) but it doesn't works, any idea??
Reply With Quote