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,
> 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
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
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,