Giter VIP home page Giter VIP logo

videostreaming-blackberry's People

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

videostreaming-blackberry's Issues

Volume control while playing video

Hello,

I've been able to stream videos from HTTP server thanks to this sample project.
I have one question though, it seems to me that users can't control the volume while the video is playing. I've tried to adjust the volume with the side hardware volume buttons without success. Do you know how to enable users to increase/decrease the volume while streaming the video?

Thank you,

Streaming Player method crashes when hitting "back" (SOLVED)

Michael,
I was using your library and just came across a bug that if you opened/closed several times the player / video it stopped working.
I want to contribute my humble fix.

In class "StreamingPlayerVideoPlaybackScreen", I changed the stopPlayback (called from the popScreen method) requesting to close the player after stopping it. This way resources are released.

Here's the method:

protected void stopPlayback()
{
    try {
        if (_player != null) _player.stop();
        _player.close();
    }
    catch (Exception ex)
    {
        System.out.println(ex.toString());
    }
} 

ERROR_PLAYING_MEDIA

Hello all.

I am trying to test the video streaming with an mp4 video and I am getting the following error:

Java.lang.Exception: Player Error:
ERROR_PLAYING_MEDIA

I wanted to know if any of you guys know what often causes this error. Thanks very much in advance.

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.