Re: [Live-devel] SDP problem in openRTSP

2010-11-30 Thread Ross Finlayson
I am writing my RTSP server Are you using our RTSP server implementation? (If not, why not? :-) and am using openRTSP as the client. The problem I am facing is that when I send the response for the DESCRIBE request, I get an error saying: "Have received 283 total bytes of a DESCRIBE RTSP

Re: [Live-devel] Question about trick play, server side

2010-11-30 Thread Ross Finlayson
I'm new at live555, i read doxygen references and make some tests to start understanding how it works. Now i plan something to do, i think simple, I want to stream a video file (.mpg) on demand, but with one feature... I want to specify the duration to stream in seconds, or make it an infinite l

Re: [Live-devel] LiveMedia in a Directshow Filter

2010-11-30 Thread Ross Finlayson
>while(true) >{ > fWatchVariable = 0; > dummyTask(NULL); // 100ms > env->taskScheduler().doEventLoop(&fWatchVariable); > if (fWatchVariable = 1) > { > printf("\nIn While fWatchVariable=%d,",fWatchVariable); > if (!mP4LiveSms->mpeg4Live

Re: [Live-devel] Cam.ly

2010-11-30 Thread Dane Jensen
Hey Ross, Clients can view the RTSP stream directly. Best, Dane Jensen On Tue, Nov 30, 2010 at 5:43 AM, Ross Finlayson wrote: > I run a very small IP Security Camera company cam.ly. We use openRTSP to > record our archive video. Thanks for building it. We sell our cameras as > open devices

[Live-devel] SDP problem in openRTSP

2010-11-30 Thread kanav gandhi
Hi all, I am writing my RTSP server and am using openRTSP as the client. The problem I am facing is that when I send the response for the DESCRIBE request, I get an error saying: "Have received 283 total bytes of a DESCRIBE RTSP response; awaiting 131 bytes more Failed to get a SDP description fro

Re: [Live-devel] RTSP unicast from circular buffer

2010-11-30 Thread Ke Yu
I've built a solution per your suggestion. It works well. Thanks. On Thu, Nov 25, 2010 at 5:11 AM, Ross Finlayson wrote: >> I'm new to the Live555 which I want to use in my project. My >> requirement is to stream video (H.264/AAC in TS) over the RTSP >> unicast. The video continuously comes in (l

[Live-devel] Question about trick play, server side

2010-11-30 Thread edi87
Hello, I'm new at live555, i read doxygen references and make some tests to start understanding how it works. Now i plan something to do, i think simple, I want to stream a video file (.mpg) on demand, but with one feature... I want to specify the duration to stream in seconds, or make it an in

Re: [Live-devel] LiveMedia in a Directshow Filter

2010-11-30 Thread Eyal Shveky
>while(true) >{ > fWatchVariable = 0; > dummyTask(NULL); // 100ms > env->taskScheduler().doEventLoop(&fWatchVariable); > if (fWatchVariable = 1) > { > printf("\nIn While fWatchVariable=%d,",fWatchVariable); > if (!mP4LiveSms->mpeg4LiveSo

Re: [Live-devel] Handling RTCP Goodbye packet with OpenRTSP

2010-11-30 Thread Ross Finlayson
> 1/ What command-line arguments are you giving to "openRTSP" (apart from the "rtsp://" URL)? I'm using options "-Q -d x" for the test where x is a duration which is smaller than the full length of the stream. A change on the duration parameter has no impact on the issue. Are you sure that t

Re: [Live-devel] Handling RTCP Goodbye packet with OpenRTSP

2010-11-30 Thread david cailliere
Dear Ross, > 1/ What command-line arguments are you giving to "openRTSP" (apart from the > "rtsp://" URL)? I'm using options "-Q -d x" for the test where x is a duration which is smaller than the full length of the stream. A change on the duration parameter has no impact on the issue. > 2/ Does

[Live-devel] 答复: ì?‘` : use livemedia transport mpeg4streame problem

2010-11-30 Thread 杨志祥
thank you help. I find my encode frame rate no fix.frame rate often change.so,my devicesource class "fDurationInMicroseconds" no right set. when i set "fDurationInMicroseconds" is 100/25,because encode frame rate often change,so,my deliverFrame() possisble no can deliver new or right frame.t

Re: [Live-devel] Cam.ly

2010-11-30 Thread Ross Finlayson
I run a very small IP Security Camera company cam.ly. We use openRTSP to record our archive video. Thanks for building it. We sell our cameras as open devices and encourage hacking (http://cam.ly/blog/2010/08/d

[Live-devel] (no subject)

2010-11-30 Thread Dane Jensen
Hey Live555 Developers, I run a very small IP Security Camera company cam.ly. We use openRTSP to record our archive video. Thanks for building it. We sell our cameras as open devices and encourage hacking ( http://cam.ly/blog/2010/08/different-ways-to-modify-your-cam-ly/). It would be awesome

Re: [Live-devel] RTPInterface

2010-11-30 Thread Ross Finlayson
can i change RTPInterface's implementation? Of course you can. The code is Open Source, licensed under the LGPL. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live5

Re: [Live-devel] Handling RTCP Goodbye packet with OpenRTSP

2010-11-30 Thread Ross Finlayson
The call stack helps a little, but unfortunately still doesn't nail down the problem for me. A couple more questions: 1/ What command-line arguments are you giving to "openRTSP" (apart from the "rtsp://" URL)? 2/ Does the crash happen for streams that contain other kinds of audio, or just thos