Re: [Live-devel] Using the live555 to implement RTCP

2007-06-28 Thread Ross Finlayson
>my idea is to make 2 separates applikation one for RTP >streamingserver (rtp.exe) for JPEG streaming and the second >application ist for RTCP (rtcp.exe). This is a really silly idea. RTP and RTCP are not independent protocols - for example, RTCP reports include statistics about RTP packet lo

Re: [Live-devel] Lost packets

2007-06-28 Thread Mojtaba Hosseini
Hello, I agree. I was also able to create an RTP streaming application for my H264 encoder within a week. More documentation would surely be appreciated by new users. Towards this, I documented my work and put it here: (it has sample code + UML diagrams) http://www.white.ca/patrick/tutorial.ta

Re: [Live-devel] Live stream frequently getting stuck

2007-06-28 Thread Russell Brennan
It sounds like you are implementing your pipes in an inefficient manner... for instance, maybe you are writing the data to disk and then reading it when really you could be writing it to RAM and reading it instead. Check out my prior post on streaming from buffers. Russell On 6/28/07, Kartik R

[Live-devel] Lost packets

2007-06-28 Thread Luc Roels
Hi Ross, I've been able to create a simple streaming server for my 'modified H.264' video encoder card and created a simple viewing client in just a couple of days using the livemedia library, and it might even have been faster if there was some good documentation available :-). Even so, Live

[Live-devel] Using the live555 to implement RTCP

2007-06-28 Thread Armando Ko
Dear all, my idea is to make 2 separates applikation one for RTP streamingserver (rtp.exe) for JPEG streaming and the second application ist for RTCP (rtcp.exe). For do this i would write the SSRC from rtp.exe in a file and read it from this file with rtcp.exe. the connection point of both appl