android-youtube-api Questions
2
Solved
I'm making a Web Page that shows 360 videos, but i recently noticed that 360 functionality in the android browser is not supported, and because of this the video wont shows correctly, so after sear...
Lian asked 18/8, 2016 at 18:0
1
Solved
YouTubePlayerSupportFragment shows Network error 400
I have created small demo to test YoutubeSupportFragment
YouTubePlayerSupportFragment youtube_player_fragment = new YouTubePlayerSupportFrag...
Morphia asked 1/8, 2016 at 10:52
0
Error inflating class fragment , while using YouTubePlayerSupportFragment inside list adapter as list_item_row. Reference link
My list_item_row.xml
<RelativeLayout
android:layout_width="match...
Ectosarc asked 1/8, 2016 at 8:19
1
I tried to solve this problem, searched through the Internet, no real answer was found.
I'm developing an app where the YouTube player is needed. This player is the YouTubePlayerSupportFragment si...
Salisbarry asked 14/7, 2016 at 0:57
1
YouTube ads never show no matter what the player style or what the video.
Actual YouTube version: 10.18.55
YouTube Android Player API: 1.2.1
I remember that I saw some ads while was developing my...
Custumal asked 5/6, 2015 at 12:19
1
Solved
I want to show multiple YouTube videos in a Horizontal ScrollView. For that, I'm adding YouTubePlayerFragments dynamically. Here's the piece of my code:
//set videos
int count = 0;
FragmentTra...
Endoplasm asked 15/7, 2016 at 15:34
2
Solved
I am working on a project. I am using YouTubeAndroidPlayerAPI and Webview in my activity.
when I try to run a video with its id, it runs. Problem is but if the video id is null, then I am not runni...
Tashia asked 9/9, 2014 at 14:29
1
-- Update 09/05/2016 17:10 --
The problem seems related to the date of publication of the video... In the last week of April I posted many videos on YouTube, those published up to 19:00 of April 27...
Alphanumeric asked 8/5, 2016 at 10:48
2
Solved
I am developing an Android app that uses the Android Youtube API.
I can successfully play any video from Youtube. However, when I try to play a live stream, I encounter some issues:
When the late...
Glarum asked 3/5, 2016 at 9:57
2
Using the YouTube Android Player API sample code (version 1.2.2), if I change any of the video IDs over to one I have uploaded (e.g. "QVikru_w2hQ" or "u1n6E81rm80"), the thumbnail loads in the play...
Gobi asked 4/5, 2016 at 10:20
2
The Android App does using YoutubeBaseActivity does not play video.
The Log is same with the title.
"Cannot load modern controls UI. Upgrade to the latest version of the Android YouTube API."
I ...
Watteau asked 4/5, 2016 at 7:4
2
Solved
I am using YoutubePlayerSupportFragment in my application. I am adding YouTubePlayer.FULLSCREEN_FLAG_CUSTOM_LAYOUT flag. From the documentation I know my player won't rebuffer after exiting from fu...
Blooming asked 10/3, 2016 at 6:34
1
I have an activity with a YouTubePlayerSupportFragment within it to play youtube videos.
The youtube player's style is set to CHROMELESS (only video, no controls), and playback is controlled by m...
Choi asked 26/1, 2016 at 17:49
1
I am attempting to wrap the YouTube Android API as a UI Component for React Native. I have been successful in the Android configuration of things (getting onInitializationSuccess), however I am una...
Vennieveno asked 25/3, 2016 at 19:32
4
I'm getting this error Fatal Exception: java.lang.IllegalStateException
This YouTubePlayer has been released , but release() wasn't called explicitly.Here is the piece of code where crash occurs : ...
Cradlesong asked 24/1, 2014 at 12:29
1
I am interested in using the ExoPlayer for YouTube video playback. I see from the ExoPlayer samples that they play YouTube videos via DASH URLs.
I'm using the Android YouTube API to search f...
Ormolu asked 21/1, 2015 at 19:20
1
I uses YoutubeServie API to play youtube video in my Android application. However when I exit my activity, I found the below crash log showing, even my App still works.
02-28 15:54:02.081 20374-20...
Selemas asked 28/2, 2016 at 5:11
1
Solved
I am using the Android YouTube API samples to create a chromeless YouTube player in my app. I am having an issue that the buffering / loading progress bar carries on displaying over my video even a...
Sequel asked 8/2, 2016 at 13:18
1
Solved
I am playing video in a full screen mode, and when I do click on back button I am able to exit full screen mode - but not able to show TextView which I have hide in case of full screen.
To Hide te...
Trichroism asked 17/12, 2015 at 8:8
2
Hello Everyone,
I'm trying to play youtube video in my android app by integrating youtube sdk and generation of api key from google console after doing that when I tried to run my application whil...
Tetzel asked 19/11, 2015 at 14:22
2
I'm trying to use Android Youtube API. Everything works ok excepts that when I extends AppCompatActivity. The UI of YoutubePlayer looks so bad. I tried both of YoutubePlayerFragment and YoutubePlay...
Stank asked 27/10, 2015 at 8:55
1
Solved
I have a RecyclerView with CardViews inside it. I want each CardView to have its own YouTubePlayerFragment. Even if they can't all be active at once, I can't even seem to instantiate the YouTubePla...
Tellurium asked 6/11, 2015 at 3:12
1
I am using YouTubeFragment in an Android app and getting following crash on Android 4+ devices.
java.lang.IllegalStateException: Not connected. Call connect() and wait for onConnected() to be call...
Educated asked 10/3, 2014 at 9:29
1
I am using Android YouTube API to show a video in portrait mode. Upon playing the video and turning the device into landscape mode, the video continues from the spot left off but re-buffers. I am l...
Santiago asked 4/2, 2013 at 16:36
1
Solved
With the YouTube Android app, 360 degree videos support using the gyroscope to pan around the video, which is amazing. Is this possible when using the YouTubeStandalonePlayer or YouTubePlayerView i...
Cargo asked 29/5, 2015 at 1:47
© 2022 - 2024 — McMap. All rights reserved.