HI all!
I found a tutorial of h264 rtp streaming post by Mojtaba Hosseini on
http://lists.live555.com/pipermail/live-devel/2007-June/007030.html .but the
download url is unavailable now .if someone have a copy ,could you send it to
me thinks!
best regards
kaka
_
The code in question (that "if" statement) is almost 3 years old. At
the time, it was there for a reason, but I've forgotten exactly why.
I suspect that you're right - it's no longer needed (because closing
the "RTSPClientSession" object has no effect on the entire stream
other than calling th
Hi all!
I want to stream h264 with live555.but i don't know how to implement this.could
anyone kind enough to tell me the probable procedure? step by step.
best regards
kaka
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.co
This is probably a stupid question, but...
In RTSPServer::RTSPClientSession::livenessTimeoutTask(), the RTSP client
session is deleted only if it is not a mutlicast session. The comment claims
this is to avoid closing all client sessions, not just the one that has timed
out. The only thing t
Right thanks for the feedback.
We'll looking to making the changes to our subclasses.
Ross Finlayson wrote:
I've now released a new version (2009.02.13) that includes some, but
not all, of your suggested changes.
A synopsis of the changes are listed below.
1. Modified BasicUsageEnvironment0