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.learner.org Need Help with RTMP

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

mocha 03-21-2010 11:59 AM

www.learner.org Need Help with RTMP


 
Hello. I was wondering if someone could give me a hand with the RTMP streams at this URL:

Code:

http://www.learner.org/resources/series61.html?pop=yes&pid=793#
The World of Chemistry videos. When you click on the episode a player box pops up and there is an RTMP URL in the page source, but I can't figure out a set of options to pass to rtmpdump to get it to work. Thanks for any help.

elch 03-21-2010 12:23 PM

Re: www.learner.org Need Help with RTMP


 
The RTMP URL is: rtmp://fms.scctv.net/annenberg/&file=/vod/world_of_chemistry_01.flv

The captions are stored at: "http://cc.learner.org/world_of_chemistry_01.xml"

I have not figured out which parameters rtmpdump actually requires.
rtmpdump -r <URL> does not work because it's using the wrong value for the "application".

I got these links from "http://www.learner.org/vod/vod_window.html?pid=793"

noob2001204 03-21-2010 12:41 PM

Re: www.learner.org Need Help with RTMP


 
This works

Code:

rtmpdump -r rtmp://fms.scctv.net/annenberg//vod/world_of_chemistry_01 -s http://www.learner.org/vod/swfs/player-licensed.swf -p "http://www.learner.org/vod/vod_window.html?pid=793" -o video.flv

mocha 03-22-2010 12:01 AM

Re: www.learner.org Need Help with RTMP


 
Quote:

Originally Posted by noob2001204 (Post 17442)
This works

Code:

rtmpdump -r rtmp://fms.scctv.net/annenberg//vod/world_of_chemistry_01 -s http://www.learner.org/vod/swfs/player-licensed.swf -p "http://www.learner.org/vod/vod_window.html?pid=793" -o video.flv

That works perfectly thanks very much. I was missing the -p switch entirely when I attempted. It makes complete sense to me now how you figured it out.


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