Quote:
Originally Posted by nostromo
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.
|
I already decompiled
http://ru.parom.tv/player.swf via
ffdec, but there's not SecureToken in it. Other ideas how can I get this stream? What's wrong? Why I get ERROR: RTMP_ReadPacket, failed to read RTMP packet header? Please help me.