[Live-devel] Live stream receiving problem

2012-09-13 Thread Ketan Gholap
Hello Sir! I have created RTSPServer application. In this application server receives live stream from a Live media Streamer application which in turn get steam from digital camera. my .net web application creates a socket connection and RTSP session with RTSPserver. After that my .net applic

[Live-devel] MPEG1or2VideoStreamDiscreteFramer frame rate

2012-07-17 Thread Ketan Gholap
*Hello Sir I do in a need to find out the frame rate in a live media server and i made an application in which i am using video source:- videoSource = MPEG1or2VideoStreamDiscreteFramer::createNew(*env, videoES); Please explain some what how to calculate frame rate in **MPEG1or2VideoStreamDiscr

[Live-devel] TRYED TO FIND BIT RATE BUT NOT GETTING

2012-07-15 Thread Ketan Gholap
Hello Sir As told by you i try'ed to find the bit/byte rte but every time i am getting zero could please tell me where i am wrong.I would be very thank full to you // A test program that reads a MPEG-2 Transport Stream file, // and streams it using RTP // main program #include "liveMedia.hh" #i

Re: [Live-devel] RTSPServer.Error:The total received frame size exceeds the client's buffer size (40).1276 bytes of trailing data will be dropped

2012-07-11 Thread Ketan Gholap
*Hello Sir As u can u see from my last mail i am using the code from your file testOnDemandRTSPServer.cpp under the section/ A MPEG-2 Transport Stream, coming from a live UDP (raw-UDP or RTP/UDP) source. As u said that "my error message means exactly what it says: The size of the buffer that you

[Live-devel] RTSPServer.Error:The total received frame size exceeds the client's buffer size (40).1276 bytes of trailing data will be dropped

2012-07-07 Thread Ketan Gholap
hello Sir! I have made an application using live media 555 library. In this application I'm receiving video stream from my live media streamer application. Which in turns get stream from a dvd player. In my server application I'm creating rtsp server in my main program. And in same program I'm han

[Live-devel] byte rate

2012-06-27 Thread Ketan Gholap
* Hello Sir i try'ed calculating the bit/byte rate using the method mentioned below´ as int o1=videoSink->octetCount(); videoSink->startPlaying(*videoSource, afterPlaying, videoSink); ** ** int o2=videoSink->octetCount(); * * * *At both times the value of o1 and o2 are zero.* * * *Kindly help to

Re: [Live-devel] Is there any way in testMPEG2TransportStreamer.cpp to know the frame rate of the file it is streaming

2012-06-11 Thread Ketan Gholap
*sir * *In one of mine application i am using testMPEG2TransportStreamer.cpp for streaming the video captured from live source and in one of mine header file i am using "Mpeg4videostreamdiscreteframer" can this file be used to calculate the frame rate???* Thanks On Fri, Jun 1, 2012 at 4:55 AM, W

[Live-devel] testMpeg2videostreamer

2012-06-05 Thread Ketan Gholap
Hello sir I am using your testmpeg2videostreamer application to stream my ts file to a particular ip and using your test on demand rtsp server to catch the streaming,is there any way in testmpeg2videostreamer to stream the ts file at faster rate.? I am using a one to one connection in my machines r

[Live-devel] Byte rate of live media server

2012-05-31 Thread Ketan Gholap
HELLO SIR I am trying to study live media and as a beginner i was wondering how to find out the bit/byte rate of streaming of live media server,that i can print on the console??? Thanks ___ live-devel mailing list live-devel@lists.live555.com http://li