Click here to Skip to main content
15,882,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I can't understand what will be more effective. I know that c++, java have openCV, and C can be more effective. Help Me Please!!!

Programm should to do:
1. Receive a RTP stream available through RTSP.
2. Decode and display preview of MPEG-2 transport stream or in mp4 (". mov") files.
3. Contains:
The adjustment panel (brightness, contrast, RGB levels)
Filter panel (Fish Eye, Ripple, Noise)
Overlay video
4. Save it.

What I have tried:

Video tracking system
Posted
Updated 17-Oct-17 20:42pm

1 solution

It is NOT only primarly the programming language determining but also the useable code base and at most libraries.

In your case of streaming your really should know and take a deep dive into ffmpeg which is a proven and well aknowled library which handles RTP/RTSP and MPEG-2 and has also support for a lot of other features. My guess is, that you will use it because it does the job.

The performance differences between the languages are minimal, mostly depending on specialties.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900