GithubHelp home page GithubHelp logo

videoexpertsgroup / rtsp.player.android Goto Github PK

View Code? Open in Web Editor NEW
217.0 30.0 105.0 100.78 MB

RTSP player for Android / IP camera viewer

Home Page: http://www.videoexpertsgroup.com/

License: Other

Java 100.00%
rtsp rtsp-player rtmp broadcasting streaming player video-player ip-camera livestream android

rtsp.player.android's Introduction

RTSP Player for Android

THIS PLAYER IS BASED ON A TRIAL VERSION OF VXG PLAYER SDK FOR ANDROID. PLAYBACK IS LIMITED TO 2 MINUTES.

Learn more about VXG RTSP Android SDK

RTSP Player is a very simple IP camera viewer. Fast application to playback network stream from IP cameras, video servers and surveillance systems.

Key features:

  • Supported types of streaming: RTSP, RTP, UDP (Multicast stream support),HTTP-HLS, RTMP, MMS
  • Recording from live camera
  • Digital zoom and picture shifting
  • Thumbnails for live streams
  • Support M3U channel list
  • Easy streams list control – add, delete and modify your streams
  • Preview video while browsing in camera list
  • Replay for live HLS stream
  • Hardware decoder using hardware acceleration with processor optimization – high speed rendering for modern platform
  • Multi-core decoding provides the dual-core device’s performance

Learn more about Cloud Video Surveillance

RTSP player sample1

RTSP player sample1

RTSP player sample1

rtsp.player.android's People

Contributors

ahurley90 avatar rmac3 avatar videoexpertsgroup1 avatar

Stargazers

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

Watchers

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

rtsp.player.android's Issues

Can't play

I found it in android 6.0 can not play

CP_ERROR_DISCONNECTED About every 2 minutes.

why is this?

this is my Configuration:

int connectionProtocol = -1;
int connectionDetectionTime = 3000;
int connectionBufferingTime = 1000;
int decoderType = 1; 
int decoderNumberOfCpuCores = 0;
int rendererType = 1; 
int rendererEnableColorVideo = 1;
int rendererAspectRatioMode = 1;
int synchroEnable = 0;
int synchroNeedDropVideoFrames = 0;
mMediaPlayer.Open(url, connectionProtocol, connectionDetectionTime, connectionBufferingTime,
                decoderType,
                rendererType,
                synchroEnable,
                synchroNeedDropVideoFrames,
                rendererEnableColorVideo,
                rendererAspectRatioMode,
                isUrlFile(url) ? 1 : mMediaPlayer.getConfig().getDataReceiveTimeout(),
                decoderNumberOfCpuCores,
                this);

Don't play link rtsp

link: rtsp://mpv.cdn3.bigCDN.com:554/bigCDN/definst/mp4:bigbuckbunnyiphone_400.mp4

Unable to play audio

App does not play the audio of a stream. My audio format is AAC.

How can I solve this?

Android_JNI_ThreadDestroyed

hi, when i player back the rtsp stream, player only can play About two minutes and the palyer is closed. do you know the why? thanks

Playback issue

Hi There,

I am trying to integrate the rtsp player and getting below error at time during playback. This error is only coming after the stream has played for sometime like say after 1-2 minutes. KIndly check. I am trying to play a live stream from IP camera.

10-26 16:32:58.198: E/jni/src/content/ffmpeg_content_provider.c(2036): timeout_interrupt_callback guard time: 120000000, first:1785957233, diff:138319275
10-26 16:32:58.206: E/jni/src/content/ffmpeg_content_provider.c(2036): timeout_interrupt_callback guard time: 120000000, first:1785957233, diff:138330201
10-26 16:32:58.221: E/jni/src/content/ffmpeg_content_provider.c(2036): timeout_interrupt_callback guard time: 120000000, first:1785957233, diff:138344941

Android 5.x

Could not get the stream working on my Android Samsung S6 5.1.1
Stream works on IOS, and desktop vlc..

Using LibRtsp with known issues...

Lib RTSP suffers from issues when the application buffer size is exceeded during Interleaved Communication.

Lib RTSP suffers from various Rtsp Application Syntax Parsing anomalies such as but not limited to incomplete headers are accepted, white-space is not handled properly, ALF is not verified, sever sent messages are not properly handled and much more.

Live555 is plenty worse but this is no excuse for the Video Experts Group to ignore these issues.

This software is at most a useful example of some UI concepts which have nothing to do with RTSP.

Developers who wish to have a compliant and efficient implementation and compatible RTSP implementation can visit my project @

Managed Media Aggregation

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.