Single stream without authentication

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
cortnaab
Posts: 1
Joined: Wed Jul 15, 2020 6:17 pm

Single stream without authentication

Post by cortnaab »

I would like to be able to stream one single monitor (5) without authentication but have the rest require authentication. Unfortunately, the app for my fish tank doesn't work the minute I turn authentication on. Does anyone know how I can do this?

Right now the stream works fine if I have Auth_Relay set to none and set my user in the GET request but not my PASS. The minute I try to add my PASS it fails no matter what Auth_Relay is set to.
User avatar
burger
Posts: 390
Joined: Mon May 11, 2020 4:32 pm

Re: Single stream without authentication

Post by burger »

If it's only one camera, setup a 2nd VM or RPI for ZM.

Ugly, but easier than mucking around in the code or apache permissions.
fastest way to test streams:
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl

If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
Post Reply