-
Thanks for this great update to FastttCamera.
One feature request: It would be great if SwiftttCamera also has first class SwiftUI support. That means that a SwiftUI View is provided so that it can…
-
Almost 1 in every 6 times, the `SCAssetExportSession` throws an exception:
```
Thread : Fatal Exception: NSInvalidArgumentException
0 CoreFoundation 0x0000000182a9c2d8 __exceptionPre…
-
I'm trying this plugin on an iphone 6s running iOS 14.7.1, but I am not able to turn on the flashlight.
There is no error thrown by the code, it acts like everything is ok, but still no flashlight co…
-
I have installed using `brew install ffmpeg`. But I don't get any videos after setting up the reporter. I just get the *.srt file
```
ffmpeg version 3.1.3 Copyright (c) 2000-2016 the FFmpeg developer…
-
```
const recordChunk = async () => {
const granted = await requestPermissions();
if (!granted) {
isRecording.current = false;
return;
}
if (!isRecording.current…
-
I installed nginx-rtmp-module.
Server address is http://34.212.9.178/
I can start Nginx without any error.
but when run ffmpeg -f avfoundation -framerate 30 -i "1:0" -f flv rtmp://34.212.9.178/liv…
-
Hi,
It needs about 8 seconds to open a live stream with ffplay:
ffplay -fflags nobuffer rtmp://xxx
Any idea to reduce the start stream time? The push command is like following:
ffmpeg -f a…
-
First of all, many thanks for the great plugin. It took me a while to get it to work on AndroidX, but if you follow the instructions very carefully, it does work.
My problem is that the camera on m…
-
Hello,
just wanted to ask a question.
Is it possible to create multiple timelines and create single composition + videoComposition + audioMix? I'm trying to lay two videos on top of each other (e.…
-
```
✖ Error: spawn ffmpeg ENOENT
at exports._errnoException (util.js:1026:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_pro…