This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#EXTINF:-1,BBC - Radio 1 | |
pipe:///usr/bin/ffmpeg -loglevel fatal -i http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio1_mf_p -vcodec copy -acodec copy -metadata service_provider="BBC" -metadata service_name="BBC Radio 1" -f mpegts -tune zerolatency pipe:1 | |
#EXTINF:-1,BBC - Radio 2 | |
pipe:///usr/bin/ffmpeg -loglevel fatal -i http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio2_mf_p -vcodec copy -acodec copy -metadata service_provider="BBC" -metadata service_name="BBC Radio 2" -f mpegts -tune zerolatency pipe:1 | |
#EXTINF:-1,BBC - Radio 3 | |
pipe:///usr/bin/ffmpeg -loglevel fatal -i http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio3_mf_p -vcodec copy -acodec copy -metadata service_provider="BBC" -metadata service_name="BBC Radio 3" -f mpegts -tune zerolatency pipe:1 | |
#EXTINF:-1,BBC - Radio 4 | |
pipe:///usr/bin/ffmpeg -loglevel fatal -i http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio4fm_mf_p -vcodec copy -acodec copy -metadata service_provider="BBC" -metadata service_name="BBC Radio 4" -f mpegts -tune zerol |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EXTM3U | |
#EXTINF:-1,[*R1] BBC Radio 1 | |
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_one.m3u8 | |
#EXTINF:-1,[*R1X] BBC Radio 1Xtra | |
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_1xtra.m3u8 | |
#EXTINF:-1,[*R2] BBC Radio 2 | |
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_two.m3u8 | |
#EXTINF:-1,[*R3] BBC Radio 3 | |
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_radio_three.m3u8 | |
#EXTINF:-1,[*R4] BBC Radio 4 FM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Technicolor AG plus VDNT-S Router VDSL2 - (ba)sh IP renewer | |
# This script logs into the router and refreshes the IP address by toggling on | |
# and off the "automatic connection" parameter. | |
# It *NEEDS* to be configured. Please keep reading. | |
# Disable globbing, die on undefined variables and errors | |
set -efu | |
# Configuration |