question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not to play live video on Android only

See original GitHub issue

When playing live video with id “AtXZJM8rQfg” for example, it runs fine on iOS, but it does not work on Android. If it plays normal videos then it runs fine on both platforms.

<YouTube
    apiKey="API_KEY"
    videoId="AtXZJM8rQfg"   // The YouTube video ID
    play={true}             // control playback of video with true/false

    onReady={e => this.setState({ isReady: true })}
    onChangeState={e => this.setState({ status: e.state })}
    onChangeQuality={e => this.setState({ quality: e.quality })}
    onError={e => this.setState({ error: e.error })}

    style={styles.youtubePlayer}
    />

Environment

  1. Application Target Platform: Android

  2. Development Operating System: Mac OS X El Capitan

  3. Build Tools: 25.0.3

  4. React Native version: 0.49.3

  5. React Native Youtube Version: v1.0.0-beta.3

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Moussawi7commented, Nov 10, 2017

it is working from my side, but it stop every second so i have have to press the play icon every time.

1reaction
davidohayon669commented, Nov 11, 2017

@Moussawi7 I’ll have to test this… never tried live video

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix Videos Not Playing on Android Phone
Read on to know how to fix videos not playing on Android phone when your mobile videos do not play properly or give...
Read more >
Repaired: Videos Not Playing on Android Mobile Phone!
The easiest way to fix the videos not playing on the Android gallery is by downloading it again. That is, you can just...
Read more >
Can't play this video / No Video Only Audio - YouTube
This video fixes Android video playback issues:We cannot play this fileCan't play this videoCan't play videoNo Video only Audio Blank/Black ...
Read more >
Fix problems playing video, music, or games - Android TV Help
Fix problems playing video, music, or games ... If you can't play your Google Play movies, TV shows, music, or games on your...
Read more >
My Android is not playing any videos, what should I do? - Quora
First option is to go to your settings menu and then click on the apps menu. find the video player app of your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found