LibRtmp-Client-for-Android | fat version 300KB ) rtmp client

 by   ant-media C Version: Current License: Apache-2.0

kandi X-RAY | LibRtmp-Client-for-Android Summary

kandi X-RAY | LibRtmp-Client-for-Android Summary

LibRtmp-Client-for-Android is a C library. LibRtmp-Client-for-Android has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

It is probably the smallest(~60KB) rtmp client for android. It calls librtmp functions over JNI interface. With all cpu architectures(arm, arm7, arm8, x86, x86-64, mips) its size is getting about 300KB. It compiles librtmp library without ssl. In version 0.2, it supports FLV muxing and sending stream via RTMP. FLV muxing is based on this repo For live streams add " live=1" at the end of the url when calling the open function. Don't forget calling the close function after you are done. If you don't, there will be memory leakage. To save flv file locally as well, you can use below functions. if any local file is opened, library will write the audio and video frames to local file as well.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              LibRtmp-Client-for-Android has a low active ecosystem.
              It has 490 star(s) with 188 fork(s). There are 54 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 33 open issues and 49 have been closed. On average issues are closed in 168 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of LibRtmp-Client-for-Android is current.

            kandi-Quality Quality

              LibRtmp-Client-for-Android has 0 bugs and 0 code smells.

            kandi-Security Security

              LibRtmp-Client-for-Android has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              LibRtmp-Client-for-Android code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              LibRtmp-Client-for-Android is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              LibRtmp-Client-for-Android releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.
              It has 583 lines of code, 31 functions and 13 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of LibRtmp-Client-for-Android
            Get all kandi verified functions for this library.

            LibRtmp-Client-for-Android Key Features

            No Key Features are available at this moment for LibRtmp-Client-for-Android.

            LibRtmp-Client-for-Android Examples and Code Snippets

            No Code Snippets are available at this moment for LibRtmp-Client-for-Android.

            Community Discussions

            Trending Discussions on LibRtmp-Client-for-Android

            QUESTION

            Does RTMP support the Display Orientation SEI Message in h264 streams?
            Asked 2020-May-30 at 00:32

            I'm streaming video h264 video and AAC audio over RTMP on Android using the native MediaCodec APIs. Video and audio look great, however while the video is shot in potrait mode, playback on the web or with VLC is always in landscape.

            Having read through the h264 spec, I see that this sort of extra metadata can be specified in Supplemental Enhancement Information (SEI), and I've gone about adding it to the raw h264 bit stream. My SEI NAL unit for this follows this rudimentary format, I plan to optimize later:

            ...

            ANSWER

            Answered 2020-May-30 at 00:32

            Does RTMP support the Display Orientation SEI Message in h264 streams?

            RTMP is unaware of the very concept. from RTMPs perspective, the SEI is just a series of bytes it copys. It never looks at them, it never parses them.

            The thing that needs to support it, is the h.264 decoder (which RTMP is also unaware of) and the player software. If it is not working for you, you must check the player, or the validity of the encoded SEI, not the transport.

            Source https://stackoverflow.com/questions/62089397

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install LibRtmp-Client-for-Android

            Add dependency to your build gradle
            That's all. You can use RtmpClient class

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/ant-media/LibRtmp-Client-for-Android.git

          • CLI

            gh repo clone ant-media/LibRtmp-Client-for-Android

          • sshUrl

            git@github.com:ant-media/LibRtmp-Client-for-Android.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link