Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

rtmpdump only downloading 9 seconds

(http://stream-recorder.com/forum/showthread.php?t=19320)

Mumbes_Scott 02-01-2015 09:04 AM

rtmpdump only downloading 9 seconds


 
hi all
I have got an issue when downloading a stream from the following location:
rtmp://odw-e-05.sharp-stream.com, it is only downloading 9 seconds of the content when its over 4 hours long.

(high level URL: http://tx.whatson.com/stream.php?c=k...0-Sat-2000.m4a)
I am using rtmpdump v2.4

This is the command I am using
Code:

rtmpdump [e] -r rtmp://odw-e-05.sharp-stream.com:80/kissod/Kiss_100-Sat-2000.m4a -o C:\temp\KIssKube.mp4
This is what it produces in cmd

Code:


RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: trackinfo:
INFO:  language              und
INFO:  timescale            44100.00
INFO:  length                635044672.00
INFO: sampledescription:
INFO:  sampletype            mp4a
INFO:  audiochannels        2.00
INFO:  audiosamplerate      44100.00
INFO:  aacaot                2.00
INFO:  audiocodecid          mp4a
INFO:  moovposition          40.00
INFO:  duration              14400.11
38.185 kB / 5.99 sec (0.0%)
INFO: Metadata:
INFO: trackinfo:
INFO:  language              und
INFO:  timescale            44100.00
INFO:  length                635044672.00
INFO: sampledescription:
INFO:  sampletype            mp4a
INFO:  audiochannels        2.00
INFO:  audiosamplerate      44100.00
INFO:  aacaot                2.00
INFO:  audiocodecid          mp4a
INFO:  moovposition          40.00
INFO:  duration              14400.11

Any help would be much appricated

troller12 02-01-2015 09:48 AM

Re: rtmpdump only downloading 9 seconds


 
Hi,

add -v and -e paramters then it works but download is very slow. :)
Code:

rtmpdump -v -r "rtmp://odw-e-05.sharp-stream.com:80/kissod/Kiss_100-Sat-2000.m4a" -e -o "file.m4a"
Code:

RTMPDump v2.4 GIT-2014-07-07 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: Can't resume live stream, ignoring --resume option
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: trackinfo:
INFO:  language                und
INFO:  timescale              44100.00
INFO:  length                  635044672.00
INFO: sampledescription:
INFO:  sampletype              mp4a
INFO:  audiochannels          2.00
INFO:  audiosamplerate        44100.00
INFO:  aacaot                  2.00
INFO:  audiocodecid            mp4a
INFO:  moovposition            40.00
INFO:  duration                14400.11
1304.212 kB / 209.63 sec (1.4%)

greetz

Mumbes_Scott 02-01-2015 09:52 AM

Re: rtmpdump only downloading 9 seconds


 
thank you very much


All times are GMT -6. The time now is 11:02 AM.