Giter Club home page Giter Club logo

android-inline-youtube-view's People

Contributors

amiitkumar avatar anirudhramanan avatar shubhankaryash avatar thekirankumar avatar yasirmhd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-inline-youtube-view's Issues

Youtube Terms of service violation

Is this method completely legal or does it violate any of youtube's policies and terms of service? Especially considering the webview url contains a proxy link to youtube and not the actual link itself.

Question about apiKey

I see apiKey id used to initialise YouTubePlayerView. But, Even if I send random string as apiKey to YouTubeActivity, videos work fine. Any idea how's that possible?

YoutubeActivity: Web Url is Null

It is throwing a error "web url is null."
i need to know where to pass web url and what is it?

i am sending my apiKey and VideoId for simple Video play.
like below
Intent intent = new Intent(context, YouTubeActivity.class); intent.putExtra("apiKey", Singleton.youtubeAPIKey); intent.putExtra("videoId", videoID); context.startActivity(intent);

could not find repo

* What went wrong:
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
        > Could not find com.github.flipkart-incubator:inline-youtube-view:1.0.1.
        Searched in the following locations:
        file:/Users/dantecervantes/Library/Android/sdk/extras/m2repository/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.pom
file:/Users/dantecervantes/Library/Android/sdk/extras/m2repository/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.jar
file:/Users/dantecervantes/Library/Android/sdk/extras/google/m2repository/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.pom
file:/Users/dantecervantes/Library/Android/sdk/extras/google/m2repository/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.jar
file:/Users/dantecervantes/Library/Android/sdk/extras/android/m2repository/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.pom
file:/Users/dantecervantes/Library/Android/sdk/extras/android/m2repository/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.jar
file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.pom
file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.jar
file:/Users/dantecervantes/.m2/repository/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.pom
file:/Users/dantecervantes/.m2/repository/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.jar
https://jcenter.bintray.com/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.pom
https://jcenter.bintray.com/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.jar
file:/Users/dantecervantes/Documents/react-native/Tests/node_modules/react-native/android/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.pom
file:/Users/dantecervantes/Documents/react-native/Tests/node_modules/react-native/android/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.jar
https://dl.google.com/dl/android/maven2/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.pom
https://dl.google.com/dl/android/maven2/com/github/flipkart-incubator/inline-youtube-view/1.0.1/inline-youtube-view-1.0.1.jar
Required by:
project :app > project :react-native-youtube-player

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

        * Get more help at https://help.gradle.org

        BUILD FAILED in 6s

Wrong youtube thumbnail loaded

I am using this library to load youtube player in a recycler view. On scrolling up and down, wrong thumbnail of the video is loaded. Sometimes wrong thumbnail is load ever after the correct thumbnail loading is done, i.e, the correct thumbnail replaces by the wrong thumbnail within a fraction of a second. I am using this in native android project. I have tried Glide and Picasso libraries to load image inside ImageLoader interface

Is it possible to use chromecast?

Tell, please, can we use chromecast when video is playing? I meant - will be appear Chromecast button for start casting, if the chromecast device is enabled and exist at local net.

Can't not load video in Youtube Activity

Intent intent = new Intent(GalleryViewerActivity.this, YouTubeActivity.class); intent.putExtra("apiKey", API.youtubeKey); intent.putExtra("videoId", "zNW9L_1x4IM"); intent.putExtra("webviewUrl", "https://cdn.rawgit.com/flipkart-incubator/inline-youtube-view/60bae1a1/youtube-android/youtube_iframe_player.html"); startActivity(intent);

I've provided webViewUrl a default url but it still return Web Url is Null

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.