View Single Post
  #1  
Old 12-16-2012, 11:38 PM
tdx3000 tdx3000 is offline
Member
 
Join Date: Oct 2012
Posts: 38
tdx3000 is on a distinguished road
Default

Failed to read RTMP Packet Header


Hi guys,

Im trying to play the view this video on VLC using rtmpdump and got the error "failed to read rtmp packet header" about 1 minutes into the video and it stop, some time couple second longer, but i never able to play it completely

Code:
http://www.crackle.com/c/21
Code:
rtmpdump -r rtmp://stream_auth-us-am.akamai.crackle.com:1935/ondemand -y mp4:crackle/1/i/al/k09wb_480p.mp4 -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
Code:
rtmpdump -r "rtmp://stream_auth-us-am.akamai.crackle.com:1935/ondemand" -a "ondemand" -f "WIN 11,4,402,287" -W "http://www.crackle.com/flash/ReferrerRedirect.ashx" -p "http://www.crackle.com/c/21" -C O:1 -C O:0 --live -y "mp4:crackle/1/s/ul/7p7wb_480p.mp4" -o- | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
Reply With Quote