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



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to