Re: [Live-devel] How to implement upload multiple audio streaming to rtsp server?

2017-04-12 Thread Ross Finlayson
> We would like to ask a question about schedule. Thanks. > We use following flow to receive data from client. > MultiFramedRTPSource —> WAVFileSink > If we run one client to upload audio stream, we can receive correct data. > If we run two clients to upload audio stream. First one will be blocking

[Live-devel] How to limit the number of RTP packet which is received from MultiFramedRTPSource?

2017-04-12 Thread Eric_Hsieh
Hi Ross We are working on a small ram size camera. Sometimes, the performance of camera is not good. When we send a lot of data to camera, and handle by MultiFramedRTPSource. We found ReorderingPacketBuffer will keep run createNewPacket to allocate memory and queue data. We want to limit createN