View Single Post
  #5  
Old 10-07-2014, 12:54 AM
nostromo nostromo is offline
Junior Member
 
Join Date: Oct 2014
Posts: 9
nostromo is on a distinguished road
Default

Re: ERROR: RTMP_ReadPacket, failed to read RTMP packet header


Thank a lot for your advice. It works. I add curl and grep subcommands on my Linux system for extract current dynamic part and it's successful:
Code:
rtmpdump -v -r "rtmp://ntk-live.cdn.ngenix.net/slive/_definst_/" -a "slive/_definst_/" -W "http://kuban24.tv/bundles/frontend/js/flowplayer-3.2.5.swf" -y "$(curl -s http://kuban24.tv/tv/ | grep -o "mp4:9tv-orb[^\"]*")"
Could you help me again with other site? I use the same way with dynamic part detection,
Code:
rtmpdump -v -r "rtmp://ua4.parom.tv:1935/stream/" -a "stream/" -W "http://ru.parom.tv/player.swf" -p "http://ru.parom.tv/ru/1tv" -y "$(curl -s http://ru.parom.tv/ru/1tv | grep -Po "file=\K[^\&]*")"
but I get the same error RTMP_ReadPacket, failed to read RTMP packet header. What's wrong?
P.S. Sorry for my bad English.
Attached Files
File Type: txt rtmpdump_2.txt (10.2 KB, 0 views)
Reply With Quote