Thorsten Schwartz
2017-06-15 08:21:26 UTC
Hi,
I've got a single ogg opus file and I want to stream it to latest
icecast as ogg opus in a continous loop.
demo=single("./blabla.opus")
Therefore I don't need to resample the source, because it's already in
the same format.
I did not find any solution to take the input directly to icecast
without resampling. Resampling unfortunately leads to high CPU load on
my RasPi and is really senseless my case.
output.icecast(%opus(vbr="unconstrained", application="audio",
complexity=10, max_bandwidth="super_wide_band", samplerate=48000,
frame_size=20., bitrate="auto", stereo, signal="music"),
host="localhost", port=8000, password="topsecret", public=false,
mount="/demo.opus",
description="just for testing", name="demo", genre="not important",
url="anywhere",
demo)
Thanks for helping me.
Thorsten
I've got a single ogg opus file and I want to stream it to latest
icecast as ogg opus in a continous loop.
demo=single("./blabla.opus")
Therefore I don't need to resample the source, because it's already in
the same format.
I did not find any solution to take the input directly to icecast
without resampling. Resampling unfortunately leads to high CPU load on
my RasPi and is really senseless my case.
output.icecast(%opus(vbr="unconstrained", application="audio",
complexity=10, max_bandwidth="super_wide_band", samplerate=48000,
frame_size=20., bitrate="auto", stereo, signal="music"),
host="localhost", port=8000, password="topsecret", public=false,
mount="/demo.opus",
description="just for testing", name="demo", genre="not important",
url="anywhere",
demo)
Thanks for helping me.
Thorsten