Re: [Live-devel] Starting and stopping video within MediaSessions

2012-01-05 Thread Ross Finlayson
> We are using Live555 to stream (unicast) short bursts of video (currently > MJPG, soon to be H.264) and metadata as objects are tracked throughout a > scene. For a given tracked object , we have information about the object > (id, location, etc), which we send as XML meta data in a MediaSubse

[Live-devel] Starting and stopping video within MediaSessions

2012-01-05 Thread Dave McMordie
We are using Live555 to stream (unicast) short bursts of video (currently MJPG, soon to be H.264) and metadata as objects are tracked throughout a scene. For a given tracked object , we have information about the object (id, location, etc), which we send as XML meta data in a MediaSubsession. Each

Re: [Live-devel] Broadcasting live events with an iPhone using Live555 media libraries

2012-01-05 Thread Ross Finlayson
> The architecture we are building is based on an Helix Media Server that will > be used to broadcast the stream to PCs, phones, ... > Then, on the iPhone part, we're building an app that will access the camera, > and then maybe by using Live555 libraries, streaming it to the Helix Media > Serv

[Live-devel] Broadcasting live events with an iPhone using Live555 media libraries

2012-01-05 Thread Anthony Nevo
Hi all, I am working for a small company specialized in developing iOS and Android applications. One of our clients asked us to add a Qik-like or Ustream-like functionality to one of their app and after some investigation, it seems to me that Live555 libraries are a very good starting point to

[Live-devel] GET_PARAMETER

2012-01-05 Thread leroi cat
Hello, I just started with live555 media server and my client starts with GET_PARAMETER method rather than OPTIONS. After reading RTSPServer.cpp i found that the method GET_PARAMETER is implemented just as a 'keep alive' and it sends an empty response. i understand that i must define a subclass o