Timeline tab playback usually skips the first few seconds of every clip (which contains the actual important parts, making it useless). Non-Timeline playback is normal. Any ideas why?
Stats for nerds
. This will tell you the resolution being streamed, native resolution, and viewport size, which should provide clues about what is going on.@gwithers I can't think of anything that would cause the behavior you describe. I have the Annke version of the same camera using main and sub streams and I don't have the same problems.
I have some recommendations:
1. In UI3, right click the video and openStats for nerds
. This will tell you the resolution being streamed, native resolution, and viewport size, which should provide clues about what is going on.
2. Try different streaming profiles in UI3. 8K, 4K, 4MP, 2MP, etc and note any effects on stream resolution in Stats for nerds, and on the aspect ratio. If you choose a profile that is not larger than the sub stream resolution (e.g. 480p) then Blue Iris will deliver video from the sub stream.
3. Try UI3 on a very different device (to rule out driver issues).
4. Try a different H.264 player in UI3 (main menu > UI Settings > Video Player > H.264 Player).
4.) No changes between selecting the HTML5 or WebCodec player (or Javascript) although some of the stream profiles and player codec don't like each other and won't play the new camera stream.
So you get the bad behavior when you're using "Alerts" in UI3, but good behavior when using "All clips" in UI3? It sounds like Blue Iris wrote the wrong resolution to its database for the alerts for some reason. But if you created a new camera in Blue Iris and it still happens, then I don't know what else to do. What version of Blue Iris are you running?
Yes, some systems may have trouble playing this camera's native resolution via some players. The easiest solution on those systems is to use a 4K or smaller stream in UI3 as this will limit the width to 3840 pixels.
This feels like something got messed up during the testing phase for this new camera and the problem I introduced has stuck in the configuration somewhere.
This issue becomes apparent when I access the UI3 interface from an external network via an external URL. In this scenario, the PTZ controls for my cameras become disabled, despite using the same administrator user credentials.
My reason for reaching out to this community is to inquire whether this behavior is intentional, perhaps as a design choice, or if there might be a configuration option that I can examine to rectify this issue. Any insights, suggestions, or solutions that fellow members could provide would be greatly appreciated.
Hello!
This is certainly not intentional. Most likely, you have accidentally disabled the PTZ controls. While viewing a PTZ camera, try a long press on any of the PTZ preset buttons, and see if the top item in the context menu is to enable the controls. If this doesn't work, then I suggest you go to UI Settings (via the hamburger menu in upper right) and press the Reset button in General Settings.
Hi All,
I'd like to add an additional custom profile to UI3 or modify one of the existing profiles with a .js override file. Does anyone already have a template for this or know where I could find one?
UI3 Help
ui3-local-overrides.js
file via the link at the bottom of UI Settings (requires admin). This file contains a copy of all your current settings, which includes the streaming profiles.ui3-local-overrides.js
file in your favorite text editor and delete everything except the line at the bottom that starts with OverrideDefaultSetting("ui3_streamingProfileArray",
ui3-local-overrides.js
file to the ui3
subdirectory of your Blue Iris installation's web root directory (www
).That is very helpful, thank you!Assuming you are talking about a streaming profile (a.k.a. Streaming Quality dropdown list item), here are the steps:
Step 1. Add a custom streaming profile using the user interface.
Step 2. Download aui3-local-overrides.js
file via the link at the bottom of UI Settings (requires admin). This file contains a copy of all your current settings, which includes the streaming profiles.
Step 3. (optional) Open theui3-local-overrides.js
file in your favorite text editor and delete everything except the line at the bottom that starts withOverrideDefaultSetting("ui3_streamingProfileArray",
Step 4. Move theui3-local-overrides.js
file to theui3
subdirectory of your Blue Iris installation's web root directory (www
).
Is there any way to turn off the controls (full screen, streaming profile selection, blah, blah) on the view? I want to embed these as iframes somewhere else and want my own event handlers which would bring up a higher resolution (again via UI3 with a higher streaming profile).
There is no built-in way to turn off the controls at the bottom of the video player. The auto-hide behavior is not sufficient? By default those controls disappear when the mouse pointer is outside of the video player OR when the mouse pointer is in the video player but not in the control bar, and not moving.