Re: [Live-devel] Media Server not properly replying to DESCRIBE request

2016-10-09 Thread Ross Finlayson
> Here's the log from the live555 server, I switched it over from the test > program to the media server to see if that'd do anything. > > > C:\Users\Administrator\Documents\live555\Debug>live555.exe > LIVE555 Media Server >

Re: [Live-devel] Media Server not properly replying to DESCRIBE request

2016-10-09 Thread Omar Zouai
I've tried testing it with openRTSP, still nothing. Here's the debug log from it. C:\Users\Administrator\Documents\openrtp\Debug>live555.exe rtsp:// 127.0.0.1/test.264 Opening connection to 127.0.0.1, port 554... ...remote co

Re: [Live-devel] Media Server not properly replying to DESCRIBE request

2016-10-09 Thread Ross Finlayson
> I haven't been able to receive and play a stream from live. I'm compiling the > testOnDemandRTSPServer, and trying to stream it using both VLC/2.2.4 and > ffmpeg/N-81632-g09317e3 to no avail. What happens when you run our own RTSP client (command line): “openRTSP”? See http://live555.com/open

[Live-devel] Media Server not properly replying to DESCRIBE request

2016-10-09 Thread Omar Zouai
I haven't been able to receive and play a stream from live. I'm compiling the testOnDemandRTSPServer, and trying to stream it using both VLC/2.2.4 and ffmpeg/N-81632-g09317e3 to no avail. I'm building on Windows through VS2015, but I've configured the workspace so that live compiles with no errors

Re: [Live-devel] Media server stack overflow when large number of streams started simultaneously

2016-04-18 Thread Ross Finlayson
Thanks for the note. If you are streaming just a single file - or at most a small number of files, known in advance - then you would probably be better off using your own ‘custom’ RTSP server application, rather than the pre-packaged “LIVE555 Media Server”. If you do this - e.g., using the “te

[Live-devel] Media server stack overflow when large number of streams started simultaneously

2016-04-18 Thread John Finlay
Hi We are experiencing a stack overflow in Live555 Media Server (version 2016.04.01) when trying to simultaneously start a large number of streams that are all using the same H264 source file. In our test we are trying to simultaneously start 200 streams however I have observed the issue happen

[Live-devel] Media Server

2011-03-19 Thread ee05154
I'll use RTSPServer instead. As it says MediaServer i thought it was a good startup Server implementation, but this dynamic behavior is not exactly what i want. Thanks for the input. Keep up the great work with the liveMedia. Best Regards, Nuno Mota ___

Re: [Live-devel] Media Server

2011-03-19 Thread Ross Finlayson
i've been developing a media server using live555 media server. I'm using two threads now, one running the media server the other running a SSL server. I'm a little bit confused. I added a ServerMediaSession(with lookupServerMediaSession) with the test.ts file and later removed it. For some rea

[Live-devel] Media Server

2011-03-18 Thread ee05154
Hi, i've been developing a media server using live555 media server. I'm using two threads now, one running the media server the other running a SSL server. I'm a little bit confused. I added a ServerMediaSession(with lookupServerMediaSession) with the test.ts file and later removed it. For so

Re: [Live-devel] media server capabilities

2009-05-20 Thread Ross Finlayson
3) For some reason, the M4E files I create via openRTSP are not seek-able, at least via VLC. Are there any know limitations for players trick play? Yes, see http://www.live555.com/liveMedia/faq.html#trick-mode

Re: [Live-devel] media server capabilities

2009-05-20 Thread Stas Oskin
Hi. Thanks for the replies. No; it's a media *server*, not a 'reflector'. > Any idea what it would take to add such functionality? Any place I can start? 3) For some reason, the M4E files I create via openRTSP are not seek-able, > at least via VLC. Are there any know limitations for players tr

Re: [Live-devel] media server capabilities

2009-05-19 Thread Ross Finlayson
1) Can the media server reflect RTP packets like Darwin streaming server for example? No; it's a media *server*, not a 'reflector'. 2) Can the media server wrap RTSP in HTTP, again, like DSS? No, not yet, although this is a feature that we plan to support in the future. (We already suppor

[Live-devel] media server capabilities

2009-05-19 Thread Stas Oskin
Hi. I tried to search for this info in documents and in mailing lists, but couldn't find any. 1) Can the media server reflect RTP packets like Darwin streaming server for example? 2) Can the media server wrap RTSP in HTTP, again, like DSS? 3) For some reason, the M4E files I create via openRTSP

[Live-devel] Media Server behind Web server implementation.

2008-12-06 Thread Peeyush Mishra
Hi I have successfully create a video streamer with live555 , it gives RTSP URL to play the data over network . I want to access this stream through web client . Can any one tell me how can I connect my media server with web server , so that It can handle web request and play media on web browser.