cameraman27
Young grasshopper
- Jan 29, 2016
- 64
- 15
Is there a reason why not all of my newest clips are showing up?
Right back at you!
EDIT: nevermind it seems in the new version it seperates alerts and clips, in the old version it did not
issue solved, i think
Alright, well. Not all of my recent clips are showing up in the beta interface, but when I go back to the normal interface I can see all my latest clips...
Also suggestion: in the web interface when you download a clip it should be in a converted format such as avi or mp4 not bvr, since you would rarely be in the web interface on the computer which can play a bvr file
Hello,
Just ran into some issues after restarting my BI machine.
First the htm page displayed "LAN Only" as an error and now the page is completely blank.
Browser is Chrome Canary, But im still getting the blank page in normal chrome
I have connected to the machine and verified that BI is still running.
I resolved this by restarting the Blue Iris Service within windows.
and whats going on here with BI's website trying to connect to my htm page.
Blue Iris - Video Security Software
This may sound crazy but it would be really cool if the audio for group streams were in stereo so the L-R position of each camera's sound lined up with the L-R position of the camera frame in the browser.
I am able to get UI3 beta b2 up on an iPad Safari browser.
However, Chrome on iPad does not work. On Chrome, I get login screen. After successful login, it starts rendering the UI, but then the browser goes blank screen on me. Is anyone getting same/similar behavior with Chrome on iPad?
On iPad Safari, I am not able to go into fullscreen mode by tapping the fullscreen icon in lower right corner. All the other icons in the lower right corner do respond to my finger tap. Only the fullscreen icon seems to be unresponsive.
Question: Perhaps I don't need fullscreen mode. Is it possible to have option to turn off panels on left-hand side and on the top by default? (For view-only devices like my Surface and iPads, I just want to display my group webcast in live view 24x7.)
Thanks again bp2008 for your excellent work.
@bp2008 I just tried b4 . On iPad, unable to get passed session error as shown in screenshot for both Safari and Chrome. Any ideas? (I did clear browser cache)
Trying the beta, had a few hurdles to get over at first, but seems to be working well now. Not sure if this has anything to do with the initial issues I had - but I had the "Limit decoding unless required" checkbox checked on all of my 18 cameras, and then when I copied over the UI3 files into the www directory and tried to load it in a web page at port 81 (I have mine set to 81 instead of 80) I got a blank page in the browser and a few seconds later Blue Iris crashed. I'm running 4.6.4.6 x64, Intel HD hardware acceleration set to Yes (but no post-proc, since that makes CPU usage worse). I turned off all of the Limit decoding check boxes, rebooted the PC (Windows 10 x64 build 1709, 32GB RAM, Core i7-6700K @ 4GHz, Intel 530 MB and Nvidia GT 1030) -- and then it worked. I then re-checked all of the "Limit decoding unless required" checkboxes, and it still worked! Not sure what happened there, but at least it's all working.
Question for you bp2008 :
I combed through your code a bit, but I'm no HTML expert, just a hobbyist. If I wanted to embed one of the H.264 streams from a camera in a separate web page, without the extra controls, groups, CPU graphs, etc and select Encoder profile "Streaming 1", no timeout - i.e. to build myself a custom webpage that just showed a couple of my cameras using H.264 for network efficiency and then open them in Safari on an old iPad somewhere else in my house as a monitor -- any tips on how I would do that? I can do it using this code:
<img style="max-width: 1920px; max-height: 1080px" src="http://192.168.195.98:81/mjpg/GreatRoomHD/video.mjpg" />
But the bandwidth usage is horribly high.
Your player seems far more efficient - but I can't figure out how to iFrame a portion of it or otherwise just get a single camera stream... maybe that's too much to ask in the context of this forum for your beta of UI3, if so I understand, but I figured it never hurts to ask.
I found the cause of this and will release beta 5 with a fix shortly.
I imagine it had something to do with the limit decoding option. When you open a group view in a web interface or mobile app, Blue Iris suddenly has to switch all those cameras out of "limited decoding mode" all at the same time and I'm guessing this transition is a bit unstable.
It isn't really possible to iframe just a portion of the UI. You can use a URL parameter "cam=frontyard" to automatically maximize a camera upon startup though.
Here is what I suggest. From within UI3, right click the video and choose "Open HLS Stream". Then right click the video player that pops up and choose "Open stream in New Tab". The URL it opens is a much simpler page that just displays an HLS stream from Blue Iris using a 3rd party video player component. Because this is able to use the browser's native video player, it is a great deal more efficient and more compatible than UI3's normal H.264 player. But it is delayed by several seconds and locked to the Streaming 0 profile.
If that doesn't work out, you could always try the official Blue Iris iOS app.