Skip to content

Commit 5832d03

Browse files
author
SG
committed
v7.3update
1 parent 95659b7 commit 5832d03

7 files changed

Lines changed: 113 additions & 8 deletions

File tree

Assets/UnityChatSDK/Plugins/TurboJpeg/Linux.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
772 KB
Binary file not shown.

Assets/UnityChatSDK/Plugins/TurboJpeg/Linux/libturbojpeg.so.meta

Lines changed: 92 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-512 Bytes
Binary file not shown.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
> Unity Video Chat SDK supports UnityEditor,Android,iOS,Windows,UWP(Hololens1&2),MR/AR/VR Glasses...
1010
> Multiple video types:device camera/unity camera/custom texture.
1111
> The interface is simple, the video/audio capture and codec are separated, you can insert the sdk to your own network easily.
12+
1213
[Document](https://github.com/ShanguUncle/UnityChatSDK/blob/master/Readme/VideoChatSDK.pdf)
1314

1415
## Features
1516

16-
- [x] Support Unity editor, Android, iOS, Windows, UWP.
17+
- [x] Support Unity editor, Android, iOS, Windows/Mac/Linux, UWP.
1718
- [x] Support multiple video types:device camera/unity camera/custom texture.
1819
- [x] Support VR,AR,MR video(htc/oculus/arfoundation/vuforia/hololens).
1920
- [x] Support 180P (320x180), 360P (640x360), 720P (1280x720), 1080P (1920x1080) video resolution.
@@ -22,9 +23,8 @@
2223
- [x] Support server record chat video.
2324

2425
## Latest Version Update
25-
- SDK update to **v7.2**
26-
- Update group chat demo UI
27-
- Fixed **server record** conversion bug
26+
- SDK update to **v7.3**
27+
- Fixed video codec format bug
2828

2929
[View all version updates](VersionUpdates.md)
3030

README.zh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
> Unity Video Chat SDK 支持 Unity编辑器,Android,iOS,Windows,UWP(Hololens1&2),MR/AR/VR 眼镜...
1010
> 多种视频采集类型:设备摄像头/Unity摄像机/自定义纹理。
1111
> 接口简单,将视频/音频捕获和编解码器分离,你可以将sdk轻松接入自己的网络中。
12+
1213
[文档](https://github.com/ShanguUncle/UnityChatSDK/blob/master/Readme/VideoChatSDK.pdf)
1314

1415
## 特点
1516

16-
- [x] 支持Unity编辑器, Android, iOS, Windows, UWP平台。
17+
- [x] 支持Unity编辑器, Android, iOS, Windows/Mac/Linux, UWP平台。
1718
- [x] 支持多种视频采集类型:设备摄像头/Unity摄像机/自定义纹理。
1819
- [x] 支持VR,AR,MR video(htc/oculus/arfoundation/vuforia/hololens)。
1920
- [x] 支持的视频分辨率180P (320x180), 360P (640x360), 720P (1280x720), 1080P (1920x1080)。
@@ -22,9 +23,8 @@
2223
- [x] 支持服务器录制聊天视频。
2324

2425
## 最新版本更新
25-
- SDK更新到了**v7.2**
26-
- 更新群组视频Demo界面
27-
- 修复服务器录制视频转码bug
26+
- SDK更新到了**v7.3**
27+
- 修复了视频编解码格式的bug
2828

2929

3030
[查看所有版本更新](VersionUpdates.md)

VersionUpdates.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## All Versions
22

3+
### v7.3 (2021/4/15)
4+
5+
- Update group chat demo UI
6+
- Fixed **video codec format** bug
7+
38
### v7.2 (2021/3/5)
49

510
- Update group chat demo UI

0 commit comments

Comments
 (0)