I have a system that needs to receive udp audio, mp2 mpegts, is there any way to configure BAO to send UPD audio stream ? I am testing the trial version but I have found no way.
I have seen that in the HD core there is the possibility of defining three types of servers, Icecast, Shouthcast and Internal, Is there a way to define somehow a custom IP stream out?, What is the purpose of the internal server?
OK, OK, I have tried and now understand how to make the internal server work. Coming back to my original question, any idea on how to output udp stream?
In the end I tested the following solution and seems ok.
I installed ffmpeg and activated the “internal server” in BAO.
I issued the following ffmpeg line: ffmpeg -i http://bao-ip:bao-port/bao-stream -codec copy -f mpegts udp://destination-ip:dest-port?1316
You have to use and additional software but it works.