[Live-devel] QuickTimeFileSink creating files unreadable by QuickTime

2015-06-18 Thread Eric Blanpied
Hello, Our Mac OS X app uses the QuickTimeFileSink to record RTSP streams to local storage, and then uses Apples AVFoundation classes for playback. In testing we have now had multiple instances where the resulting files are treated as unplayable due to an incorrect syncSampleTable entry, either

Re: [Live-devel] Simultaneous Recording and Viewing

2015-06-14 Thread Eric Blanpied
> On Jun 11, 2015, at 6:53 PM, Ross Finlayson wrote: > >> We’ve got an app that’s successfully using the live555 library to record >> multiple streams using the QuickTimeFileSink, but now customers want to be >> able to view that stream at the same time it’s being stored. I’m guessing >> that

[Live-devel] Simultaneous Recording and Viewing

2015-06-11 Thread Eric Blanpied
We’ve got an app that’s successfully using the live555 library to record multiple streams using the QuickTimeFileSink, but now customers want to be able to view that stream at the same time it’s being stored. I’m guessing that’s a fairly common feature request, but I haven’t found any references

Re: [Live-devel] Adding streams to already-running event loop

2014-11-12 Thread Eric Blanpied
> On Nov 12, 2014, at 12:31 PM, Ross Finlayson wrote: > >> I’ve got this working along the lines you’ve described, but the problem I’m >> running into is a need for some kind of external (to live555 thread) >> reference to each RTSPClient, in order to trigger other events (stopping >> one, fo

Re: [Live-devel] Adding streams to already-running event loop

2014-11-12 Thread Eric Blanpied
Hi Ross, Thanks for your help so far. I’ve got this working along the lines you’ve described, but the problem I’m running into is a need for some kind of external (to live555 thread) reference to each RTSPClient, in order to trigger other events (stopping one, for example). That’s why I though

Re: [Live-devel] Adding streams to already-running event loop

2014-11-11 Thread Eric Blanpied
> >> With a single event loop, how does one add new client requests to the >> already running loop? > > You can create new “RTSPClient” objects and call operations on them > (including “sendDescribeCommand()”) from within the event loop, at any time. > I.e., this could be done from code that’

[Live-devel] Adding streams to already-running event loop

2014-11-11 Thread Eric Blanpied
Hello, Our client app needs to receive multiple streams at once, adding them as required by various parts of the application logic. Both playCommon.cpp and testRTSPClient.cpp appear to require any client->sendDescribeCommand() calls before the env->scheduler().doEventLoop() call. With a single

[Live-devel] Building Mac RTSP Client Application

2014-11-07 Thread Eric Blanpied
Hello, We're building Mac-only application to capture and view synchronized videos, with all media handling done via AVFoundation classes. Except for RTSP, of course! In order to get things prototyped, our app currently saves streams to .mov files by tasking the openRTSP program. This temporary

[Live-devel] Seeking Live555 Mac OS Consultant

2014-10-07 Thread Eric Blanpied
if we could find someone with experience with this already. thanks very much, Eric Blanpied Spark Alley ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel