[Live-devel] Could somebody send me a copy of a Tutorial of H264 RTP Streaming

2009-02-16 Thread baxkstreet
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 _

Re: [Live-devel] Multicast teardown bug?

2009-02-16 Thread Ross Finlayson
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

[Live-devel] H264 streaming

2009-02-16 Thread baxkstreet
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

[Live-devel] Multicast teardown bug?

2009-02-16 Thread Patrick White
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

Re: [Live-devel] Patch against release dated 1/26/2009

2009-02-16 Thread Matt Schuckmann
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