Code Monkey home page Code Monkey logo

Comments (8)

abbasfreestyle avatar abbasfreestyle commented on July 29, 2024 2

Probably not

from react-native-af-video-player.

XaviSmith avatar XaviSmith commented on July 29, 2024

Update: I've gotten it to load by restarting my terminal and the phone + removing other references to video, however now it just gets stuck in what looks to be a loading screen. I've tested the links and they work outside of this module (just unable to fullscreen).

from react-native-af-video-player.

abbasfreestyle avatar abbasfreestyle commented on July 29, 2024

Hi @XaviSmith,

It's a little hard to tell what's exactly going on without seeing your code or screenshots. Have you looked in react-native-video issues to see if you could find similar issues?

from react-native-af-video-player.

XaviSmith avatar XaviSmith commented on July 29, 2024

It's inside an htmlView modal and called as follows

renderNode(node, index, siblings, parent, defaultRenderer) {
if (node.name === 'iframe') {
const a = node.attribs;
return (

        <View key={index} style={styles.channelBox}>
            <VideoPlayer url={a.src}  />
       </View>
      );
    }
}

console.warning a.src inside the component gives me the correct link, and when i render in a Webview instead of VideoPlayer the video plays. With VideoPlayer it just stays stuck at a loading screen that resembles the attached image with a white bar bouncing left and right

screen shot 2017-12-06 at 2 39 26 pm

from react-native-af-video-player.

XaviSmith avatar XaviSmith commented on July 29, 2024

Looking through the logger this is the error being thrown, but I get similar errors for many other links too.

Couldn't open file on client side; trying server side: java.io.FileNotFoundException: No content provider: https://player.vimeo.com/video/218047752

from react-native-af-video-player.

abbasfreestyle avatar abbasfreestyle commented on July 29, 2024

Are you passing in that vimeo link to the video player?
This wouldn't work because it's an embedded link. react-native-video supports only raw urls.

Web embed links typically depend on iframe, which means you're passing in an iframe as the url.

Have a look at this issue about vimeo
#3

from react-native-af-video-player.

abbasfreestyle avatar abbasfreestyle commented on July 29, 2024

Closing due to inactivity, feel free to re-open if more issues are discovered or a resolution has been found

from react-native-af-video-player.

GSolari79 avatar GSolari79 commented on July 29, 2024

I face the same issue after installing another plugin for full screen videos. It is causing this conflict, is there any way to bypass it?

from react-native-af-video-player.

Related Issues (20)

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.