android_hls_slice icon indicating copy to clipboard operation
android_hls_slice copied to clipboard

移植ffmpeg到Android平台并对本地视频文件和摄像头实时视频流文件进行ts切片并生成m3u8文件

Results 3 android_hls_slice issues
Sort by recently updated
recently updated
newest added

org.bytedeco.javacv.FrameRecorder$Exception: Failed to load class com.example.javacv.FFmpegFrameRecorderSlice at app//com.example.javacv.FFmpegFrameRecorderSlice.tryLoad(FFmpegFrameRecorderSlice.java:154) at app//com.example.javacv.ExampleUnitTest.load_library(ExampleUnitTest.java:28) at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at [email protected]/java.lang.reflect.Method.invoke(Method.java:568) at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at...

LocalMediaSlice 这个类可以用吗 我切了之后没有声音

你好,想请教一下关于m3u8缓存到本地以后的加密问题