[Live-devel] To get statistics of the input sources?

2013-11-27 Thread Lan Zang
ServerMediaSubsession? Or if there is any way to get input RTPSources used by these 2 classes? (They do use SimpleRTPSource as input.) Best Regards, Lan Zang(Sander)___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live

[Live-devel] How to add audio stream later?

2013-08-23 Thread Lan Zang
player client is not aware of that the audio is on now. Per my understanding, the RTSP server shall notify the client by sending ANNOUNCE command with new SDP payload. So, is there anyway to let RTSP to do so? Best Regards, Lan Zang(Sander)___ live

[Live-devel] The Speex over RTP

2013-08-19 Thread Lan Zang
SimpleRTPSink to control the single frame kept in the same RTP packet? Or I just need to write a new classed derived from MultiFramedRTPSink and rewrite the method afterGettingFrame1()? Regards, Lan Zang(Sander)___ live-devel mailing list live-devel@lists.live555

[Live-devel] RTP over TCP packet size determination

2013-04-10 Thread Lan Zang
eters inside the server, so, the Live555 can send out smaller size packets? I found there is line47 in MultipleFramedSink.cpp: setPacketSizes(1000, 1448); If I changed the value to smaller one, like (256, 400), the packet size keeps the same size(~1300).  Regards, Lan Zang(S

[Live-devel] Nice cleanup when end session

2013-03-07 Thread Lan Zang
::closeSockets(). But the socket created by SimpleRTPSource is just not closed. How can I close this socket and also cleanup gracefully, without exiting the process? Regards, Lan Zang(Sander)   ___ live-devel mailing list live-devel@lists.live555.com http

[Live-devel] MultiFramedRTPSource storage question

2013-02-27 Thread Lan Zang
piled up, but the number of these packets will never get lower. I just wander is it normal? Since this is could be a live broadcast, and this will bring delays. Finally, if the RTP source stops, the stored packets will eventually consumed anyway. Regards, Lan Zang(Sander

[Live-devel] mpegts over RTP cause live555 increase memory using.

2013-02-25 Thread Lan Zang
memory consumes or how to avoid it? Regards, Lan Zang(Sander)___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] SimpleRTPSource and RTCP

2013-02-22 Thread Lan Zang
. The resident memory used by the server could reach ~20 megabytes(usually it only cost ~1 megabyte). It is hard for me to inspect the internal memory usage of the server. Can you shed some light on the issue? Thanks, Lan Zang(Sander)  From: Ross Finlayson To

Re: [Live-devel] SimpleRTPSource and RTCP

2013-02-16 Thread Lan Zang
Ross, I tested the testProgs/testOnDemandRTSPServer. It does not have the odd port for RTCP, (i.e only 1234 port is open). Did I missed anything? Regards, Lan Zang(Sander) From: Ross Finlayson To: LIVE555 Streaming Media - development & use Sent: Su

[Live-devel] SimpleRTPSource and RTCP

2013-02-16 Thread Lan Zang
rt. So, is that normal? If I want to using RTCP to sync-up data of this incoming RTP stream, what else do I need to do? The class "MPEG2TransportUDPServerMediaSubsession" Seems don't have a RTCPInstance member. Thanks, Lan Zang(Sander) _

Re: [Live-devel] Can live555 read RTP data from ffmpeg?

2013-01-12 Thread Lan Zang
ce handle fragmented UDP data? Regards, Lan Zang(Sander) From: Ross Finlayson To: LIVE555 Streaming Media - development & use Sent: Saturday, January 12, 2013 2:08 PM Subject: Re: [Live-devel] Can live555 read RTP data from ffmpeg? I am sending MPEG TS

[Live-devel] Can live555 read RTP data from ffmpeg?

2013-01-11 Thread Lan Zang
SimpleRTPSource in  MPEG2TransportUDPServerMediaSubsession::createNewStreamSource() to other RTPSource? Regards, Lan Zang(Sander)___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] How to remove ServerMediaServer dynamically

2012-07-17 Thread Lan Zang
e RTP/RTCP sockets not cleared in the BasicTaskScheduler::fReadSet. But I don't know how to identify it. Hope if you can shed any light on that to me? Regards, Lan Zang(Sander) From: Ross Finlayson To: LIVE555 Streaming Media - development & use Sen

[Live-devel] How to remove ServerMediaServer dynamically

2012-07-16 Thread Lan Zang
eStep(): select() fails: Bad file descriptor" then abort immediately.  The server won't terminate only if there is no media player connected. I want to know if there are extra steps to remove current media stream? Regards, Lan Zang(Sander)___ liv

Re: [Live-devel] The question on how to handle the incoming H.264 RTP data of live555 server

2012-04-28 Thread Lan Zang
ting of "RECORD" and "ANNOUNCE" in RTSP shall be added. I wander if there is any special consideration that the live555 does not support them. And for the H264VideoStreamDiscreteFramer thing, you are right. I changed to this class, and now the errors are el

[Live-devel] The question on how to handle the incoming H.264 RTP data of live555 server

2012-04-28 Thread Lan Zang
es of trailing data will be dropped! ... I know I must be wrong, but can you shed some light on this? Regards, & Thanks Lan Zang(Sander) ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel