View Single Post
  #2  
Old 12-24-2014, 02:52 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: RTMP DUMP leave some seconds of NBC and then starts


Hi,

hmmm all working here so far.So I just test it with lower time limits not 2 hours of course.
Code:
rtmpdump -r "rtmp://rtmp.zerocast.tv:1935/live//3GdoAHRAxgZNzmQZL29l" -p "http://zerocast.tv" -T "8964316ec8772dfa" --live -B 5 | "player" -
Results:
Code:
RTMPDump v2.4 GIT-2014-07-07 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting Live Stream
For duration: 5.000 sec  <-- set 5 seconds
INFO: Metadata:
INFO:   duration                0.00
INFO:   width                   640.00
INFO:   height                  480.00
INFO:   videodatarate           650.00
INFO:   framerate               30.33
INFO:   videocodecid            7.00
INFO:   audiodatarate           32.00
INFO:   audiosamplerate         22050.00
INFO:   audiosamplesize         16.00
INFO:   stereo                  TRUE
INFO:   audiocodecid            10.00
INFO:   presetname              Custom
INFO:   creationdate            Mon Dec 22 14:17:47 2014
INFO:   videodevice             iGrabber Device [1]
INFO:   avclevel                51
INFO:   avcprofile              77
INFO:   videokeyframe_frequency 2
INFO:   audiodevice             Line (3- USB Device)
INFO:   audiochannels           2
INFO:   audioinputvolume        75
INFO:   encoder                 Lavf55.26.100
INFO:   filesize                0.00
410.633 kB / 5.01 sec  <--- 5 seconds and it stops
Download complete
greetz
Reply With Quote