mocha
03-21-2010, 11:59 AM
Hello. I was wondering if someone could give me a hand with the RTMP streams at this URL:
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.
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 (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) 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
This works
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
This works
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.
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.