Markus Krainz
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 3
Activity overview
Latest activity by Markus Krainz-
Markus Krainz created a post,
NxWitness Desktop Client package as AppImage or Flatpak
Currently the NxWitness Desktop Client is available only for Ubuntu on Linux.However there are two technologies available that allow the client to run on virtually any Linux: Flatpak and Appimage M...
-
Markus Krainz commented,
With fixed camera RTSP setting it works great now. Problem solved. Thanks again for the support!
-
Markus Krainz commented,
Thanks for the suggestion and for updating the help link. I have now updated the server to version 4.2.0.32840 and set the general log level to DEBUG. Now I can see in log_file.log: 2021-10-12 10:...
-
Markus Krainz commented,
Thank you Anderson Chang! If I click on your link to the support ARTICLE to set the server log level to DEBUG,I get a new tab with "about:blank#blocked" and nothing is shown. Can you please send me...
-
Markus Krainz created a post,
Howto debug if the server can't open/play an RTSP video stream?
AnsweredHi! I have several cameras on my Nx Witness server that work great. Now I have a new RTSP video appliance that I want to record with Nx Witness. I can open its URL in VLC player on a Windows Comput...
-
Markus Krainz commented,
Hi Norman, thanks for keeping us up to date! The NAS is an Ubuntu Server 18.04 with the latest Samba release for that OS on a Dell r630 server. It is backed by our SAN, but that should not be relev...
-
Markus Krainz commented,
Ok, the file share server's smbd.conf had this line: min protocol = SMB3 after removing this line on the file share server I now get on the nx-witness vm: mount.cifs //192.168.129.23/nvr /mnt -o us...
-
Markus Krainz commented,
Sorry I used the wrong syntax. With the correct one mount.cifs //192.168.129.23/nvr /mnt -o user=nvr1,vers=3.1 I get: Sep 14 16:38:47 nx-witness kernel: [ 6067.031453] CIFS: Attempting to mount //1...
-
Markus Krainz commented,
root@nx-witness:/home/markus# mount.cifs //192.168.129.23/nvr /mnt -o user=nvr1;vers=3.1Password for nvr1@//192.168.129.23/nvr: **************root@nx-witness:/home/markus# ls -la /mnttotal 1806340d...
-
Markus Krainz commented,
Hi Norman, thanks for the support! I have tried to add via command line without specifying protocol version and it works fine: root@nx-witness:/home/markus# mount.cifs //192.168.129.23/nvr /mnt -o ...