-
help!
I'm using conan2 to create FFmpeg package, and this is package_info:
```python3
class ffmpegRecipe(ConanFile):
name = "ffmpeg"
version = "7.1"
package_type = "application"
…
-
Hi,
I'm new to viseron and this is my first time to try it.
I have created a docker container with version 3.0.0b11 and worked my way to figure out how I should write the config file, but for some…
-
it is stop when run at ffmeg.load()
I got the example on https://github.com/ffmpegwasm/ffmpeg.wasm/blob/main/apps/vue-vite-app/src/components/FFmpegDemo.vue
it is not work in brower
-
This works:
`ffprobe rtsp://admin:@cam-li:554/`
But this config fails:
` camera_li: { name: li, host: cam-li, port: 554, path: /, username: admin, password: "", widt…
drewp updated
2 weeks ago
-
Hi,
I am not quite sure if this is similar to https://github.com/roflcoopter/viseron/issues/797 but I simply can't find my recordings, although they are shown in the web interface.
I am using th…
-
⨯ node_modules\@ffmpeg\ffmpeg\dist\esm\empty.mjs (4:14) @ new FFmpeg
⨯ Error: ffmpeg.wasm does not support nodejs
at ResultVideo (./src/components/resultvideo.js:20:69)
null
-
## Version of the custom_component
5.5.1
## Configuration
```json
{
"home_assistant": {
"installation_type": "Home Assistant OS",
"version": "2024.11.2",
"dev": false,
…
-
# Intel
Intel GPUs have fixed-function media engines for quite a while. The important parts to know about are:
- VDBOX: Video Decoding
- VEBOX: Video Enhancement
- SFC: Scaling and format co…
-
### The problem
The ONVIF integration is reporting the following error:
> Logger: homeassistant.components.onvif
> Source: components/onvif/camera.py:147
> integration: ONVIF (documentation, iss…
-
I'm on a fresh Ubuntu 22.04 install, and I pulled the repository, ran `./scripts/install_prerequisites.sh recommended`. After this, trying to build was unsuccessful, I additionally installed `python3-…