View Single Post
  #1  
Old 06-27-2015, 07:33 AM
bssy bssy is offline
Junior Member
 
Join Date: Jun 2015
Posts: 1
bssy is on a distinguished road
Default

cannot open rtmp link with rtmpdump


I am trying to open the following link (got from http://www.iptvlinks.com/2014/10/iptv-india.html):

Code:
rtmp://$OPT:rtmp-raw=rtmp://178.18.31.60:443/liverepeater playpath=195092 swfUrl=http://bernardotv.club/player6.swf live=1 pageUrl=http://biggestplayer.me/streamcr.php?id=195092&width=620&height=490 token=deadsoon%%7
I am a total beginner and since this morning I am struggling with the rtmpdump documentation. I have arrived till this command line :

Code:
rtmpdump.exe -r "rtmp://178.18.31.60:443/liverepeater" -y "195092" -W "http://bernardotv.club/player6.swf" -p "http://biggestplayer.me/streamcr.php?id=195092&width=620&height=490" -T "deadsoon%%7" -v 1
But I am getting this error :

Code:
RTMP_ReadPacket, failed to read RTMP packet header

Last edited by bssy : 06-27-2015 at 07:49 AM. Reason: forgot to add one parameter in the command line
Reply With Quote