Skip to content
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

camera stream not available, ha core 2024.12.0 #1019

Open
riro-at opened this issue Dec 4, 2024 · 20 comments
Open

camera stream not available, ha core 2024.12.0 #1019

riro-at opened this issue Dec 4, 2024 · 20 comments
Assignees
Labels
bug Something isn't working

Comments

@riro-at
Copy link

riro-at commented Dec 4, 2024

hello,
ther is no camera stream after updating to core 2024.12.0 and operating system 14.0.
i need your help
thanks

@ibaeic
Copy link

ibaeic commented Dec 4, 2024

Possibly related to the update here?

https://developers.home-assistant.io/blog/2024/11/26/camera-deprecations/

@acato
Copy link

acato commented Dec 5, 2024

Had to revert back to 2024.11.3 - it is most likely that the change @ibaeic mentioned is the culprit.

@jfencl
Copy link

jfencl commented Dec 5, 2024

Had to revert back to 2024.11.3 - it is most likely that the change @ibaeic mentioned is the culprit.

Fixed it for me.

@Jopand
Copy link

Jopand commented Dec 5, 2024

Could it be because of the migration to python 3.13?

@rafuz
Copy link

rafuz commented Dec 5, 2024

Possibly related to the update here?

https://developers.home-assistant.io/blog/2024/11/26/camera-deprecations/

It only says that are deprecated so it should still work in 2024.12

@bjornwahman
Copy link

I also have this problem

@rafuz
Copy link

rafuz commented Dec 5, 2024

this issue is relevant. Other changes I see are preparations for deprecation

@Arturfrain
Copy link

I also have the issue since update to 2024.12.0

@twrecked twrecked self-assigned this Dec 5, 2024
@twrecked twrecked added the bug Something isn't working label Dec 5, 2024
@twrecked
Copy link
Owner

twrecked commented Dec 5, 2024

Thanks for the info. Out and about at the moment, I'll take a look at this issue this weekend.

@ibaeic
Copy link

ibaeic commented Dec 5, 2024

Experimentally I commented out the following from camera.py:

(325) self._attr_frontend_stream_type = StreamType.HLS

HA 2024.12.0 seems to load & perform correctly.

@johnwalk61
Copy link

johnwalk61 commented Dec 5, 2024

Experimentally I commented out the following from camera.py:

(325) self._attr_frontend_stream_type = StreamType.HLS

HA 2024.12.0 seems to load & perform correctly.

Excellent ibaeic, this restored my stream feed.

Cheers

@Fat-Knees
Copy link

Experimentally I commented out the following from camera.py:

(325) self._attr_frontend_stream_type = StreamType.HLS

HA 2024.12.0 seems to load & perform correctly.

This also worked for me!

@jfencl
Copy link

jfencl commented Dec 6, 2024

Experimentally I commented out the following from camera.py:

(325) self._attr_frontend_stream_type = StreamType.HLS

HA 2024.12.0 seems to load & perform correctly.

Thank you. Worked for me.

@bjornwahman
Copy link

Experimentally I commented out the following from camera.py:

(325) self._attr_frontend_stream_type = StreamType.HLS

HA 2024.12.0 seems to load & perform correctly.

Thank you, worked for me also

@Arturfrain
Copy link

Arturfrain commented Dec 6, 2024

Experimentally I commented out the following from camera.py:

(325) self._attr_frontend_stream_type = StreamType.HLS

HA 2024.12.0 seems to load & perform correctly.

Worked also for me, thanks a lot

@Dan1jel
Copy link

Dan1jel commented Dec 7, 2024

Experimentally I commented out the following from camera.py:

(325) self._attr_frontend_stream_type = StreamType.HLS

HA 2024.12.0 seems to load & perform correctly.

Sorry for being dumb, but where exactly is this file located?

@Arturfrain
Copy link

Experimentally I commented out the following from camera.py:
(325) self._attr_frontend_stream_type = StreamType.HLS
HA 2024.12.0 seems to load & perform correctly.

Sorry for being dumb, but where exactly is this file located?

IMG_5390

@Dan1jel
Copy link

Dan1jel commented Dec 7, 2024

Experimentally I commented out the following from camera.py:
(325) self._attr_frontend_stream_type = StreamType.HLS
HA 2024.12.0 seems to load & perform correctly.

Sorry for being dumb, but where exactly is this file located?

IMG_5390

Aaaah of corse, thanks! This also worked for me 👌

@twrecked
Copy link
Owner

twrecked commented Dec 8, 2024

I'll push a quick fix with this in.

And then I'll double check the API changes described above.

@mikesalz
Copy link

mikesalz commented Dec 9, 2024

Thanks @twrecked ! Its better now, but there’s still some weirdness going on…

Logger: homeassistant.components.stream.stream.camera.aarlo_loft
Source: components/stream/init.py:448
integration: Stream (documentation, issues)
First occurred: 6:50:21 PM (44 occurrences)
Last logged: 9:49:04 PM

Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input, rtsps://arlostreaming21579-z2-prod.wowza.arlo.com:443/=xxxxx)

Error from stream worker: Error opening stream (EXIT, Immediate exit requested, rtsps://arlostreaming21579-z2-prod.wowza.arlo.com:443/xxx. )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests