can I add more audio encoders to Radiocaster. I'd like to stream in MPEGTS format I can do it using ffmpeg, is it possible doing this by radio caster by adding encoders to plugins folder or something ?
I found the solution by adding custom encoders with command line
C:\ffmpeg\bin\ffmpeg.exe -loglevel -8 -f s16le -ac {Channels} -ar {SampleRate} -i - -f mpegts -vn -c:a aac -b:a {Bitrate}k -
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.