Search code examples
live-streaminglive555

live555 streaming using ByteStreamMemoryBufferSource


I plan to make rtsp server and clients using live555.

get data from clients, and send the data to other species of clients. like replicator.

RTSP servers(Other) ----------- RTSPClients(My Program) - data in memory - RTSPServer(My Program) ----------- RTSPClients(Other)

like this.

but there is no sample using ByteStreamMemoryBuffer. Only there is ByteStreamFileSource.

is there any reference or sample??? thanks.


Solution

  • I decided to change proxyserver codes. it is much more easier than using memorybuffersource.