Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
www.learner.org Need Help with RTMPHello. 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# |
#2
|
|||
|
|||
Re: www.learner.org Need Help with RTMPThe 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" |
#3
|
|||
|
|||
Re: www.learner.org Need Help with RTMPThis 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 |
#4
|
|||
|
|||
Re: www.learner.org Need Help with RTMPThat 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.
|
Tags: rtmp, url, wwwlearnerorg |
Thread Tools | |
Display Modes | |
|
|