search for: cmax_packet_size

Displaying 1 result from an estimated 1 matches for "cmax_packet_size".

Did you mean: max_packet_size
2017 Feb 09
0
Opus and IceCast ?
...; Perfect even adding DSP's. Now it is time to attack the server part. How to do to make a audio-stream-server (like for web-radios or voip) ? Is it possible to do it with IceCast ? In a loop a buffer of pcm is encoded into Opus-format: opus_encode(encoder, @PCMIn, cFRAME_SIZE, cbits, cMAX_PACKET_SIZE); What are the steps to give that encoded buffer to IceCast ? Code examples (in C, Pascal or other languages) are highly welcome. (If no demos exists, in opus_trivial_example.c when the buffer is encoded, how to make a audio-stream-server ?) PS: I am totally beginner with IceCast. Many thanks....