View Single Post
  #4  
Old 10-10-2014, 06:52 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: h*-streaming.tv 'failed to read RTMP packet header'


u can use network and file caching on your parameter
i use 10000 is the best performens for me

--network-caching=10000 --file-caching=10000


Code:
rtmpdump -v -r "rtmp://5.63.145.149:443/live" -a "live?s=6hfu0" -f "WIN 15,0,0,167" -W "http://hd-streaming.tv/sites/default/modules/sitemodule/flash/player.swf" -p "http://hd-streaming.tv/watch/livehds" -y "channel1?s=6hfu0" | c:\progra~1\videolan\vlc\vlc - --network-caching=10000 --file-caching=10000
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
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               50.00
INFO:   fps                     50.00
INFO:   videodatarate           0.00
INFO:   videocodecid            7.00
INFO:   audiodatarate           250.00
INFO:   audiocodecid            10.00
8261.956 kB / 2925.77 sec
Reply With Quote