View Single Post
  #1  
Old 10-10-2014, 06:35 PM
streamuser streamuser is offline
Junior Member
 
Join Date: Oct 2014
Posts: 3
streamuser is on a distinguished road
Default

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


I'm a member of this site but their player can be poor when it encounters lag. I changed the buffer value to 30 seconds in the HTML, but even with a buffer if there's lag the steam will eventually stutter. I'm guessing that is the fault of RTMP. I'm hoping running it through VLC might fix this, but I can't even get it working!

Quote:
rtmpdump -r "rtmp-raw=rtmp://94.102.48.81:443/live?s=6hfu0" -w "rtmp://94.102.48.81:443/live/channel1%3Fs%3D6hfu0&controlBarAutoHideTimeout=1&s treamType=live&autoPlay=true" -y "channel1" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
Gives me this result

Quote:
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
0.000 kB / 0.00 sec
Any ideas?

Last edited by streamuser : 10-10-2014 at 09:34 PM. Reason: edits!
Reply With Quote