Re: [Live-devel] Making ProxyServerMediaSubsession stream to multicast addresses

2014-05-20 Thread Jan Ekholm
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

Re: [Live-devel] Making ProxyServerMediaSubsession stream to multicast addresses

2014-05-19 Thread Ross Finlayson
> 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

Re: [Live-devel] Making ProxyServerMediaSubsession stream to multicast addresses

2014-05-19 Thread Jan Ekholm
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

Re: [Live-devel] Making ProxyServerMediaSubsession stream to multicast addresses

2014-04-07 Thread Ross Finlayson
> 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

Re: [Live-devel] Making ProxyServerMediaSubsession stream to multicast addresses

2014-04-06 Thread Jan Ekholm
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

Re: [Live-devel] Making ProxyServerMediaSubsession stream to multicast addresses

2014-04-06 Thread Ross Finlayson
> 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

Re: [Live-devel] Making ProxyServerMediaSubsession stream to multicast addresses

2014-04-06 Thread Jan Ekholm
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

Re: [Live-devel] Making ProxyServerMediaSubsession stream to multicast addresses

2014-04-06 Thread Ross Finlayson
> 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

[Live-devel] Making ProxyServerMediaSubsession stream to multicast addresses

2014-04-06 Thread Jan Ekholm
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