Re: [Live-devel] RFC compliance for live555

2010-01-26 Thread Ross Finlayson
Is the latest version of LIVE555 Jan 22,2010 fully compliant to the following RFCs ? RFC 2326 -> RTSP RFC 2327 -> SDP RFC 2617 -> HTTP authentication I wouldn't say "fully compliant", but "compliant enough for most applications". If there's some specific feature (specified in one of these stan

Re: [Live-devel] fPresentationTime fDurationInMicroseconds value setup

2010-01-26 Thread Ross Finlayson
I need to understand the value of fPresentationTime fDurationInMicroseconds. Those two are used in almost all videoframers. I have an IP camera, which sends out video frames in the oder of pps, sps, I, P, P, P...(29 times) in a second. So should the fPresentationTime/ fDurationInMicroseconds b

[Live-devel] RFC compliance for live555

2010-01-26 Thread Shyam Narayanan
Is the latest version of LIVE555 Jan 22,2010 fully compliant to the following RFCs ? RFC 2326 -> RTSP RFC 2327 -> SDP RFC 2617 -> HTTP authentication If not, is there a plan to provide full compliance to these specs in the near future ? I am unable to find any specific mention of these RFCs in

Re: [Live-devel] Different io model in LiveMedia: io completion ports, kqueue, epoll ?

2010-01-26 Thread Paulo Rogério Panhoto
Maybe this could be implemented in terms of a portable library such as ACE or boost::asio. That is an interesting idea. I can volunteer myself to help with it. Regards, Paulo. 2010/1/26 Adam Mich > Hello, > Has anybody tried to replace standard select() loop in LiveMedia with a > different asy

[Live-devel] fPresentationTime fDurationInMicroseconds value setup

2010-01-26 Thread Tao Wu
Hi All, I need to understand the value of fPresentationTime fDurationInMicroseconds. Those two are used in almost all videoframers. I have an IP camera, which sends out video frames in the oder of pps, sps, I, P, P, P...(29 times) in a second. So should the fPresentationTime/ fDurationInMicroseco

[Live-devel] Different io model in LiveMedia: io completion ports, kqueue, epoll ?

2010-01-26 Thread Adam Mich
Hello, Has anybody tried to replace standard select() loop in LiveMedia with a different asynchronous I/O mode ? Select() isn't especially effective, when it comes to sending or receiving a large number of small UDP packets over many connections, and it is the most often scenario in RTP application