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

Avoid buffer-overrun log message. #4

parent 4f96ffc2
No related branches found
No related tags found
No related merge requests found
......@@ -26,4 +26,8 @@
#starturl = "http://stream.fro.at/fro-128.ogg"
#starturl = "http://trance.out.airtime.pro:8000/trance_a"
starturl = "http://chill.out.airtime.pro:8000/chill_a"
input_http = input.http(id="http", starturl)
\ No newline at end of file
input_http = input.http(buffer=10.0, max=60.0, timeout=60.0, id="http", starturl)
# Route input stream to an dummy output to avoid buffer-overrun messages
output.dummy(id="DUMMY_STREAM_OUTPUT", fallible=true, input_http)
\ 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