[Live-devel] response to VOD server

2007-06-15 Thread singh, Ravinder
Hi Ross I would like to Clarify following things: 1) Whether response is send to the server after every data packet received if yes from which file/function. 2) Whether openRTSP can handle TS+H264+MPEG1l2 combo in trick play mode 3)Can I control the VOD server data streaming rate as my buffer is

[Live-devel] getting link time errors while building for arm.linux

2007-06-06 Thread singh, Ravinder
Hi Ross I am getting lot of undefined reference errors when I am cross compiling the code for arm architecture, following are some errors. I am using uclibc Tool chain. make[1]: Entering directory `/home/ravinder/rtsp/live_arm/testProgs' arm-linux-gcc -otestMP3Streamer -L. testMP3Streamer.o ../li

[Live-devel] Complete file not streamed

2007-06-03 Thread singh, Ravinder
Hi Ross Stream is of 144.159 seconds duration only; problem is server stops streaming the file after 60 seconds only, as a result rest of the file Is not streamed, our client wait for 144.159 sec's duration and when Sending teardown response to server after 144.159 duration it reports Received TE

Re: [Live-devel] live-devel Digest, Vol 43, Issue 24

2007-05-31 Thread singh, Ravinder
Hi Ross Following is the log ./openRTSP -V -Q "rtsp://172.24.141.104:554/Video/edit.mpg" Sending request: OPTIONS rtsp://172.24.141.104:554/Video/edit.mpg RTSP/1.0 CSeq: 1 User-Agent: ./openRTSP (LIVE555 Streaming Media v2007.05.22) Received OPTIONS response: RTSP/1.0 200 OK CSeq: 1 Public: DE

Re: [Live-devel] live-devel Digest, Vol 43, Issue 21

2007-05-31 Thread singh, Ravinder
mp; pcm) at the same time? (Ross Finlayson) 8. Re: How can I change the received packet at the clientby using openRTSP? (jerry zhao) 9. stream not played till end (singh, Ravinder) 10. Re: stream not played till end (Ross Finlayson)

[Live-devel] stream not played till end

2007-05-29 Thread singh, Ravinder
Hi All I am trying to use your openRTSP application to stream data from our Bit Band VOD server, what I have Observed is openRTSP never streams complete video data, if the file is around 50MB only 16MB is streamed, Would like to know why this is happening. I am writing to file, and using follo