[Live-devel] rtsp server

2009-10-09 Thread rajesh gupta
Hi, All I am working on the rtsp streaming ,sending and receiving rtsp stream . I search on internet and found very usefull material on yourwebsite related to my project . I go through your site and find the code and binaries for it . but I am facing some problem . these are listed below (1)

Re: [Live-devel] FIle sizes and openRTSP

2009-10-09 Thread Ross Finlayson
I am playing an mpg file of about 6 MB size using the live555MediaServer and the openRTSP client. I used the -Q option to generate the QoS statistics. The statistics indicate that there are no packet losses (I am performing local streaming). However, the sizes of the audio and video file that a

[Live-devel] FIle sizes and openRTSP

2009-10-09 Thread Sharda Murthi
Hi, I am playing an mpg file of about 6 MB size using the live555MediaServer and the openRTSP client. I used the -Q option to generate the QoS statistics. The statistics indicate that there are no packet losses (I am performing local streaming). However, the sizes of the audio and video file that

[Live-devel] doGetNextFrame() reads nothing for a while....

2009-10-09 Thread huang
hi, dear all, I know if doGetNextFrame() reads a frame then call afterGetting() to inform the sink we have data, but how to process if doGetNextFrame() reads nothing for a while from a device ( not mean the source is invaild in my case ) and reschedule doGetNextFrame() but not inform the sink ? C