Re: [Live-devel] Proposed change to DarwinInjector.cpp/.hh

2009-09-24 Thread Ross Finlayson
OK, this will be included in the next release of the software. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Proposed change to DarwinInjector.cpp/.hh

2009-09-24 Thread Jeremy Noring
I've been testing with the DarwinInjector to push to a server online for redistribution, and one thing I noticed is the timeout value for the initial connection to Darwin isn't exposed, so if a push attempt is made to a server that's unavailable for whatever reason, DarwinInjector->setDestination()

Re: [Live-devel] H264 multicast streaming question

2009-09-24 Thread Jeremy Noring
On Thu, Sep 24, 2009 at 12:46 AM, Stas Desyatnlkov wrote: > Hi, > > Its obvious that loss of the SPS or PPS results in a lot of grief in the > h264 land. The question is what choice do we have in case of no other means > of communication besides RTP? > > What if the h264 stream is packed inside T

Re: [Live-devel] H264FUAFragmenter glibc error

2009-09-24 Thread Jarvis, M. Simon
Hi Ross, Sorry being a bit thick ;) Too far down in the details. I completely understand what you mean.( now!) Thanks again for your help. Simon -Original Message- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wedn

Re: [Live-devel] RTSP over Http

2009-09-24 Thread Ross Finlayson
Do live555 support the RTSP over Http?? Yes. For RTSP clients, it is fully implemented; note the "tunnelOverHTTPPortNum" parameter to "RTSPClient::createNew()". For RTSP servers it is not yet fully implemented, but will be in the future. -- Ross Finlayson Live Networks, Inc. ht

[Live-devel] RTSP over Http

2009-09-24 Thread cybercockroach
Dear experts: Do live555 support the RTSP over Http?? If yes, how can I do? Any hints? if no, is there any workaround to accomplishment this?? Thanks for your reply ___ live-devel mailing list live-devel@lists.live

[Live-devel] TS user data

2009-09-24 Thread Stas Desyatnlkov
Hi, I'd like to add telemetry data along with A/V streams to my TS. I planned to subclass MPEG2TransportStreamFromESSource and add a method like addNewTelemetrySource. The telemetry data arrives via serial port on my device and my source will feed the data to TS as soon as its available. Does thi

Re: [Live-devel] H264 multicast streaming question

2009-09-24 Thread Stas Desyatnlkov
Hi, Its obvious that loss of the SPS or PPS results in a lot of grief in the h264 land. The question is what choice do we have in case of no other means of communication besides RTP? What if the h264 stream is packed inside TS and receiver is not aware of anything else? I guess in case of LAN st