View Single Post
  #1  
Old 10-10-2015, 07:29 PM
boogiepop boogiepop is offline
Junior Member
 
Join Date: Oct 2015
Posts: 3
boogiepop is on a distinguished road
Default

problems with videostream.dn.ua streams


hi

i can not get the streams at videostream.dn.ua. Server sends when i use rtmpdump.
Code:
 NetConnection.Call.Failed>
 Method not found (FCSubscribe).
here is the debug log for rtmpdump: http://pastebin.com/SFiYeBEN

Does a succesfull conneciton, creates stream to playpath, however raises method not found and no data is served from server.

When use rtmpsuck with rtmp helper, rtmpsuck crashes and dispatches below error:

Code:
Processing connect
       app : xlive
  flashVer : WIN 19,0,0,185
    swfUrl : http://videostream.dn.ua/videopage/images/VideoPlayer.swf?x=0.15355548608188352
     tcUrl : rtmpe://185.28.190.158/xlive
   pageUrl : http://videostream.dn.ua/videopage/videoPage.php?g=dWJwZ3NlK2FvZ2VxdW1A&c=tr&i=eWl2anRkb2dxZw%E2%84%96f%E2%84%96f
ERROR: AMF3 Object encapsulated in AMF stream does not start with AMF3_OBJECT!

and crash....

here is the arguments i call rtmpdump with.

Code:
rtmpdump.exe -z -r rtmpe://93.189.58.42/xlive --playpath="NjU2MTI=" --swfUrl="http://videostream.dn.ua/videopage/images/VideoPlayer.swf" --pageUrl="http://videostream.dn.ua/videopage/videoPage.php?g=dWJwZ3NlK2FvZ2VxdW1A&c=tr&i=eWl2anRkb2dxZw%E2%84%96f%E2%84%96f%20FENERBAH%C3%87E%20..." --flashVer="WIN 19,0,0,185" --conn="S:client" --conn="S:3.1.0.9" --conn="S:en"  --live
every argument is the same for all channels but you need enter playpath with base64 encoded version "VI" atrribute of the json data below:

Code:
http://videostream.dn.ua/list/GetLeftMenuShort?lng=en
also servers are redundant and selected randomlt from one of below:
"93.189.58.42","185.28.190.158","178.175.132.210", "178.17.168.90","185.56.137.178","94.242.254.7 2"
verified this by decompiling the player swf file.

you can access the site at:
http://videostream.dn.ua/videopage/v...f%E2%84%96f%20

i am writing an xbmc addon for this site. any help will be much appreciated, and have been dealing with this problem since a week and stuck here

Last edited by boogiepop : 10-10-2015 at 07:36 PM. Reason: debug log
Reply With Quote