Robin Thoni

Results 67 comments of Robin Thoni

Yeah, I should probably have said mjpeg live stream. Any integration within https://www.home-assistant.io/integrations/#camera. I guess mjpeg or anything that works w/ ffmpeg would work for me. Those integrations will proxify...

I encountered the same problem within Saltstack inside Docker. After hours of troubleshooting, I found out the problem was Python using urllib3 from the `python-pip-whl` Debian package, rather than from...

Not sure if that's the same problem, but I can make Cura to connect to Octoprint by going to "Manage printers" => "Connect OctoPrint" => exit the window => click...

I'm trying to integrate Moonfire into Home Assistant. My integration can connect to Moonfire, get the list of cameras and import them into Home Assistant. That part works great. Now...

I tried to build w/ Docker according to your build insrtuctions: ```shell docker buildx build --load --tag=moonfire-nvr -f docker/Dockerfile . ``` But it's failing after 6-7 minutes: ```shell ... docker...

It works, thanks for the quick fix! I'll try the sequence fix and report back

I can confirm your commit fixes the issue! That will allow me to continue my HASS integration. Thanks for fixing it that quickly!

VLC is happy, but now ffmpeg is complaining: ``` mov,mp4,m4a,3gp,3g2,mj2 @ 0x55fd6e5d1300] Found duplicated MOOV Atom. Skipped it Last message repeated 15 times ``` Not sure if this is related?

This one is on me, when refactoring the code, I resent the init segment with each chunk... Now the only ffmeg complain is ``` [mov,mp4,m4a,3gp,3g2,mj2 @ 0x563d35170300] DTS 0 <...

I do understand your point, non standard stuff, etc, I'm aware I'm doing hacky stuff, and my video/streaming skills are close to zero, as you probably realized :) I ran...