Coder Social home page Coder Social logo

Comments (6)

nchutchind avatar nchutchind commented on July 19, 2024

Do you have any console output that might indicate what the error was?

from cordova-plugin-streaming-media.

indranil-m avatar indranil-m commented on July 19, 2024

2014-09-04 18:22:17.252 InstaJoin[30224:7a0b] File Transfer Finished with response code 200
2014-09-04 18:22:17.255 InstaJoin[30224:907] -------------------------------------------------
2014-09-04 18:22:17.255 AppName[30224:907] INITWITHWEBVIEW
2014-09-04 18:22:17.446 AppName[30224:907] THREAD WARNING: ['StreamingMedia'] took '190.165039' ms. Plugin should use a background thread.
2014-09-04 18:22:21.099 AppName[30224:907] Clean up

this is what I get in console all I want is to close the video player and get back to the app after video finished.

from cordova-plugin-streaming-media.

nchutchind avatar nchutchind commented on July 19, 2024

That thread warning isn't anything to worry about (as far as I know). Does it happen with every video, or just certain ones? Does it work with Apple's test video?

http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8

from cordova-plugin-streaming-media.

steffenmllr avatar steffenmllr commented on July 19, 2024

Having the same issue. Ios6 - the app goes back to normal if you hit the close Button before the video ends. If you watch the video until the end the app freezes with a black screen.

This is on the device and in the simulator,

edit:
The Screen actually doesn't black out if you keep the controls on screen: http://cl.ly/XVAZ
Does the player try to load the next file on end?

from cordova-plugin-streaming-media.

nchutchind avatar nchutchind commented on July 19, 2024

Should be fixed with @steffenmllr 's addition.

from cordova-plugin-streaming-media.

ademc avatar ademc commented on July 19, 2024

This issue takes my hours and finally i found the problem. Is the video/audio url contains non-english character (ğ,ü,ş,i,ö,ç etc) plugin does not play without any error message but actually can not access the real path.
To fix this encode url before use as parameter.

window.plugins.streamingMedia.playVideo(videoUrl);

to

window.plugins.streamingMedia.playVideo(encodeURI(videoUrl));

from cordova-plugin-streaming-media.

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.