Code Monkey home page Code Monkey logo

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

rtsp.player.android's Issues

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

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

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

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

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.