Re: [Live-devel] openRTSP TS receive as an another program input

2009-05-05 Thread Mr. Teddy
Hello, My application is reads TS from file (example video.ts) with this function: FILE* fp = fopen("video.ts", “rb”); If I use openRTSP like you wrote, and if I modify my application fopen to this: FILE* fp=freopen("CONIN$", "rb", stdin); In this two case, should I probably g

Re: [Live-devel] RTSP stops after 5 minutes

2009-05-05 Thread Ross Finlayson
this is there any way that i would make openrtsp client streaming to work for more than 5 minutes with TCP tunneling i.e., with -t option. Sorry, but youre going to have to figure out for yourself why this is not working for you. Remember, You Have Complete Source Code. -- Ross Finlayson

Re: [Live-devel] RTSP stops after 5 minutes

2009-05-05 Thread Shiva Shankar N
Hi this is there any way that i would make openrtsp client streaming to work for more than 5 minutes with TCP tunneling i.e., with -t option. thanking you shiv On Mon, May 4, 2009 at 2:04 AM, Shiva Shankar N wrote: > Hi Ross, > > Thanks for your quick reply. > Do you have any suggestion for

Re: [Live-devel] RTSP Streaming Playback in QuickTime

2009-05-05 Thread Ganesh V
Thank you, Ross. Windows firewall was indeed the issue. I switched off the windows firewall and was able to play the streams in QT. I will proceed with debugging my application with QT. Thanks, Ganesh From: Ross Finlayson To: LIVE555 Streaming Media - develo

Re: [Live-devel] multiple multicast stream

2009-05-05 Thread Ross Finlayson
I am using the testMPEG1or2VideoStreamer.cpp to stream to a fixed multicast address. It is possible to create multiple streams with the same multicast address and port? No. Multiple streams should each use separate multicast addresses and port numbers. -- Ross Finlayson Live Networks, Inc.

Re: [Live-devel] openRTSP TS receive as an another program input

2009-05-05 Thread Ross Finlayson
To pipe openRTSP don't you have a little sample code? I tried _popen() function, but it not the best. No, you don't need to write any code for this; you can do this from the command line openRTSP -v etc. rtsp://url | your-application-that-reads-from-stdin -- Ross Finlayson Live Netwo

Re: [Live-devel] RTSP Streaming Playback in QuickTime

2009-05-05 Thread Ross Finlayson
- Because the incoming protocol type is HTTP, parseRTSPRequestString() failed and hence, Bad Request Message is observed in QT. Yes, the problem is that your client (QuickTime Player) is attempting to use RTSP-over-HTTP, which we do not yet support in our RTSP server implementation. Presuma

Re: [Live-devel] RTSP Streaming Playback in QuickTime

2009-05-05 Thread Ganesh V
Hello Ross, Many thanks for your pointer. I enabled debug and retried my experiments with VLC, QT and Windows Media Player. From the logs, I observed the following. After connection is setup, - both VLC and QT send DESCRIBE command with bytes and parseRTSPRequestString returns DESCRIBE command