caster

abdallah

New member
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 -
 
Back
Top