View Single Post
  #1  
Old 09-26-2011, 05:51 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

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 -
Reply With Quote