You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public static native boolean init(int width, int height, int audio_sample_rate, String rtmpUrl);
public static native void shutdown();
// Returns the size of the encoded frame.
public static native int encodeVideoFrame(byte[] yuv_image);
public static native int encodeAudioFrame(short[] audio_data, int length);
}
Can you please create a tutorial how to use this library and one of gitlib
I used this lib
https://gitlab.com/vranacse/ytv
following from this
youtube/yt-watchme#58 (comment)
there are few issues with the ffmpeg
I have referred this
youtube/yt-watchme#16 (comment)
and for using .so file
https://stackoverflow.com/questions/24357687/how-to-include-so-library-in-android-studio
but this is an issue in ffmpeg.java
even the authentication library is deprecated
as per this
https://developers.google.com/drive/android/auth
https://developers.google.com/drive/android/deprecation
can you please create a tutorial about using this code
Regards.
Omkar Pawar
The text was updated successfully, but these errors were encountered: