problems with videostream.dn.ua streamshi
i can not get the streams at videostream.dn.ua. Server sends when i use rtmpdump. Code:
NetConnection.Call.Failed> 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 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 Code:
http://videostream.dn.ua/list/GetLeftMenuShort?lng=en "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 :( |
Re: problems with videostream.dn.ua streamsIt seems that you are not using the correct playpath in your command line. I had to fix few AMF3 decoding issues so the rtmpsuck doesn't crashes while capturing the stream. try to remove the base64 encoding from stream playpath.
Code:
rtmpdump -r "rtmpe://94.242.254.72/xlive" -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=eWl2anRkb2dxZw%E2%84%96f%E2%84%96f%20" -C S:client -C S:3.1.0.9 -C S:tr --live -y "raw:sl1_66044" -o "2015-10-12_03-22-43_raw_sl1_66044.flv" Code:
RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV) |
Re: problems with videostream.dn.ua streamsYoure da boss!
|
Re: problems with videostream.dn.ua streamsKSV, Will you be releasing a new rtmpdump file? Thanks.
Quote:
|
Re: problems with videostream.dn.ua streamsHi, any luck in downloading from http://videostream.dn.ua
Could you please let us know how to find the playpath for http://videostream.dn.ua ? |
Re: problems with videostream.dn.ua streamsDid you mean we can use the value of the attribute "VI" directly, when you wrote "remove the base64 encoding from stream playpath"?
Thanks in advance. |
Re: problems with videostream.dn.ua streamshi,
http://git.ffmpeg.org/gitweb/rtmpdum...591c93205695b6 i have seen your commit, but i think something is wrong again, rtmpsuck raises: ERROR: RTMP_ReadPacket, failed to read RTMP packet header ERROR: Request timeout/select failed, igonored request. Tested with GIT-2015-12-14 build of yours. |
All times are GMT -6. The time now is 11:38 PM. |