Skip to content

Commit

Permalink
Merge pull request #8 from BoleLiu/dev
Browse files Browse the repository at this point in the history
Release for v1.0.4
  • Loading branch information
BoleLiu authored Sep 6, 2024
2 parents 0f6214f + bd5f23a commit b320362
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QNRTPlayerDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.qiniu.droid.rtc.player.demo"
minSdkVersion 18
targetSdkVersion 34
versionCode 4
versionName "1.0.3"
versionCode 5
versionName "1.0.4"
buildConfigField "long", "BUILD_TIMESTAMP", System.currentTimeMillis() + "L"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified QNRTPlayerDemo/app/src/main/jniLibs/x86/libqndroid_rtc.so
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- 支持纯音频或纯视频播放
- 支持播放音量设置
- 支持播放画面截图
- 支持 WHEP 协议拉流

# QNRTPlayer 文档
请参考[官方文档](https://developer.qiniu.com/pili/7731/geek-android-sdk)
Expand Down
20 changes: 20 additions & 0 deletions ReleaseNotes/release-notes-1.0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# QNRTPlayer Release Notes for 1.0.4

## 简介

七牛低延时直播(Geek)直播构建了全新的低延时直播互动体验,相比于传统的直播能力降低了延时、优化了协议与底层技术,目前对于微信内直播多业务场景提供了更为优渥的使用体验。支持千万级并发同时拥有毫秒级开播体验,打通了用户对于直播低延时性的核心诉求。

## 版本

- 发布 qndroid-rtplayer-1.0.4.jar
- 发布 qndroid-rtplayer-1.0.4-withrtc.jar
- 更新 libqndroid_rtc.so

## 优化

- 优化播放过程中出现的音画不同步、卡顿及延迟等现象

## 缺陷

- 修复偶现的崩溃问题

Binary file modified releases/arm64-v8a/libqndroid_rtc.so
Binary file not shown.
Binary file modified releases/armeabi-v7a/libqndroid_rtc.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified releases/x86/libqndroid_rtc.so
Binary file not shown.

0 comments on commit b320362

Please sign in to comment.