Günter G. Schelling
Günter G. Schelling
@leeshimin104 @giridharvc7 I experienced the same or at least a similar error which I could resolve by apply this fix ... ``` if CMSampleBufferDataIsReady(sampleBuffer) { DispatchQueue.main.async { [weak self] in...
Thanks again for the info! Performance would have been my next question. Are there any "obvious" settings I could change to try enhance performance for me?
@DeviLeo Thanks for the quick update and help! For "arm64" the build process works fine. But with "armv7" and "armv7s" it stops with this error: ``` clang: warning: optimization flag...
@DeviLeo Wow, you're deep into that, impressive! Thanks! Now it compiles "armv7", "armv7s" and "arm64" without any errors. **Edit:** When compiling the Xcode project I get a linker error. Maybe...
Thx @DeviLeo ! In my case I could solve the problem by disabling mpeg2_metadata with "--disable-bsf=mpeg2_metadata". That did the trick. Now the script is building ffmpeg and it's playing streams...
Are there any planned updates on this issue/request?
@DeviLeo Is there anything (tutorial, lib) you could recommend for a workaround? In this topic I'm starting pretty much from zero. Maybe there's a way to grab and write the...