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

Help With Recording a Stream

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

someone123 04-17-2014 06:35 PM

Help With Recording a Stream


 
I'm trying to record a specific show off of this channel (for children):

http://itbn.org/channels/soac.html

I previously had a .bat file set up to record and used Task Scheduler to auto-record when it came on. However, I think the webpage has been reconfigured and I cannot remember how to set up the recording.

hasomaso 04-18-2014 12:50 AM

Re: Help With Recording a Stream


 
here is the direct .m3u8 link

Code:

http://ooyalahd2-f.akamaihd.net/i/tbn04_delivery@149649/index_1728_av-b.m3u8?sd=10&rebase=on

and here download with ffmpeg

Code:

ffmpeg -i "http://ooyalahd2-f.akamaihd.net/i/tbn04_delivery@149649/index_1728_av-b.m3u8?sd=10&rebase=on" -c copy output.ts





someone123 04-18-2014 03:13 PM

Re: Help With Recording a Stream


 
Thank you for your assistance. I am not familiar with that program. I inserted the info into the FF Prompt and was able to save the stream. Is there a way like there is with rtmpdump to have the file that can be run without manually entering the command?

(I feel like I'm asking this question in a confusing way).

someone123 10-08-2014 12:47 PM

Re: Help With Recording a Stream


 
Is there a way to download from this link with rtmpdump?

http://itbn.org/channels/soac.html

hasomaso 10-08-2014 01:21 PM

Re: Help With Recording a Stream


 
@someone123

they take the desired resolution

Code:

#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=275000,RESOLUTION=192x144,CODECS="avc1.66.30, mp4a.40.2"
http://acaooyalahd2-lh.akamaihd.net/i/TBN04_delivery@186242/index_282_av-p.m3u8?sd=10&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=275000,RESOLUTION=192x144,CODECS="avc1.66.30, mp4a.40.2"
http://acaooyalahd2-lh.akamaihd.net/i/TBN04_delivery@186242/index_282_av-b.m3u8?sd=10&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=550000,RESOLUTION=384x288,CODECS="avc1.66.30, mp4a.40.2"
http://acaooyalahd2-lh.akamaihd.net/i/TBN04_delivery@186242/index_564_av-p.m3u8?sd=10&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=550000,RESOLUTION=384x288,CODECS="avc1.66.30, mp4a.40.2"
http://acaooyalahd2-lh.akamaihd.net/i/TBN04_delivery@186242/index_564_av-b.m3u8?sd=10&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1136000,RESOLUTION=480x360,CODECS="avc1.66.30, mp4a.40.2"
http://acaooyalahd2-lh.akamaihd.net/i/TBN04_delivery@186242/index_1128_av-p.m3u8?sd=10&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1687000,RESOLUTION=640x480,CODECS="avc1.66.30, mp4a.40.2"
http://acaooyalahd2-lh.akamaihd.net/i/TBN04_delivery@186242/index_1728_av-p.m3u8?sd=10&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1687000,RESOLUTION=640x480,CODECS="avc1.66.30, mp4a.40.2"
http://acaooyalahd2-lh.akamaihd.net/i/TBN04_delivery@186242/index_1728_av-b.m3u8?sd=10&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1136000,RESOLUTION=480x360,CODECS="avc1.66.30, mp4a.40.2"
http://acaooyalahd2-lh.akamaihd.net/i/TBN04_delivery@186242/index_1164_av-b.m3u8?sd=10&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=31000,CODECS="mp4a.40.2"
http://acaooyalahd2-lh.akamaihd.net/i/TBN04_delivery@186242/index_282_a-p.m3u8?sd=10&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=31000,CODECS="mp4a.40.2"
http://acaooyalahd2-lh.akamaihd.net/i/TBN04_delivery@186242/index_282_a-b.m3u8?sd=10&rebase=on


someone123 10-08-2014 06:28 PM

Re: Help With Recording a Stream


 
So, how does that work then? Before they changed the streaming, this was an example of the code I was using for a .bat file:

Code:

rtmpdump -r "rtmp://cp114426.live.edgefcs.net:1935/live" -a "live?ovpfv=2.1.5" -W "http://www.tbn.org/flash/hd_player_4x3.swf" --live -y "smile_mbr_high_1@59409" -o "file.flv"

hasomaso 10-08-2014 06:43 PM

Re: Help With Recording a Stream


 
i have not found rtmp:// protocolling on my side
this is a manifest.f4m stream


All times are GMT -6. The time now is 11:21 PM.