Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

www.videohlam.ru - How to dump it Russian TV stream

(http://stream-recorder.com/forum/showthread.php?t=10084)

karlo2105 09-26-2011 05:51 AM

www.videohlam.ru - How to dump it Russian TV stream


 
I found some Russian flash channels on _www.videohlam.ru/site/page/tv. I sniffed them with URL Snooper and all I got is this
Code:

rtmp://stream3.optizone.ru:1935/rtmp
. StreamTransport can't load page, neither RTMPexplorer.

I also found some infos here.
HTML Code:

<script type="text/javascript" src="/scripts/player/js/flowplayer-3.2.2.min.js"></script><div   
                        style="
                            display:block;
                            width:px;
                            height:px;
                            "

                        id="player"
                    >
                   
                    </div><script>
                var fl = flowplayer(
                    "player",
                    {src: "/scripts/player/swf/flowplayer-3.2.2.swf", wmode: "opaque"},{plugins: {rtmp: {url: "/scripts/player/swf/flowplayer.rtmp-3.2.1.swf", netConnectionUrl: "rtmp://stream3.optizone.ru:1935/rtmp", durationFunc: "getStreamLength", }}, clip: {provider: "rtmp", scaling: "fit", autoPlay: "true", }, playlist: [{url: "stream/vlc107.ts", }],
                    key: "#$7162d2d730cf607ac6d" , 
                    autoPlay: false});
            </script><div id="count-watch-canal">Этот канал смотрят: 3</div>

I guess it should be like that but it doesn't load. There isn't any token in SWF player I checked.
Code:

rtmpdump -v -r "rtmp://stream3.optizone.ru:1935/rtmp/stream/vlc107.ts" -W "http://www.videohlam.ru/scripts/player/swf/flowplayer-3.2.2.swf" | vlc -

hasomaso 09-26-2011 10:53 AM

Re: www.videohlam.ru - How to dump it Russian TV stream


 
for me it does not work
hmmm?

mckv 09-27-2011 09:41 AM

Re: www.videohlam.ru - How to dump it Russian TV stream


 
fails with vlc for me works fine with mplayer

Code:

rtmpdump -r "rtmp://stream3.optizone.ru:1935/rtmp" -a "rtmp" -f "LNX 11,0,1,129" -W "http://www.videohlam.ru/scripts/player/swf/flowplayer.rtmp-3.2.1.swf" -p "http://www.videohlam.ru/site/page/tv" -y "stream/vlc107.ts" -o - | mplayer -cache 2000 -

hasomaso 09-27-2011 02:15 PM

Re: www.videohlam.ru - How to dump it Russian TV stream


 
Quote:

Originally Posted by mckv (Post 32907)
fails with vlc for me works fine with mplayer

Code:

rtmpdump -r "rtmp://stream3.optizone.ru:1935/rtmp" -a "rtmp" -f "LNX 11,0,1,129" -W "http://www.videohlam.ru/scripts/player/swf/flowplayer.rtmp-3.2.1.swf" -p "http://www.videohlam.ru/site/page/tv" -y "stream/vlc107.ts" -o - | mplayer -cache 2000 -

@mckv

how can I find the path for each consignment

karlo2105 09-27-2011 04:00 PM

Re: www.videohlam.ru - How to dump it Russian TV stream


 
Quote:

Originally Posted by mckv (Post 32907)
fails with vlc for me works fine with mplayer

Code:

rtmpdump -r "rtmp://stream3.optizone.ru:1935/rtmp" -a "rtmp" -f "LNX 11,0,1,129" -W "http://www.videohlam.ru/scripts/player/swf/flowplayer.rtmp-3.2.1.swf" -p "http://www.videohlam.ru/site/page/tv" -y "stream/vlc107.ts" -o - | mplayer -cache 2000 -

Thank you very much.
It also works for me with VLC when you use this command above. I am astonished you didn't mention -v parameter for live streaming. I thought every live streaming should use -v parameter. How did you find it? Does this command download video or it only plays live video?


All times are GMT -6. The time now is 06:54 PM.