Skip to content
Snippets Groups Projects
Commit 709cd4a8 authored by David Trattnig's avatar David Trattnig
Browse files

Test: Add base config and url

parent 80e4908e
No related branches found
No related tags found
1 merge request!3Liquidsoap 2 migration
......@@ -17,11 +17,16 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
http_starturl = "https://securestream.o94.at/live.mp3"
# http_starturl = "http://stream01.kapper.net:8001/live.mp3"
# http_starturl = "https://live.helsinki.at:8088/live160.ogg"
# http_starturl = "https://stream.fro.at/fro-128.ogg"
# http_starturl = "http://212.89.182.114:8008/frf"
input_http = input.http(id="in_http", max_buffer=5., timeout=10.0, start=true, http_starturl)
%include "base_config.liq"
url = "https://orf-live.ors-shoutcast.at/oe1-q2a"
# url = "https://securestream.o94.at/live.mp3"
# url = "http://stream01.kapper.net:8001/live.mp3"
# url = "https://live.helsinki.at:8088/live160.ogg"
# url = "https://stream.fro.at/fro-128.ogg"
# url = "http://212.89.182.114:8008/frf"
input_http = input.http(id="in_http", max_buffer=5., timeout=10.0, start=true, url)
output.alsa(device="default", mksafe(input_http), bufferize=true)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment