You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2026. It is now read-only.
/subj/ I'm forced to use direct path option.
I've noticed this issue https://github.com/pliablepixels/zmNinja/issues/275 but only workaround was implemented. Can't we dig to the roots of the problem? Direct linking without simple auth is a security flaw - video path can be easely guessed or bruted.
On nginx, I see this request when I open montage from timeline
10.0.1.5 - hakob [07/Nov/2016:21:28:04 +0300] "GET /index.php?view=view_video&eid=7359 HTTP/1.0" 200 15200648 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) zmNinjaDesktop/0.1.0 Chrome/51.0.2704.103 Electron/1.2.5 Safari/537.36"
10.0.1.5 - hakob [07/Nov/2016:21:28:04 +0300] "GET /index.php?view=view_video&eid=7359 HTTP/1.0" 206 17539 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) zmNinjaDesktop/0.1.0 Chrome/51.0.2704.103 Electron/1.2.5 Safari/537.36"
/subj/ I'm forced to use direct path option.
I've noticed this issue https://github.com/pliablepixels/zmNinja/issues/275 but only workaround was implemented. Can't we dig to the roots of the problem? Direct linking without simple auth is a security flaw - video path can be easely guessed or bruted.
On nginx, I see this request when I open montage from timeline
10.0.1.5 - hakob [07/Nov/2016:21:28:04 +0300] "GET /index.php?view=view_video&eid=7359 HTTP/1.0" 200 15200648 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) zmNinjaDesktop/0.1.0 Chrome/51.0.2704.103 Electron/1.2.5 Safari/537.36"
10.0.1.5 - hakob [07/Nov/2016:21:28:04 +0300] "GET /index.php?view=view_video&eid=7359 HTTP/1.0" 206 17539 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) zmNinjaDesktop/0.1.0 Chrome/51.0.2704.103 Electron/1.2.5 Safari/537.36"
If I paste url to webbrowser (https://foo.bar/index.php?view=view_video&eid=7359) Firefox happily plays me using it's player.
PS. Sorry of I become too annoying, I'm creating 6th issue so far in 2 days, but I just migrated to h264 branch :P