Giter VIP home page Giter VIP logo

Comments (3)

djougue avatar djougue commented on June 1, 2024

hi alinoman12,
I am able to help you what do you want? i can also develop it for you if you want (may be i can give you something at the end)

from vitamio-ios.

djougue avatar djougue commented on June 1, 2024

the following is mostly the best streaming live ip camera approach https://vitamio.org/. I have used it to design the following application https://play.google.com/store/apps/details?id=mshopmobile.app.com.videostreaming&hl=en and it works perfectly.
` VideoView mVideoView;
mVideoView = (VideoView) findViewById(R.id.vitamio_videoView);

public void startVideoViewFromCamera(String videopath){

    Vitamio.isInitialized(this);
    mVideoView.setMediaController(new MediaController(this));
    mVideoView.requestFocus();
    mVideoView.setVideoQuality(MediaPlayer.VIDEOQUALITY_HIGH);
    mVideoView.getHolder().setFormat(PixelFormat.RGBX_8888);
    mVideoView.setVideoChroma(MediaPlayer.VIDEOCHROMA_RGB565);
    mVideoView.setMediaController(null);
    mVideoView.setVideoPath(videopath);

}

you can therefore call the previous method to read you ip stream. This is an example of ip camera stream that i am reading videopath= "rtsp://192.168.0.71:8086/rpiKmertronix1.mp4";
i am using ffserver as the server. Sorry i can't provide you more source code because the apps isn't free. but i give you basic orientation to do your job. What server are you using?`

from vitamio-ios.

djougue avatar djougue commented on June 1, 2024

give me your skype account, we can move there to tchat. My own is djougue

from vitamio-ios.

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.