mutaphore / RTSP-Client-Server

Implementation of a streaming video server and client that communicate using the Real-Time Streaming Protocol (RTSP) and send data using the Realtime Transfer Protocol (RTP)
522 stars 191 forks source link

Slow #3

Open darkoromanov opened 7 years ago

darkoromanov commented 7 years ago

Hi,

I like the semplicity of the demo code but when I play the video it's very slow. I also deactivated all output in console but it's still slow. How can I play the video with the correct frame rate?

mutaphore commented 7 years ago

Hi darkoromanov, Currently the server doesn't have logic to play back the video frames at a specified framerate. You can add logic to the server to send chunks at a rate greater than framerate and have a buffer added to the client side for fixed FPS playback. I'll tag this as a feature to be implemented. -M P.S. Let me know if you would be interested in implementing this feature and I'll approve your PR. Thanks!

aponcanos commented 5 years ago

Hello I am C# programmer and new at java. I have download this files but it doesnt work when I click setup button. I need a stream mobile phone camera view as RTSP . Could you help please?