View Single Post
  #1  
Old 02-27-2017, 07:04 AM
sinanksu sinanksu is offline
Junior Member
 
Join Date: Feb 2017
Posts: 18
sinanksu is on a distinguished road
Angry

videostream.dn - failed to read RTMP packet header


Hi,

I want to receive publications at videostream.dn.ua. But I could not do it. I'm getting the "ss" error. Also, do I have a chance to play with JWPlayer without downloading this broadcast?


Live list: //videostream.dn.ua/list/GetLeftMenuShort?lng=en


Quote:
C:\r\r>rtmpdump -r rtmpe://91.192.80.210:1935/xlive/vi=450995 -a "xlive" -f "WIN 18,0,0,232" -W "http://videostream.dn.ua/videopage/images/VideoPlayer.swf" -p "http://videostream.dn.ua/videopage/videoPage.php?g=dWJwZ3NlK2FvZ2VxdW1A&c=tr&i=eWl2an Rkb2dxZw%E2%84%96f%E2%84%96f%20" -C S:client -C S:3.1.0.9 -C S:tr --live -y "raw:450995&vi:450995" -o "2015-10-12_03-22-43_raw_sl1_66044.flv"
RTMPDump v2.4 GIT-2015-12-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
I unzipped the SWF file and found them.
Quote:
this.hosts = ["93.189.57.254", "93.189.62.10", "185.49.70.58", "46.28.205.96", "178.17.168.90", "185.28.190.69", "85.114.135.215", "94.242.254.211"];

this.proto = Main.CLIENT != 12 ? "rtmpe" : "rtmfp";

ports = 1935 || 443

uriReg:RegExp=new RegExp("^(rtmfp|rtmp|rtmpe)://(.+?)/(.+?)$", "i");

recordAppName:String="xrecord";

liveAppName:String="xlive";

port:String="1935";

appName:String="xlive";

params = cn=geo & vi= videoid
connect(this.proto + "://" + host + ":" + port + "/" + this.appName + this.getAppParams(), "client", Main.VERSION, Main.SiteLanguage, {"disAllowScriptAccess":!this.main.allowScriptAcce ss});


rtmpe://91.192.80.210:1935/xlive?vi=446562

Reply With Quote