https://github.com/q191201771/lalext
ffmpeg build script, lal website document, rfc document.
https://github.com/q191201771/lalext
ffmpeg-docker rtmp rtmp-to-webrtc webrtc
Last synced: 8 months ago
JSON representation
ffmpeg build script, lal website document, rfc document.
- Host: GitHub
- URL: https://github.com/q191201771/lalext
- Owner: q191201771
- License: mit
- Created: 2021-05-15T15:20:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T02:34:25.000Z (about 1 year ago)
- Last Synced: 2025-02-06T11:19:01.198Z (8 months ago)
- Topics: ffmpeg-docker, rtmp, rtmp-to-webrtc, webrtc
- Language: HTML
- Homepage:
- Size: 75.9 MB
- Stars: 56
- Watchers: 9
- Forks: 27
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# lalext
## 🇨🇳
```
lal_website ...存放lal官方文档页面的文档 https://pengrl.com/lal
thirdparty ...第三方c/c++库(目前主要是ffmpeg及其依赖),包含编译脚本
rfc ...标准协议文档avfile ...存放测试用的音视频文件
rtmp2webrtc ...rtmp转webrtc的网关,上游可以接入任意的rtmp协议服务器。目前基本不维护了,建议去关注lalmax(https://github.com/q191201771/lalmax)
srt ...基于Lalserver支持srt协议,目前已移入lalmax(https://github.com/q191201771/lalmax)管理
```更具体的说明,见子目录下的文档。
## 🇬🇧
### List of subdirectories on this repository
**Note:** translations to English are still in early stages; in case of doubt, the Chinese version shall always prevail.
* **lal_website** — Files for the official lal documentation page at https://pengrl.com/lal.
* **lal_website_english** — Ongoing effort of translating the documentation files into English.
* **thirdparty** — Third-party C/C++ libraries (currently mainly `ffmpeg` and its dependencies), including compilation scripts.
* **rfc** — Documentation for the many protocol standards.
* **avfile** — Audio and video files for testing (free).
* **rtmp2webrtc** — `rtmp` to WebRTC gateway, upstream can access any `rtmp` protocol server. Currently basically not maintained, it is recommended to follow [lalmax](https://github.com/q191201771/lalmax).
* **srt** — Based on Lalserver support srt protocol, currently moved to [lalmax](https://github.com/q191201771/lalmax) management.For more specific instructions, see the documentation in the subdirectory.