Displaying 1 result from an estimated 1 matches for "pcmin".
Did you mean:
ncmin
2017 Feb 09
0
Opus and IceCast ?
...n_callback + op_read* ==> 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...