-
```bash
rtsp-relay --producer-port 5554 --client-port 8554 --log=4
```
then I tried connecting a producer:
```bash
# on the macbook:
ffmpeg -y -r 30 -f avfoundation -i "0" \
-c:v libx264 …
-
## ストレージ確認
ストレージの使用状態を確認
| ✅ | ComputerName | Drive | Used (Use %) | Size (Type) |
| :-: | ------------ | ----------- | ------------ | ------------- |
| ✅ | 🍓 ICHIGO | `C:` | 184.58 GB…
-
Recently I ran into a usability issue around the audio callback. I've had the audio callbacks setup for quite some time now and things are working well, much in the spirit of the example here: https:/…
-
Hi there,
After updating to 525.53 (proprietary) driver, I am unable to get hardware acceleration.
Console output
```
>env NVD_LOG=va.log MOZ_LOG="PlatformDecoderModule:5,Dmabuf:5" firefox…
-
I tried playing an mp4 video file, which is a common format supported by this player. Its able to play videos that are not too long. But I have a video which is 11 hrs long. Its unable to load or play…
-
I am using Java 8, and VLCJ 3.12.1 from maven central. I am trying to figure out what is going on with my code. What causes the stale error and how can I get rid of it? Also, how can I prevent it i…
-
### Operating System
Windows 10 1903 and higher (64 bit)
### OBS Studio Version?
27.2.1 (64bit)
### StreamFX Version
0.11.1.0-g81a96998 (installed via the installer for the current user…
-
I have a Wyze V3 on Wifi. Using frigate for recording. I have tried everything to stop the blurring / artifacts on the recorded video but cant figure it out. I have heard that using RTSP over TCP f…
-
First of all thank you for providing and maintaining these Go bindings for libVLC. In one of our project we think about using them to control VLC.
What we wonder about is the level of support. Is t…
-
There needs to be a standard way to play and record audio in Flutter apps. Not being able to do that is a show stopper for many types of apps.
## Background
I've read a number of related issues …