> 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
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
> 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
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
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