[Live-devel] Support for CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS

2012-12-17 Thread Benjamin Drung
Hi, please support CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS. It would be nice if the build system honors these variables if they are set by the user. In Debian, hardening flags are passed through these variables. A patch that add the support is attached. -- Benjamin Drung Debian & Ubuntu Developer De

Re: [Live-devel] shared library

2012-12-17 Thread Benjamin Drung
Am Samstag, den 15.12.2012, 17:37 +1000 schrieb Ross Finlayson: > Benjamin, > > > I've now installed a new release - 2012.12.15 - that adds a new > configuration file "config.linux-with-shared-libraries". Thanks. > Please verify that this works properly for you (i.e., after first > running "ge

Re: [Live-devel] testOnDemandRTSPServer multicast question

2012-12-17 Thread Tim J Shackleton
On 18/12/12 13:52, Ross Finlayson wrote: No. As you can see from the "MPEG2TransportUDPServerMediaSubsession" implementation, a new "MPEG2TransportStreamFramer" is created (and used as the data source) each time "createNewStreamSource()" is called - i.e., each time we start reading from the in

Re: [Live-devel] testOnDemandRTSPServer multicast question

2012-12-17 Thread Ross Finlayson
> I have a hunch at this point that the TransportStreamFramer is not being > reinitialized when a new client arrives No. As you can see from the "MPEG2TransportUDPServerMediaSubsession" implementation, a new "MPEG2TransportStreamFramer" is created (and used as the data source) each time "creat

Re: [Live-devel] testOnDemandRTSPServer multicast question

2012-12-17 Thread Tim J Shackleton
On 18/12/12 11:20, Ross Finlayson wrote: Unfortunately I wasn't able to reproduce your problem at all. I ran "testMPEG2TransportStreamer" to continuously stream a Transport Stream file via multicast, and also ran "testOnDemandRTSPServer" to receive this multicast stream, and use it as input fo

Re: [Live-devel] multi rtsp stream

2012-12-17 Thread Ross Finlayson
> I have 3 IP camera (rtsp camera); I want to developp a software which the > goal is to see the 3 IP cameras and select one to stream it over Ustream / > liveStream / justin / … > > Do you know if it is possible ?? It depends on whether or not those systems can access RTSP/RTP streams. You

[Live-devel] multi rtsp stream

2012-12-17 Thread aveline
Hi I have an easy question to you I think : I have 3 IP camera (rtsp camera); I want to developp a software which the goal is to see the 3 IP cameras and select one to stream it over Ustream / liveStream / justin / … Do you know if it is possible ?? --

Re: [Live-devel] testOnDemandRTSPServer multicast question

2012-12-17 Thread Ross Finlayson
Unfortunately I wasn't able to reproduce your problem at all. I ran "testMPEG2TransportStreamer" to continuously stream a Transport Stream file via multicast, and also ran "testOnDemandRTSPServer" to receive this multicast stream, and use it as input for a unicast RTSP server. I then kept runn

Re: [Live-devel] testOnDemandRTSPServer multicast question

2012-12-17 Thread Tim J Shackleton
On 17/12/12 13:53, Ross Finlayson wrote: First, I'll try to look into exactly what's happening. If there's a bug in the supplied LIVE555 code, then I'll try to fix it. Thanks Ross, I appreciate this greatly. I have done a little further investigation myself and thought I'd share it with yo