Home Forums BreakawayOne Configuring a UPD audio stream

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #16387
    lgrijander
    Participant

    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.

    Thanks for your help.

    #16388
    Milky
    Keymaster

    I think you made a typo. Just to be clear, we are talking

      UDP

    streaming here, right? And your question is, can BA1 send data to a UDP service.

    Am I right?

    #16389
    lgrijander
    Participant

    Yes, that is correct, I mean UDP

    #16390
    lgrijander
    Participant

    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?

    Thanks.

    #16391
    MrKlorox
    Participant

    I use the internal server to broadcast a local stream on my home network, so I can get processed music on my phone wherever I am around the house.

    #16392
    lgrijander
    Participant

    I use the internal server to broadcast a local stream on my home network, so I can get processed music on my phone wherever I am around the house.

    Thanks, this may be helpful, How do you access the internal server?, is there any URL that is available for that?

    Thanks.

    #16393
    lgrijander
    Participant

    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?

    #16416
    lgrijander
    Participant

    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.

    #16421
    MrKlorox
    Participant

    Smart. FFMPEG is a solid software and I recommend anybody to have it for transcoding media. Glad to know it can be used in this circumstance as well.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.