Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you please create a tutorial how to use this library and one of gitlib #1

Open
pawaom opened this issue Dec 13, 2018 · 0 comments

Comments

@pawaom
Copy link

pawaom commented Dec 13, 2018

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

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);
}

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant