Re: [Live-devel] BasicTaskScheduler doEventLoop gets stuck for >10s after some time period while receiving an RTP AVC stream via RTSP

2019-03-01 Thread Nathan Commons
stopPlaying shouldn't be being called, and no objects should be being deleted. I'll double check this, but I am 99% certain. I'll test out the unmodified client applications to see how they perform. On Fri, Mar 1, 2019 at 3:06 PM Ross Finlayson wrote: > > In any case, we can’t really help you de

[Live-devel] BasicTaskScheduler doEventLoop gets stuck for >10s after some time period while receiving an RTP AVC stream via RTSP

2019-02-28 Thread Nathan Commons
My setup: my MediaSink subclass for my application (calling it RTPSink) has a H264VideoRTPSource (gotten from the MediaSubession, determined by SDP parsing). After calling startPlaying, it runs fine for some period of time. However, after some random amount of time, the BasicTaskScheduler that's us

Re: [Live-devel] RTSP client adds undesirable trailing slash on setup command URL

2017-04-21 Thread Nathan
I confirm that suggestion works. Respectfully and without meaning to nag: please do continue to consider the patch for future inclusion. I note this isn't the first time I've encountered issues with LIVE555 streaming media and trailing slashes. If I recall correctly, it wasn't possible for a clien

Re: [Live-devel] RTSP client adds undesirable trailing slash on setup command URL

2017-04-21 Thread Nathan
xisting servers. 3. Iff the patch broke compatibility with other servers, the people interacting with those servers could simply add a trailing slash to the URL they pass in. That's trivial. I strongly urge you to reconsider your decision. Regards, Nathan ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] RTSP client adds undesirable trailing slash on setup command URL

2017-04-21 Thread Nathan
Hello We've built an RTSP client based on the LIVE555 streaming media library. The client is fairly basic, so the only command/response sequence currently supported is: options -> describe -> setup -> play ... -> teardown All has worked fine until now when we've encountered an RTSP server (actu

Re: [Live-devel] RTSP client: handle connection header

2016-07-18 Thread Nathan
> OK, thanks. This will be included in the next release of the software. Thanks Ross - much appreciated!___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] RTSP client: handle connection header

2016-07-14 Thread Nathan
> However, you’re running an old version of the “LIVE555 Streaming Media” code. The same issue applies to the latest code. > Please upgrade to the latest version, and submit a patch against that version > instead. The patch I already submitted is against the latest version. __

[Live-devel] RTSP client: handle connection header

2016-07-13 Thread Nathan
Hello Ross Using LIVE555 as a client to receive RTSP/RTP/MPEG2-TS streams from a 3rd party RTSP server, I've encountered a problem which I'm hoping can be easily fixed. Sequence for reproducing is as follows... 1. Use LIVE555 RTSP client to send a SETUP request: SETUP rtsp://172.31.0.1:554/

Re: [Live-devel] RTSP server: how to correlate RTSPClientConnection and RTSPClientSession

2015-08-06 Thread Nathan
Thank you very much for your prompt and helpful response Ross. > You should definitely upgrade. Not only do we not support old versions of the > code, but (most importantly) newer versions fix several, often-important bugs, > including security vulnerabilities. You are putting your system at g

[Live-devel] RTSP server: how to correlate RTSPClientConnection and RTSPClientSession

2015-08-06 Thread Nathan
Hello We rely on a now-ancient version (2009-09-04) of LIVE555 Streaming Media library as the basis for the RTSP streaming server in our [open source] product. I'm trying to assess how feasible it would be to upgrade to the latest version of LIVE555 in the near future. Obviously there are challen

Re: [Live-devel] Question about live streaming

2012-08-27 Thread Nathan RNR
But why would I not want the protocol? I would stream to the server, that server would then make the stream global for other devices to connect. The purpose for this is I only want to view a single stream at one time, denoted by the username of the user, which will be the name of the stream, if tha

Re: [Live-devel] Question about live streaming

2012-08-27 Thread Nathan
It does not. I am going to be streaming globally and am using a global server to direct all the traffic, creating rtsp streams for each device. Original message Subject: Re: [Live-devel] Question about live streaming From: Ross Finlayson To: LIVE555 Streaming Media - developm

[Live-devel] Question about live streaming

2012-08-27 Thread Nathan RNR
Hello, I am currently building an Android application designed to stream encoded video (live) from each phone to a different phone, and I play to use Live555 as the server. I read that to support live streaming to edit the OnDemandRTSPServer, as well as make a few other changes. I did said chan