On 19 maj 2014, at 23:50, Ross Finlayson wrote:
>> Here I only try to get the original stream to work through the replicator.
>> Based on the testReplicator example
>> all streams must be through a replicator, it's not possible to have one
>> stream use the replicator and one
>> stream use the
> Here I only try to get the original stream to work through the replicator.
> Based on the testReplicator example
> all streams must be through a replicator, it's not possible to have one
> stream use the replicator and one
> stream use the normal way.
That's correct. Only one object can be re
On 6 apr 2014, at 22:54, Ross Finlayson wrote:
>
>> Also I probably want to also be able to decode the incoming stream in order
>> to grab
>> still images from it and do some manipulation on it before re-encoding it
>> again. Is there
>> some good way to "duplicate" the incoming stream into my
> Ok, that clears it up a bit. And as PassiveServerMediaSubsession would
> multicast it would do it all the time, regardless of
> if anyone actually receives the stream, right? Not all of the backend cameras
> are interesting all the time though, so this also
> requires some consideration as netw
On 7 apr 2014, at 00:37, Ross Finlayson wrote:
>> So OnDemandServerMediaSubsession and its subclasses are always for unicast
>> streaming while PassiveServerMediaSubsession can perform
>> multicast streaming?
>
> Yes.
Ok, that clears it up a bit. And as PassiveServerMediaSubsession would
mul
> So OnDemandServerMediaSubsession and its subclasses are always for unicast
> streaming while PassiveServerMediaSubsession can perform
> multicast streaming?
Yes.
> I guess it's not as simple as making a version of ProxyServerMediaSubsession
> that is based on
> PassiveServerMediaSubsession
Thank you for the quick answer, Ross!
On 6 apr 2014, at 22:54, Ross Finlayson wrote:
>> Now I'd like to proxy some remote surveillance cameras. As first I started
>> working on some
>> own proxying code, but that didn't work too well and then I found
>> ProxyServerMediaSubsession
>> which see
> Now I'd like to proxy some remote surveillance cameras. As first I started
> working on some
> own proxying code, but that didn't work too well and then I found
> ProxyServerMediaSubsession
> which seems to do exactly what I want to do for now. However, I'd like that
> the streams my
> applica
Hi,
I'm a fairly new user of Live555, having worked on a small application for
about a week or so.
So far I've more or less successfully managed to stream out video from
connected local
USB cameras using OpenCV. It was definitely not a trivial task.
Now I'd like to proxy some remote surveillan