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