Re: [Live-devel] H264 RTP Streaming: A Tutorial

2008-11-23 Thread Yedidia Amit
Seems that no one can fint this tutorial :) You can ask what you want and we will try to answer. Regards, Amit Yedidia Elbit System Ltd. Email: [EMAIL PROTECTED] Tel: 972-4-8318905 -- > -Original Message- > From: [EMAIL PROTECT

[Live-devel] H264 RTP Streaming: A Tutorial

2008-11-23 Thread qiqi z
HI,everyone, I found a tutorial at http://lists.live555.com/pipermail/live-devel/2007-June/007030.html but tutorial.tar.gz is no longer available, does anyone have a copy? Thanks:) qiqi ___ live-devel mailing list live-devel@lists.live555.com http://l

Re: [Live-devel] RTSP over UDP

2008-11-23 Thread Ross Finlayson
Does Live supports RTSP over UDP? ("rtspu://Š..")? No, and it turns out that noone else supports it either. That part of the RTSP 1.0 specification never became popular. (It will not be part of RTSP 2.0 at all.) -- Ross Finlayson Live Networks, Inc. http://www.live555.com/

[Live-devel] RTSP over UDP

2008-11-23 Thread Yedidia Amit
Hi All, Does Live supports RTSP over UDP? ("rtspu://.")? Regards, Amit Yedidia Elbit System Ltd. Email: [EMAIL PROTECTED] Tel: 972-4-8318905 -- The information in this e-mail transmission contains proprietary and business sensitive

Re: [Live-devel] RTP sink to serial

2008-11-23 Thread Yedidia Amit
I know. Currently I working "non-standard". RTP-Over-TCP is not fitted due to the overhead. I have very very strict limitations on my bandwidth. Regards, Amit Yedidia Elbit System Ltd. Email: [EMAIL PROTECTED] Tel: 972-4-8318905 -- > -

Re: [Live-devel] RTP sink to serial

2008-11-23 Thread Ross Finlayson
2. Yes .I do expect moderate data loss and bit errors. Any ideas? Yes, use RTP-over-TCP (as I said in my previous message). This means that you'll need a full-duplex connection. And you *do* want RTCP. RTCP is a required part of the RTP/RTCP standard. -- Ross Finlayson Live Networks, Inc.

Re: [Live-devel] RTP sink to serial

2008-11-23 Thread Yedidia Amit
Thanks Ross. 1. Does SLIP itself requires Full Duplex channel (I don't RTCP RR nor TCP) ? 2. Yes .I do expect moderate data loss and bit errors. Any ideas? Regards, Amit Yedidia Elbit System Ltd. Email: [EMAIL PROTECTED] Tel: 972-4-8318905 ---

Re: [Live-devel] RTP sink to serial

2008-11-23 Thread Ross Finlayson
1. Does the SLIP needs full duplex channel (I need data transfer only in one direction) Yes, you need a full duplex channel, for RTCP "Receiver Report" packets coming back from the receiver. You would also need a full-duplex channel if you want RTP-over-TCP (see below). 2. If I want to add

[Live-devel] Marc Perrone is out of the office.

2008-11-23 Thread Marc . Perrone
I will be out of the office starting 11/21/2008 and will not return until 12/02/2008. I will respond to your message when I return. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] RTP sink to serial

2008-11-23 Thread Yedidia Amit
Thanks for the answer. 2 more: 1. Does the SLIP needs full duplex channel (I need data transfer only in one direction) 2. If I want to add some error detection and error resilience bits, outside the Live555 (the live will receive/send normal IP packets from/toward the SLIP), is there clean way to i