Re: AMBEServer : Invalid start byte 0x05 (seems to expect 0x61)
AMBEserver is using the newer AMBE3000 chip from DVSI. When Scott wrote his code the predominant AMBE solutions used older chips (usually USB attached) with a different setup and byte flow to process the AMBE stream. Those programs by Scott would need to be updated to talk to the newer chips using the packet protocol to exchange AMBE and PCM data. Start at section 6.5 here http://www.dvsinc.com/manuals/AMBE-3000F_manual.pdf If you look at the source AMBEserver you will see that the UDP stream simply encapsulates the packets defined to go into and out of the AMBE3000 chip, the client is responsible for sending valid and properly formatted packets.
On Fri, Mar 10, 2017 at 4:52 AM, Santu OTTAVI <t.ottavi@...> wrote:
|
|