[Live-devel] liveMediaServer in production env

2010-03-16 Thread Glen Gray
? Kind Regards, -- Glen Gray ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] GET_PARAMETERS used as a ping request and VLC

2009-11-26 Thread Glen Gray
clients?? Yes, the K word would follow here. However, if I recall correctly, it only ever sends the GET_PARAMETER messages as a keep alive if the server reports back a timeout value as part of the setup. -- Glen Gray http://slaine.org ___ live-devel m

Re: [Live-devel] [vlc-devel] RTSP client 'trick play' support. When will it ever work??

2009-07-09 Thread Glen Gray
eded for the case of an Anevia VOD server as for some reason, their SDP data is missing the range attribute "a=range:npt=.". They only send a Range: header in the Play response. So perhaps the answer is to patch live555 so that it only parses the Range: header if it&#

Re: [Live-devel] Seeking

2009-06-03 Thread Glen Gray
erver before issuing a Play with the Scale value set. IIRC, this was required for it to work correctly. -- Glen Gray sla...@slaine.org ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Compiler warnings

2009-04-07 Thread Glen Gray
a new version (2009.04.07) of the code that fixes most of these. Thanks for the help. -- 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

Re: [Live-devel] testProgs tested ?

2009-04-07 Thread Glen Gray
g while allowing the system to join the multicast group on any interface. What's your take on how this should be achieved ? -- Glen Gray sla...@slaine.org ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] testProgs tested ?

2009-04-06 Thread Glen Gray
it's working when I get back to my desk tomorrow On 6 Apr 2009, at 16:15, Glen Gray wrote: Hey guys, I'm looking around at the samples in testProgs and interested in using some techniques on a small project. I've had some problems in getting the testProgs/testRelay app wo

Re: [Live-devel] testProgs tested ?

2009-04-06 Thread Glen Gray
egards playback on the new multicast address. On 6 Apr 2009, at 16:15, Glen Gray wrote: Hey guys, I'm looking around at the samples in testProgs and interested in using some techniques on a small project. I've had some problems in getting the testProgs/testRelay app working suffi

[Live-devel] testProgs tested ?

2009-04-06 Thread Glen Gray
nother address. Thanks in advance, -- Glen Gray sla...@slaine.org ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Compiler warnings

2009-04-03 Thread Glen Gray
Looking back at the archives, I see that Erik Hovland submitted a big patch for something similar. On 3 Apr 2009, at 10:13, Glen Gray wrote: Hey Guys, Working on a idea for a project and compiled up live on my Fedora 10 box, with gcc version 4.3.2 Noticed a tone of warnings such as

[Live-devel] Compiler warnings

2009-04-03 Thread Glen Gray
pecting a char*. Can be cleaned up in 2 ways 1) "Fix" function prototypes from "char *" to "const char *" as appropriate 2) Add -Wno-write-strings to the CFLAGS in the Makefiles to suppress the warnings. Which would b

Re: [Live-devel] Playback using live55

2008-08-13 Thread Glen Gray
VLC uses live555 for playback of rtsp streams. Check out the code for that in modules/demux/live555.cpp -- Glen Gray [EMAIL PROTECTED] On 13 Aug 2008, at 13:00, Melvin_Raj wrote: Is there any example codes of live555 that is able to playback video? (maybe a pre-recorded video file

Re: [Live-devel] live555MediaServer performance: 95 stream max per process + dumb test suite

2008-03-19 Thread Glen Gray
Hey Marco, Did you make any progress diagnosing this problem ? -- Glen Gray [EMAIL PROTECTED] On 18 Mar 2008, at 09:09, Marco Amadori wrote: > Il Monday 17 March 2008 23:11:52 Ross Finlayson ha scritto: >>> So it seems to be a strange threading or concurrency problem >> &g

Re: [Live-devel] playing files not in the current directory

2008-03-18 Thread Glen Gray
My understanding is that it only streams files from the current directory. -- Glen Gray [EMAIL PROTECTED] On 18 Mar 2008, at 14:29, Josh Norell wrote: > Hello, > > I'm using live555MediaServer to do some RTSP streaming, but it's not > apparent to me how, or if yo

Re: [Live-devel] Problems "seeking" in MPEG2 TS?

2008-01-24 Thread Glen Gray
Also, this isn't a bug, see the VLC documentation on how to adjust the various cache settings. -- Glen Gray [EMAIL PROTECTED] On 24 Jan 2008, at 20:01, Ross Finlayson wrote: >> However, I have now exposed a second issue, which I believe is a >> bug in >> VLC (unless

Re: [Live-devel] Problems "seeking" in MPEG2 TS?

2008-01-24 Thread Glen Gray
This feature works fine for me. Both specifying a start time and seeking to a specific place once the stream is playing. -- Glen Gray [EMAIL PROTECTED] On 24 Jan 2008, at 06:54, Glen Gray wrote: > I'll try and test this scenario later too. Not sure I've tested > seeking.

Re: [Live-devel] Problems "seeking" in MPEG2 TS?

2008-01-23 Thread Glen Gray
I'll try and test this scenario later too. Not sure I've tested seeking. -- Glen Gray [EMAIL PROTECTED] On 23 Jan 2008, at 22:12, Ross Finlayson wrote: >> I'm using the live555MediaServer application to stream an mpeg2 ts >> to a >>

Re: [Live-devel] Conditional Access support ?

2008-01-08 Thread Glen Gray
That's music to my ears Ross, Thanks, -- Glen Gray [EMAIL PROTECTED] On 8 Jan 2008, at 21:16, Ross Finlayson wrote: >> Was wondering if live555 media server would have a problem streaming >> mpeg2-ts files that have been encrypted. > > It depends what you mean by &quo

[Live-devel] Conditional Access support ?

2008-01-08 Thread Glen Gray
ed content. Thanks in advance -- Glen Gray [EMAIL PROTECTED] ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Commercial version of live555 Media Server ?

2007-12-07 Thread Glen Gray
view simplicity, in this case, as being a benefit.) > > If, however, you're looking for an alternative, more complex (and > perhaps not free :-) media server that uses our libraries, then feel > free to ask about it on the mailing list

Re: [Live-devel] RTSP Server 'Keep Alive' support

2007-09-19 Thread Glen Gray
on. Ross Finlayson wrote: > You don't need this with our server. As long as VLC sends periodic > RTCP "RR" packets - which it does - then our server will use that to > indicate client liveness. > -- Glen Gray <[EMAIL PROTECTED]>

Re: [Live-devel] RTSP Server 'Keep Alive' support

2007-09-18 Thread Glen Gray
Sorry, meant to say Session field not Transport field in the below paragraph Glen Gray wrote: > SETUP is to populate the Transport: field with the timeout period in > seconds ("...; timeout=60;"). I can't see this in the RTSPServer.cpp > code (lines 797 - 838 is w

Re: [Live-devel] RTSP Server 'Keep Alive' support

2007-09-18 Thread Glen Gray
l not see any RTSP > requests after "PLAY". However, incoming RTCP "RR" packets will > always be handled (and used to indicate client liveness). > > All standards-clompliant RTSP/RTP clients should send RTCP "RR" packets. > -- Glen Gray <[EMAIL PROTECTED]> ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] RTSP Server 'Keep Alive' support

2007-09-11 Thread Glen Gray
ll and simply created a second stream to the same IP resulting in a corrupted playback experience. -- Glen Gray <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> Digital Depot, Thomas Street Senior Software EngineerDublin 8, Ireland Lincor Solutions Lt