Skip to content

Commit 74cba69

Browse files
committed
update:README
1 parent 18b8830 commit 74cba69

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

README.en.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ This program can handle your various requests. It is the core of everything. You
1818
###### How to Use
1919
You should refer to the protocol document. First, use `create` to create a handle, then set the codec interface (skip if codec is not needed), then create the image filter processing interface (skip if not needed; this interface is only effective if codec is enabled), and then you can call `play` to schedule programs.
2020
You can also implement your own program to schedule playback programs periodically. This is our recommended approach.
21-
Finally, call `stop` when it is no longer needed.
21+
22+
###### Used in combination
23+
This software requires a streaming media service. If you want to conduct live stream pushing, you can use our XEngine_StreamMedia service, or third-party streaming media servers like SRS. Just specify this service address when calling our stream creation interface to push the stream
2224

2325
#### XEngine_AVToolApp
2426
This software is a collection of tools, primarily communicating with XEngine_AVCodecApp to perform file transcoding. This tool can uniformly transcode or remux media files from multiple folders.
@@ -60,18 +62,19 @@ Software Features:
6062
19. Supports playback scheduling and timed playback.
6163
20. AI Support.
6264
21. Mute and Black Screen Support.
65+
22. cloud of av codec support
6366

6467
## Installation
6568

6669
#### Windows
6770
Run directly.
6871

6972
#### Linux
70-
Requires Ubuntu 24.04 LTS. First, run the environment setup script AVCodec_ENVInstall.sh.
73+
Requires Ubuntu 24.04 LTS or rockylinux 10. First, run the environment setup script AVCodec_ENVInstall.sh.
7174
Then you can run `./XEngine_AVCodecApp` for testing.
7275

7376
#### macOS
74-
Not currently supported.
77+
Just run the installation script directly, and the rest is the same as on Linux
7578

7679
## Registration
7780
Our software requires registration for use. Please contact us to register.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ XEngine_AVCodecApp是核心程序,他提供了对音视频的编解码,拉流推
2020
你也可以自己实现一个程序来定时发送播放节目.这是我们推荐的方式
2121
最后在不使用的时候stop他
2222

23+
###### 配合使用
24+
这个软件需要一个流媒体服务,如果你想做直播推流,你可以使用我们的XEngine_StreamMedia服务,也可以使用第三方srs等流媒体服务器,在调用我们的创建流接口的时候指定这个服务地址即可推流
25+
2326
#### XEngine_AVToolApp
2427
此软件是一个工具集合,他主要是与XEngine_AVCodecApp进行通信实现文件转码,此工具可以对多个文件夹下的媒体文件进行统一转码输出,或者重新解复用输出.
2528
他支持合并多个文件夹下的媒体文件为单一文件,支持所有核心服务的功能.具体可以自己探索使用
@@ -59,18 +62,19 @@ XEngine_AVCodecApp是核心程序,他提供了对音视频的编解码,拉流推
5962
19. 支持播放排班以及定时播放
6063
20. AI支持
6164
21. 静音和黑屏支持
65+
22. 支持云端配音和转码
6266

6367
## 安装教程
6468

6569
#### Windows
6670
直接运行即可
6771

6872
#### Linux
69-
需要Ubuntu24.04 lts系统,首先执行环境安装AVCodec_ENVInstall.sh 脚本.
73+
需要Ubuntu24.04 lts 或者rockylinux 10系统,首先执行环境安装AVCodec_ENVInstall.sh 脚本.
7074
然后可以运行 ./XEngine_AVCodecApp 服务进行测试
7175

7276
#### Macos
73-
暂不支持
77+
直接运行安装脚本即可,其他同linux
7478

7579
## 如何注册
7680
我们的软件需要注册使用,请联系我们注册

0 commit comments

Comments
 (0)