DEV Community

Discussion on: How to build a video transcoder with SpringBoot and FFMPEG!

Collapse
 
mathivanan1803 profile image
Mathi

Hello, GiBoOw. I found the solution, the error was some unwanted strings are added in the RTSP URL.
I have another question, when i try to run this code in my client machine it throws 401 unauthorized. Even i give the user name and password in the RTSP link it didn't work.
i cant find out what i did wrong, could you help me with this.
Thank you..

Thread Thread
 
giboow profile image
GiBoOw

On my NVR (Hikvision), I have to change the security configuration...
The RTSP auth option must be set to "digest", "basic/digest" is not working

Thread Thread
 
mathivanan1803 profile image
Mathi

Thanks for the reply @giboow , actually I can't check the configuration of camera , it on client side.. anyway I will try this solution.
Once again thanks for the solution.