Re: [Live-devel] Fw: Trouble with openRTSP

2008-12-06 Thread Ross Finlayson
Your file is 47 bytes Yes, that's very strange. If his file had been zero-length, then I would have known what to say. If his file had been a proper size, then I would also have known what to say. What happens when you (attempt to) play the RTSP/RTP stream (from the "rtsp://" URL), using

Re: [Live-devel] reclamationTestSeconds in TCP

2008-12-06 Thread Ross Finlayson
I have an RTSPServer dealing with RTP_UDP clients and reclamationTestSeconds set to 45s. RTSPClient-s say they are alive by sending a GET_PARAMETER command every 20s. Everything works fine. Now I'd like to use the same server with RTP_TCP clients. I see that they send the GET_PARAM

[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.