DioxusLabs / DioxusLabs/dioxus
`video_stream` example not displaying the video
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
**Problem**
I tried to run the `video_stream` example, it starts but will not show a video.
**Steps To Reproduce**
I'm running this on Linux with the nvidia drivers so I have to set `WEBKIT_DISABLE_DMABUF_RENDERER=1`:
```
WEBKIT_DISABLE_DMABUF_RENDERER=1 cargo run --example video_stream --features="http desktop"
```
The video does not play back.
**Expected behavior**
The video should play back
**Screenshots**

**Environment:**
- Dioxus version: `main`
- Rust version:
- OS info: `1.86.0`
- App platform: `desktop`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.