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. |
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 ![]() ![]() |
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). |
Re: Help With Recording a Stream |
Re: Help With Recording a Stream@someone123
they take the desired resolution Code:
#EXTM3U |
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" |
Re: Help With Recording a Streami 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. |