Re: [Live-devel] Regarding MPEG streaming

2007-05-29 Thread Ross Finlayson
>Now when i started analysing MPEG Audio/Video streaming (.mpg), it >seems it is different from what Wav is doing. Can anyone please tell >me how Live555 is managing .mpg streaming and how task scheduler is >functioning in this case. Remember, You Have Complete Source Code. > >One more query,

[Live-devel] Regarding MPEG streaming

2007-05-29 Thread Nikhil Agrawal
Hi, I was working on Wav streaming and after analysis I found that SendNext of MultiFramedRTPSink is registered to scheduler to call. Doing this sink always asks for more frames to source. Now when i started analysing MPEG Audio/Video streaming (.mpg), it seems it is different from what Wav is d

Re: [Live-devel] stream not played till end

2007-05-29 Thread Ross Finlayson
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 following comm

[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

Re: [Live-devel] How can I change the received packet at the client by using openRTSP?

2007-05-29 Thread jerry zhao
I used the testOnDemandRTSPServer to stream video und openRTSP to receive the streamed data. My question is: where I should change the received packet data before the client stores the received packet on the disk, e.g. adding some data or a special header to the received packets. You would nee