[SOLVED] RTSP not working

I am trying to connect a RTSP camera to BlueCherry, it not working, camera works fine on RTSP when watching on VLC.

Logs

Dec 25 11:42:20 BlueCherry bc-server[13694]: I(): Started bc-server 2.8.8 (toolchain 7.4.0) v2.7.6-140-g7e059847-dirty heads/release/2.8
Dec 25 11:42:20 BlueCherry bc-server[13694]: I(): SQL database connection opened
Dec 25 11:42:21 BlueCherry bc-server[14792]: I(): Status reports are served at /tmp/bluecherry_status
Dec 25 11:42:21 BlueCherry bc-server[14792]: I(): Status reports are served at /tmp/bluecherry_trigger
Dec 25 11:42:21 BlueCherry bc-server[14792]: I(): Started bc-server 2.8.8 (toolchain 7.4.0) v2.7.6-140-g7e059847-dirty heads/release/2.8
Dec 25 11:42:21 BlueCherry bc-server[14792]: I(): SQL database connection opened
Dec 25 11:44:29 BlueCherry bc-server[14792]: I(1/7545 Door): Setting up device
Dec 25 11:44:48 BlueCherry bc-server[14792]: E(1/7545 Door): Failed to analyze input stream. Error: -1 (Operation not permitted)
Dec 25 11:44:48 BlueCherry bc-server[14792]: E(1/7545 Door): Error starting device stream:
Dec 25 11:45:07 BlueCherry bc-server[14792]: E(1/7545 Door): Failed to analyze input stream. Error: -1 (Operation not permitted)
Dec 25 11:47:43 BlueCherry bc-server[14792]: I(1/7545 Door): Last message repeated 5 times!
Dec 25 11:47:43 BlueCherry bc-server[14792]: I(1/7545 Door): Applying configuration changes
Dec 25 11:47:44 BlueCherry bc-server[14792]: I(1/7545 Door): Device stopped: configuration changed
Dec 25 11:47:50 BlueCherry bc-server[14792]: I(1/7545 Door): Setting up device
Dec 25 11:47:55 BlueCherry bc-server[14792]: I(1/7545 Door): Stream started: Video: hevc, none, 1/90000(s) 1/90000(c); Audio: pcm_mulaw, 8000 Hz, 1 channels, 64 kb/s
Dec 25 11:47:55 BlueCherry bc-server[14792]: E(1/7545 Door): Initializing muxer for RTP streaming failed
Dec 25 11:47:55 BlueCherry bc-server[14792]: E(1/7545 Door): bc_streaming_setup() failed: Invalid argument
Dec 25 11:47:55 BlueCherry bc-server[14792]: E(1/7545 Door): Unable to setup live broadcast of device stream
Dec 25 11:47:55 BlueCherry bc-server[14792]: I(1/7545 Door): Switching to new recording schedule 'continuous'
Dec 25 11:51:02 BlueCherry bc-server[14792]: I(1/7545 Door): Applying configuration changes

Config on Server Side

Live View

Try changing from H.265 to H.264 in the settings on the IP camera itself.

It worked, when I try changing to H.264 it still did not work. I had to change to MJPEG

Thanks

Keep the camera on H.264 then run (from the command line):

service bluecherry restart

Then see if that works, if not disable audio and try again.

Optionally, you can try v3, which has some better support for H.265

Rebooted with h.264 worked

Thanks, again