https://github.com/smallchi/jt1078gateway
基于Pipeline实现的JT1078Gateway支持TCP/UDP,目前只支持http-flv、ws-flv、hls三种拉流方式
https://github.com/smallchi/jt1078gateway
1078 csharp dotnetcore gb1078 hls http-flv jt1078 jt1078-gateway jtt1078 m3u8 net5 pipeline ws-flv
Last synced: 4 months ago
JSON representation
基于Pipeline实现的JT1078Gateway支持TCP/UDP,目前只支持http-flv、ws-flv、hls三种拉流方式
- Host: GitHub
- URL: https://github.com/smallchi/jt1078gateway
- Owner: SmallChi
- License: mit
- Created: 2019-07-04T12:32:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T21:25:02.000Z (over 1 year ago)
- Last Synced: 2024-12-01T19:04:33.650Z (10 months ago)
- Topics: 1078, csharp, dotnetcore, gb1078, hls, http-flv, jt1078, jt1078-gateway, jtt1078, m3u8, net5, pipeline, ws-flv
- Language: C#
- Homepage:
- Size: 3.83 MB
- Stars: 63
- Watchers: 7
- Forks: 54
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JT1078Gateway
## 前提条件
1. [熟悉JT1078协议](https://github.com/SmallChi/JT1078)
2. 了解Http Chunked编码
3. 了解WebSocket消息推送
4. [了解flv.js](https://github.com/bilibili/flv.js)
5. [了解hls.js](https://github.com/video-dev/hls.js)
6. 了解fmp4> 注意:暂不支持音频
| av | video | audio |test|request|
| --- | ---| --- |---|---|
| flv | 😀| ☹ |😀|http-flv、ws-flv|
| m3u8 | 😀| ☹ |😀|http|
| fmp4 | 😀| ☹ |😀(部分设备可用)|http-fmp4[X]、ws-fmp4[✔]|## NuGet安装
| Package Name | Version |Pre Version|Downloads|
| --- | ---| --- | --- |
| Install-Package JT1078.Gateway.Abstractions |  |  |  |
| Install-Package JT1078.Gateway |  | | |
| Install-Package JT1078.Gateway.InMemoryMQ |  |  |  |