Re: [Live-devel] Looking for proven mpg test media

2013-03-14 Thread Ross Finlayson
> I am using LIVE555 Media Server version 0.76 (LIVE555 Streaming Media > library version 2013.01.03) on CentOS 6.3. It installed and runs fine, > but I am having a hard time finding test media to verify rtsp. I've > tried a variety of mpg files, always some kind of problem with it > (like "StreamP

[Live-devel] Looking for proven mpg test media

2013-03-14 Thread Tony Griffen
I am using LIVE555 Media Server version 0.76 (LIVE555 Streaming Media library version 2013.01.03) on CentOS 6.3. It installed and runs fine, but I am having a hard time finding test media to verify rtsp. I've tried a variety of mpg files, always some kind of problem with it (like "StreamParser::par

[Live-devel] Reminder: A quick survey: How are you using the "LIVE555 Streaming Media" software?

2013-03-14 Thread Ross Finlayson
Thank you to the almost 100 people so far who have taken our survey: How are you using the "LIVE555 Streaming Media" software? It's good to have gotten 100 responses - except that there are almost 1900 people on this mailing list! Even excluding 'hobbyist' email addresses, we still have

Re: [Live-devel] RR report packet Send to Client

2013-03-14 Thread Ross Finlayson
I'm sorry, but I'm not understanding your question at all. To help clarify things, please post the complete RTSP protocol exchange - between your client and your server. (I'm assuming here that you have made *no* modifications to our supplied library code. If you *have* modified our library co

[Live-devel] RR report packet Send to Client

2013-03-14 Thread raghav
Hi, LIVE555 Server receiving RR report to port number Which is exactly client rtcp port number but on server side.what could be problem? and Am using LIVE555 as client. Thnaks, Raghav. ___ live-devel mailing list live-devel@lists.live555.com

[Live-devel] using live555 as a client to receive 1920x1080 H264 over rtsp

2013-03-14 Thread Mark McCormack
Ross, > I don't understand what you mean by this, because VLC - when receiving RTSP >streams - does so using the LIVE555 libraries, and so does so by receiving one >NAL unit at a time, just as your own receiver application does. Sorry, probably not explained myself.  I am using the VLC code as

Re: [Live-devel] RR report packet Send to Client Port

2013-03-14 Thread Ross Finlayson
> LIVE555 Server working fine till 65 sec after that Server Stoping to send > data. > I found that its not receiving RR report from client. > When i observed in wire shark Client sending RR report packets If the client is sending RTCP "RR" packets, but the server is not receiving them, then it m

[Live-devel] RR report packet Send to Client Port

2013-03-14 Thread raghav
Hi, LIVE555 Server working fine till 65 sec after that Server Stoping to send data. I found that its not receiving RR report from client. When i observed in wire shark Client sending RR report packets but the source and destination port are same. What could the reason for this. am usin