# RtmpPlayer **Repository Path**: aceit/RtmpPlayer ## Basic Information - **Project Name**: RtmpPlayer - **Description**: 直播demo - **Primary Language**: Kotlin - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-14 - **Last Updated**: 2021-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RtmpPlayer set your RTMP url in local.properties ```local.properties ## This file is automatically generated by Android Studio. # Do not modify this file -- YOUR CHANGES WILL BE ERASED! # # This file must *NOT* be checked into Version Control Systems, # as it contains information specific to your local configuration. # # Location of the SDK. This is only used by Gradle. # For customization when using a Version Control System, please read the # header note. #Sat Feb 03 15:58:12 JST 2018 ndk.dir=/Users/takusemba/Library/Android/sdk/ndk-bundle sdk.dir=/Users/takusemba/Library/Android/sdk streaming_url = your rtmp url ```