Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Help With Recording a StreamI'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. |
#2
|
|||
|
|||
Re: Help With Recording a Streamhere 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 |
#3
|
|||
|
|||
Re: Help With Recording a StreamThank 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). |
#4
|
|||
|
|||
Re: Help With Recording a Stream |
#5
|
|||
|
|||
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 |
#6
|
|||
|
|||
Re: Help With Recording a StreamSo, 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" |
Tags: rtmp |
Thread Tools | |
Display Modes | |
|
|