Re: [Live-devel] low latency transmit

2013-04-24 Thread Yu, Bo
Not sure how live555 task schedule works but usleep(0) will take some time and once the process give up the CPU and there is no guarantee when it will get back CPU. Bo From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Tuesday,

Re: [Live-devel] Which "Source" subclass and "MediaServerSubsession" subclass should be chose for AAC stream?

2013-04-24 Thread Ross Finlayson
> I want to transfer AAC stream by RTP-over-TCP to live555 RTSP server, is it > practical? Yes, except that you don't stream *to* a server (because that's not what servers should be doing). Instead, you stream *from* a server. If your AAC data source already has a RTSP server, then you can eit

[Live-devel] Which "Source" subclass and "MediaServerSubsession" subclass should be chose for AAC stream?

2013-04-24 Thread ZHOU, Zili (Zili)** CTR **
Hi, I want to transfer AAC stream by RTP-over-TCP to live555 RTSP server, is it practical? If yes which source and sink subclass can be chose? Are there any available existing MediaServerSubsession subclass? Regards, Zili. Zhou ___ live-devel maili

Re: [Live-devel] Warning: The old 'synchronous' "RTSPClient" interface will be removed, starting on June 1st, 2013

2013-04-24 Thread PROMONET Michel
Hi Ross, Thanks for your great support. May I suggest that probably lots of live555 users need to do the same stuff in order to send DESCRIBE,SETUP,PLAY overriding the RTSPClient to get reference to the session. But no problem I could adapt to the available API. Regards,