C
Claes Mogren
Hey!
I'm wondering what the best way to clone/duplicate/copy a stream is?
The application is supposed to accept an RTP stream and forward the
data (video frames) to one or more clients. Is the best way really to
buffer everything in an array? (Low latency is important)
Thankful for hints on what to use!
/Claes Mogren
I'm wondering what the best way to clone/duplicate/copy a stream is?
The application is supposed to accept an RTP stream and forward the
data (video frames) to one or more clients. Is the best way really to
buffer everything in an array? (Low latency is important)
Thankful for hints on what to use!
/Claes Mogren