did you have to do anything special to the camera config to get the still image to work? stream source is great but canāt seem to get the still working. I have the exact model you specified
Does this mean i should maximize the the I frame interval on my cameras or set it according to my FPS? I have my cameras set to 15 fps and when i play_stream the video buffers every 2-3 seconds.
Illustra 2MP Essentials IP Cam config is working for me here:
Although wouldnt work with default creds admin:admin. once i change admin password on camera it starts connecting.
Anyone knows if they fixed any problem in stream: since 0.93? i (and a lot of others too) had to remove the stream component because it was hanging HA sooner or later.
Anyone had an issue with the camera.play_stream service? I have a LaView / Hikvision camera configured as generic. I can view the stream fine through Home Assistant with the rtsp stream_source.
When I try to do camera.play_stream however using the ādev_serviceā, my chromecast just says āDefault Media Receiverā and never displays anything.
UPDATE: I think Home Assistant is actually crashing when this happens. I realized an hour later none of my automations are working. Any idea how to troubleshoot this?
Interesting. I havent had problems with HA hanging at all using the stream component. Though, I had recently moved away from a rpi due to not enough resources being available to support my HA. Iām wondering if its a bug only with the rpi?
Turns out the crash was caused by another unrelated issue.
I still canāt stream to any of my chromecasts (via camera.play_stream or Google home). In both cases the cast starts but just shows a black screen with āDefault Media Receiverā or āSmart Home Cameraā. Nothing in home assistant logs
Are you casting a streamable source? I had this issue initially but found out what I was trying to cast wasnāt playable by the chromecast. I was attempting to stream some cameras through RTSP, chromecast didnāt like this so much so I had to use a plugin to convert it to a usable stream.
If you give it a read, it explains how there needs to be certain header information on the stream, along with some other restrictions for streams to properly play. Iām assuming this was one of my issues as it did fix my problem, which sounds very identical to yours.
I have had this plugin crash the odd time, Iām still figuring out how it works, and for some reason I canāt get it to start on boot in case the system somehow loses power. These are things Iām slowly working on figuring out but at least it allows me to use my camera streams and I just restart the container if needed.