View Single Post
  #16  
Old 01-03-2016, 05:08 PM
sonnvl sonnvl is offline
Member
 
Join Date: May 2015
Posts: 34
sonnvl is on a distinguished road
Default

Re: NGINX-based RTMP server


How to fix this?
When I use rtmpdump, it never starts at 0.0 second,
And after dumping for a while, it auto reconnect, and the obtain video is break !

Code:
rtmpdump -v -r "rtmp://123.30.238.125/live/_definst_/vtv7-high" -f "WIN 20,0,0,267" -W "http://vtvgo.vn/skin/js/jwplayer/jwplayer.flash.swf" -o "V7.flv"
RTMPDump v2.4 GIT-2015-12-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   Server                  NGINX RTMP (github.com/arut/nginx-rtmp-module)
INFO:   width                   1280.00
INFO:   height                  720.00
INFO:   displayWidth            1280.00
INFO:   displayHeight           720.00
INFO:   duration                0.00
INFO:   framerate               25.00
INFO:   fps                     25.00
INFO:   videodatarate           1562.00
INFO:   videocodecid            7.00
INFO:   audiodatarate           125.00
INFO:   audiocodecid            10.00
37702.245 kB / 262.42 sec
INFO: Metadata:
INFO:   Server                  NGINX RTMP (github.com/arut/nginx-rtmp-module)
INFO:   width                   1280.00
INFO:   height                  720.00
INFO:   displayWidth            1280.00
INFO:   displayHeight           720.00
INFO:   duration                0.00
INFO:   framerate               25.00
INFO:   fps                     25.00
INFO:   videodatarate           1562.00
INFO:   videocodecid            7.00
INFO:   audiodatarate           125.00
INFO:   audiocodecid            10.00
38548.455 kB / 5.00 sec
Reply With Quote