-
You get an error in FastFlix if you try to encode 5.1/7.1 audio to opus.
If you try to encode audio with libopus for more then 2 channels, you have to add the parameter for channel layouts in ffmpeg …
Tupsi updated
3 months ago
-
Hello,
I'm currently working on a video processing project that involves a specific workflow where I decode a video, process the frames through a vision AI model, and then encode the video again. M…
-
I made changes to the server example to save video on server.
I am trying to record the received video track on server - but somehow that seems to be working only for a few seconds, after which it …
-
Similar to https://github.com/Vanilagy/webm-muxer/issues/32
I use both `webm-muxer` and `mp4-muxer` with a manual check for browser version, which had proved unreliable.
Ideally, I would like to sta…
-
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a bug un…
-
constructor(
onData: (data: Uint8Array, position: number) => void,
onDone?: () => void,
options?: { chunked?: true, chunkSize?: number }
);
Just like MSE loads fragmented MP4 (fMP4)…
-
I use live555 as media server. This server support RTSP commands for PAUSE nad PLAY.
With mdksdk i can open and use the strema perfectly.
But when i set Pause ( _player->set(mdk::State::Paused);)
…
-
### Android application type
Android for .NET (net6.0-android, etc.)
### Affected platform version
Visual studio for Mac v17.5.2
### Description
We are trying to capture videos and save…
-
I have read through the issues and it seems that video encoding for h264 should be supported, however it seems to me that it isn't. I have tried building my own config with the following array paramet…