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

Help to get the SWF url from RTE player

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

johnred85 03-08-2011 11:45 AM

Help to get the SWF url from RTE player


 
Quote:

Originally Posted by Fraekz (Post 20498)
How to get the swf_url?
a) Open the rtmpe streaming weblink (intended video) and open View --> Page Source
b) Search for something like ".swf" "swf?" or "embed" and find something like these lines.
Code:

// embed the Flash Content SWF when all tests are passed
               
        AC_FL_RunContent(

                        "src", "http://www.mybigflix.com/apache_file/flash/Player?f=" + new Date().getTime(),
                        "FlashVars", "adsxml=aHR0cDo.........
                        "width", "640",..
        );

The first line src "http://www.mybigflix.com/apache_file/flash/Player?f=" is from where we got our swf_url.

Hope this helps you.

Is there another way of getting this?

I'm trying to get the swf_url from RTE player, for example: _http://www.rte.ie/player/#v=1093440

When I view the source, I see:
Quote:

AC_FL_RunContent(
"src", "app/playerProductInstall",
"FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MM PlayerType+'&MMdoctitle='+MMdoctitle+"",
"width", "100%",
"height", "180",
Can I get a full swf_url from here?

nullacht 03-08-2011 03:09 PM

Re: Help to get the SWF url from RTE player


 
Quote:

Originally Posted by johnred85 (Post 25882)
I'm trying to get the swf_url from RTE player, for example: _http://www.rte.ie/player/#v=1093440

Code:

http://www.rte.ie/player/config/config.xml
Code:

<Player version="417" url="../assets/player_417.swf?shareBtn=0"/>
swfUrl:
Code:

http://www.rte.ie/player/assets/player_417.swf?shareBtn=0

johnred85 03-08-2011 06:45 PM

Re: Help to get the SWF url from RTE player


 
Quote:

Originally Posted by nullacht (Post 25885)
Code:

http://www.rte.ie/player/config/config.xml
Code:

<Player version="417" url="../assets/player_417.swf?shareBtn=0"/>
swfUrl:
Code:

http://www.rte.ie/player/assets/player_417.swf?shareBtn=0

That's perfect, thanks.

huenchen 05-02-2011 08:34 PM

Re: Help to get the SWF url from RTE player


 
hi,

i understand all steps, getting the swf url. But how can i download then the videostream? when i download the swfurl , the file is only a few kbytes big...

What am I doing wrong?

chap 05-02-2011 11:41 PM

Re: Help to get the SWF url from RTE player


 
Quote:

Originally Posted by huenchen (Post 28511)
hi,

i understand all steps, getting the swf url. But how can i download then the videostream? when i download the swfurl , the file is only a few kbytes big...

What am I doing wrong?

Use RTMPdump.


All times are GMT -6. The time now is 03:32 AM.