Blue Iris UI3

eangulus

Getting the hang of it
Joined
May 19, 2015
Messages
104
Reaction score
6
How long did you have 20+ FPS for?

Can you post a screenshot of your H.264 encoding settings being used?
I got it for a couple of minutes, then I refreshed the page and lost it.

Are you talking about the web server encoding settings?
 

garyAUS

n3wb
Joined
Nov 17, 2017
Messages
6
Reaction score
0
Howdy..

Regarding the url switch: ui3.htm?cam=porch

I cant seem to get this to load a specific camera full screen live with the following; ?maximize=1&tab=live&cam=test cam

it always shows the default grouping of three cams.. Questions - what is the camera label used to specifiy the camera and how does it deal with spaces in the name ?

Much good work..

Cheers !
 

eangulus

Getting the hang of it
Joined
May 19, 2015
Messages
104
Reaction score
6
Off my previous topic, noticed this in dev tools:

Code:
ui3.htm:41 GET http://10.1.200.1:8000/ui3beta/ui3/ui3-local-overrides.css?v=b28-4.7.1.1 net::ERR_ABORTED
(anonymous) @ ui3.htm:41
ui3.htm:416 GET http://10.1.200.1:8000/ui3beta/ui3/ui3-local-overrides.js?v=b28-4.7.1.1 net::ERR_ABORTED
(anonymous) @ ui3.htm:416
ui3.htm:419 GET http://10.1.200.1:8000/ui3beta/ui3/ui3-local-overrides.js?v=b28-4.7.1.1 net::ERR_ABORTED
ui3.htm:419 GET http://10.1.200.1:8000/ui3beta/ui3/ui3-local-overrides.js?v=b28-4.7.1.1 404 (Not Found)
ui3.js?v=b28-4.7.1.1:12474 [Deprecation] GainNode.gain.value setter smoothing is deprecated and will be removed in M64, around January 2018. Please use setTargetAtTime() instead if smoothing is needed. See https://www.chromestatus.com/features/5287995770929152 for more details.
PcmAudioPlayer.SetVolume @ ui3.js?v=b28-4.7.1.1:12474
(anonymous) @ ui3.js?v=b28-4.7.1.1:1391
setProgress @ ui3.js?v=b28-4.7.1.1:1898
StatusBars.setProgress @ ui3.js?v=b28-4.7.1.1:1803
PcmAudioPlayer.SetAudioVolumeFromSettings @ ui3.js?v=b28-4.7.1.1:12466
(anonymous) @ ui3.js?v=b28-4.7.1.1:1398
j @ libs-ui3.js?v=b28-4.7.1.1:2
fireWith @ libs-ui3.js?v=b28-4.7.1.1:2
ready @ libs-ui3.js?v=b28-4.7.1.1:2
J @ libs-ui3.js?v=b28-4.7.1.1:2
ui3.js?v=b28-4.7.1.1:12474 [Deprecation] AudioParam value setter will become equivalent to AudioParam.setValueAtTime() in M65, around March 2018  See https://webaudio.github.io/web-audio-api/#dom-audioparam-value for more details.
PcmAudioPlayer.SetVolume @ ui3.js?v=b28-4.7.1.1:12474
(anonymous) @ ui3.js?v=b28-4.7.1.1:1391
setProgress @ ui3.js?v=b28-4.7.1.1:1898
StatusBars.setProgress @ ui3.js?v=b28-4.7.1.1:1803
PcmAudioPlayer.SetAudioVolumeFromSettings @ ui3.js?v=b28-4.7.1.1:12466
(anonymous) @ ui3.js?v=b28-4.7.1.1:1398
j @ libs-ui3.js?v=b28-4.7.1.1:2
fireWith @ libs-ui3.js?v=b28-4.7.1.1:2
ready @ libs-ui3.js?v=b28-4.7.1.1:2
J @ libs-ui3.js?v=b28-4.7.1.1:2
libs-ui3.js?v=b28-4.7.1.1:5 POST http://10.1.200.1:8000/ui3beta/json 404 (Not Found)
send @ libs-ui3.js?v=b28-4.7.1.1:5
ajax @ libs-ui3.js?v=b28-4.7.1.1:5
ExecJSON @ ui3.js?v=b28-4.7.1.1:13446
SessionManager.Initialize @ ui3.js?v=b28-4.7.1.1:6878
(anonymous) @ ui3.js?v=b28-4.7.1.1:1484
j @ libs-ui3.js?v=b28-4.7.1.1:2
fireWith @ libs-ui3.js?v=b28-4.7.1.1:2
ready @ libs-ui3.js?v=b28-4.7.1.1:2
J @ libs-ui3.js?v=b28-4.7.1.1:2
ui3.js?v=b28-4.7.1.1:13830 info toast: Welcome to the UI3 beta test!<br><br>UI3 beta version: b28<br>Blue Iris version: 4.7.1.1<br><br><a href="javascript:UIHelp.LearnMore('beta_information')" style="color: #00ff00; font-weight: bold; font-size: 1.4em;">Click here to learn more or to provide feedback.</a>
Not sure how important this is but there are some thing depreciating.
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,666
Reaction score
14,005
Location
USA
Are you talking about the web server encoding settings?
Yes.

Howdy..

Regarding the url switch: ui3.htm?cam=porch

I cant seem to get this to load a specific camera full screen live with the following; ?maximize=1&tab=live&cam=test cam

it always shows the default grouping of three cams.. Questions - what is the camera label used to specifiy the camera and how does it deal with spaces in the name ?

Much good work..

Cheers !
It needs to be the camera's "short name" from here:



That is also noted in the help file which is linked in UI3's main menu.

Standard URL parameter encoding requires that spaces be replaced with "%20" like this:

?maximize=1&tab=live&cam=test%20cam

Off my previous topic, noticed this in dev tools:
Thanks, but none of those are anything to worry about. The Web Audio API changes are irrelevant to UI3's behavior, and the 404 (Not Found) responses are as expected.
 

Bill Ellam

n3wb
Joined
Mar 8, 2018
Messages
3
Reaction score
1
Hi
Been using UI3 for a week love it
I've started getting a Loading Camera List... Busy on start up

Any ideas?
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,666
Reaction score
14,005
Location
USA
Could be packet loss if you have a poor internet connection (any wireless connection between you and Blue Iris would certainly not help).
 

Bill Ellam

n3wb
Joined
Mar 8, 2018
Messages
3
Reaction score
1
I figured it out. I had a phantom camera magically appear. I deleted it but it never really deleted. I logged in as admin, deleted it and all was good.

Weird but it worked.
 

6890

n3wb
Joined
Mar 15, 2018
Messages
12
Reaction score
1
Does anyone know if this beta webUI allows for 4k cameras to be viewed at full resolution now? Its really bugging me that I can't view the 4k cameras at full res via the web viewer.
 

rkn

Young grasshopper
Joined
May 8, 2017
Messages
41
Reaction score
9
Does anyone know if this beta webUI allows for 4k cameras to be viewed at full resolution now? Its really bugging me that I can't view the 4k cameras at full res via the web viewer.
Not yet and there are two issues required to fully resolve this:

To get more than 1280 x 720 we need the BI developer Ken to fix this issue that the setting: Options -> Web Server -> Advanced -> Encoder profiles…..Configure -> “Resize output frame width x height” has no effect. I've reported it but couldn't get any information on when it may be fixed. If more people report it we may get it fixed sooner.

Once the above is fixed we'll be able to have higher resolution streaming for single camera feeds but it will still fall short of 4K due to limitations with the third party JavaScript decoder that UI3 uses. So the second issue would be getting that fixed, however I for one would be happy with 1920x1080 or 2560x1440 which should be fine with just the BI fix assuming a fast enough CPU.
 

6890

n3wb
Joined
Mar 15, 2018
Messages
12
Reaction score
1
Not yet and there are two issues required to fully resolve this:

To get more than 1280 x 720 we need the BI developer Ken to fix this issue that the setting: Options -> Web Server -> Advanced -> Encoder profiles…..Configure -> “Resize output frame width x height” has no effect. I've reported it but couldn't get any information on when it may be fixed. If more people report it we may get it fixed sooner.

Once the above is fixed we'll be able to have higher resolution streaming for single camera feeds but it will still fall short of 4K due to limitations with the third party JavaScript decoder that UI3 uses. So the second issue would be getting that fixed, however I for one would be happy with 1920x1080 or 2560x1440 which should be fine with just the BI fix assuming a fast enough CPU.
If more people report it? Where do I do officially report/request this?
 

rkn

Young grasshopper
Joined
May 8, 2017
Messages
41
Reaction score
9
If more people report it? Where do I do officially report/request this?
Email BlueIris support as per the BI site details, or use BI's Options -> About page as that enables quick copying of the relevant details including your license/support.
 

6890

n3wb
Joined
Mar 15, 2018
Messages
12
Reaction score
1
With 4k cameras now hitting the market, you can bet others will be requesting it shortly. Hopefully we don't have to wait too long.
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,666
Reaction score
14,005
Location
USA
4K cameras have been hitting the market for years!

You can get full image quality (at really low frame rate) by using Jpeg Best in the Streaming Quality menu. It is only H.264 streams that are limited to 1280x720.
 

6890

n3wb
Joined
Mar 15, 2018
Messages
12
Reaction score
1
I did find this on the actual camera page, but video is still down sampled:

upload_2018-3-15_20-58-17.png
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,666
Reaction score
14,005
Location
USA
Chrome 65 is out and memory usage is looking much more stable in UI3 w/H.264 playing. I'm betting it won't crash anymore after several minutes.
 

6890

n3wb
Joined
Mar 15, 2018
Messages
12
Reaction score
1
Great news,

Any ETA on when UI3 will be pushed out to everyone? I'm still debating on joining the beta or just waiting for the push..
 

awsum140

Known around here
Joined
Nov 14, 2017
Messages
1,254
Reaction score
1,128
Location
Southern NJ
Why debate about trying a really great, stable, feature packed UI, especially at this "price"?
 
Top