-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] substream or mainstream switch #185
Comments
Can you provide the use case for this? |
I think it's for having small live camera entities in HA, when streaming to HA Companion. for smal entities, substream are better. |
Yes, for mobile devices which has a good chance to be in not so optimal location with sub par connection, or just want to save on data to take a peek at some camera streams. In blue iris normally you create a camera that has a sub and a main stream. But this integration only allows viewing of the primary stream url. To get around this you have to create 2 cameras in blue iris, one with primary as main stream and one with primary as sub stream. Completly ignoring the "substream" feature in blue iris. You then have link the two together with "sync with camera" option in order for events to trigger one or the other. This is tedious and very messy, but it works. Blue iris http(s) stream url allows the use of My blue iris trial has long since ran out but i believe this feature will help out some people who have a dashboard just for viewing cameras with "hidden subtabs" to switch between sub & main stream views like a bootleg video quality selector. |
+1 keen on this mainstream/substream switch to avoid the CPU overhead of having to duplicate the cameras in BlueIris |
Any of the following:
Current workaround: have to create clones of all cameras with the substream link acting as Mainstream, and put them into a different Blue iris Group called web. Reload integration now i have a set of mainstream and a set of substream cams in home assistant. Its ugly but it works..
Main stream cameras in blue iris can use the "sync with camera" feature with the Web cameras to hear about any home assistant triggers.
The text was updated successfully, but these errors were encountered: