Git Product home page Git Product logo

vanjoge / rtvs Goto Github PK

View Code? Open in Web Editor NEW
202.0 9.0 72.0 8.32 MB

低延迟、跨平台、无插件、高性能的完整商业级1078/28181视频平台。执行标准:JT/T 1077-2016 道路运输车辆卫星定位系统 视频平台技术要求,JT/T 1078-2016 道路运输车辆卫星定位系统 视频通讯协议,JT/T 1078-2014 道路运输车辆卫星定位系统视频通迅协议标准报批稿(仅视频),T/GDRTA 002—2020 粤标(20位SIM卡号),GB/T 28181-2016 公共安全视频监控联网系统信息传输、交换、控制技术要求

Shell 48.83% JavaScript 31.57% HTML 19.61%
jt1078 jt1078-gateway jt1077

rtvs's Introduction

RTVS

低延迟、跨平台、无插件、高性能的完整商业级1078/28181视频平台

执行标准

JT/T 1077-2016 道路运输车辆卫星定位系统 视频平台技术要求

JT/T 1078-2016 道路运输车辆卫星定位系统 视频通讯协议

JT/T 1078-2014 道路运输车辆卫星定位系统视频通迅协议标准报批稿(仅视频)

T/GDRTA 002—2020 粤标(20位SIM卡号)

GB/T 28181-2016 公共安全视频监控联网系统信息传输、交换、控制技术要求

T/JSATL12—2017 道路运输车辆主动安全智能防控系统 (通讯协议规范)

CSAET/CSAE 243.2—2021 道路运输车辆主动安全智能防控系统第2 部分:通讯协议要求

支持音频格式

G711A

G711U

G726 40K,32k,24k,16k (支持自动预测)

ADPCMA

AAC

AMR_NB(仅解码)

项目及衍生项目地址

主动安全附件服务

RTVS

https://github.com/vanjoge/RTVS

https://gitee.com/vanjoge/RTVS

JT808GW(808接入网关 实现808协议接入并演示如何实现RTVS所需接口)

https://github.com/vanjoge/JT808GW

https://gitee.com/vanjoge/JT808GW

gbSip(国标28181接入网关 实现SIP信令并对接RTVS接口)

https://github.com/vanjoge/gbSip

https://gitee.com/vanjoge/gbSip

RTVS微信小程序组件

https://github.com/vanjoge/RTVS/tree/master/wx

Android播放端(演示如何实现原生APP播放)

https://github.com/vanjoge/rtvsAndroidDemo

https://gitee.com/vanjoge/rtvsAndroidDemo

JT1078Http2RTP(HTTPGOV流模拟成1078设备连接第三方1078平台)

https://github.com/vanjoge/JT1078Http2RTP

https://gitee.com/vanjoge/JT1078Http2RTP

特色:

  1. 全平台(Windows、Linux、Mac、Android、IOS、微信小程序等)无需插件支持,支持H5无插件对讲,可用于多种浏览器,非flex和flv.js方案,无需担心flash支持过期和IOS支持问题;
  2. 低延迟模式可达200ms内,且无累积延迟,均为硬解,浏览器CPU占用更低;
  3. 性能优秀,单节点4核8G即可通过交通部压力测试,即至少200路并发视频;
  4. 前端封装为js控件,集成播放UI与信令接口,接入简单,二次开发也十分方便,同时集成常用播放器按钮,并支持拖动切换分屏;
  5. 支持多种播放模式(FMP4/Webrtc/RTMP/HLS),并支持自动根据当前浏览器环境选择最优方案;
  6. 后端为标准接口,方便与其他家808平台对接,默认带一个808测试网关,可开箱即用
  7. 支持服务端缓存,播放/上传过的历史视频无需从设备传输;
  8. 集群、不停机更新支持,可横向扩展支撑超大规模设备接入
  9. C/S控件可用于OCX或C/S客户端,支持直接播放1078 RTP流,1078Http流,并支持本地录像为MP4等过检必需要求;
  10. 18年已通过1077平台标准符合性检测;
  11. 完整运维后台支持,每一次视频请求均有记录,运维人员通过日志可快速定位问题,无需开发人员参与;
  12. 支持4K实时/历史视频。

播放拖拽切换 1路4K 1路720P 拖拽切换

测试地址

HTTP地址

可对讲HTTPS地址

小程序体验地址

体验小程序

默认手机号为一个模拟设备,不一定随时打开着,建议自己挂一台真实设备上去,也方便看延迟。

运行方法

部署

RTVS可部署版本已打包成docker镜像并上传到dockerhub,可以通过本项目的启动脚本可快速运行RTVS。

启动脚本见此文档

阿里云部署例子

模拟器

1078/28181模拟器RTVSDEV

命令行运行下面代码,然后访问http://机器IP:5288即可配置。

docker run --restart always -p 5288:80 -d vanjoge/rtvsdevice 

支持摄像头模拟成1078的 RTVSDEV.APK 请到QQ群内共享下载

808平台接入指南

前端页面接入

js(前端页面)接入文档

js控件测试页面说明

后台接入

后台(808网关)接入文档

实时/历史视频流程

9101

网关接入处理逻辑

gw

查询列表流程

gw

GOV请求流程

gov

测试情况

Windows: Chrome Firefox
Linux: Chrome Firefox
Android: Chrome Firefox 微信网页 QQ网页
Mac: Safari Chrome
IOS: Safari

延迟测试

电脑端开一个计时秒表,用设备的摄像头对着秒表,然后对电脑屏幕截图,将秒表时间与播放画面时间相减就可得到延迟值,从截图来看,基本都在200ms内,且不存在累积延迟。

注:延迟与设备和网络均有关系,这里的测试环境是设备通过有线连接,服务端为远端IDC机房,其他环境延迟值更低或更高均有可能。

Windows Chrome windows Chrome

Windows Firefox windows firefox

Linux Chrome Linux chrome

移动端测试

Android Firefox Android Firefox

Android Chrome Android Chrome

前端播放性能测试

16路720P实时视频,Windows Chrome,硬解。

测试机 I7-5500U 940M 8G

Chrome CPU占用约 65% GPU 40% 16路720P

压力测试

测试机 I7-5500U 940M 8G 200路收发 压力截图

GB28181公网对讲

RTVS支持国标公网H5无插件对讲。

测试情况:

设备厂家 测试情况 要求
Hikvision 测试通过 需打开每层路由的SIP.ALG
TP-LINK 测试通过
DAHUA 待测

QQ交流群:614308923

rtvs's People

Contributors

vanjoge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rtvs's Issues

humanoid alert not getting at kafka server

I am getting following packet from device but still i am not getting alert at kafka side.
7E
02 00
00 7C
06 60 00 00 07 83
02 8A
00 00 00 00
00 0C 00 01
01 B3 44 39
04 9B 21 C9
00 00
00 00
00 00
24 01 30 13 24 29
01 04 00 00 00 00
03 02 00 00
14 04 00 00 00 04
17 02 00 03
25 04 00 00 00 00
30 01 1C
EB 10
00 06 00 89 FF FF FF FF
00 06 00 FB 00 00 00 00
65
2F
00 00 00 C4 Alarm ID
00 Flag status
05 Alarm/event type
01 Alarm level
00 front vehicle Speed
00 vehicle distance
00 deviation type
00 road sign
00 data road sign
1F Speed
00 00 elevation
01 B3 44 30
04 9B 21 BF
24 01 30 13 24 29
00 41
30 30 30 30 37 38 33 24 01 30 13 24 29 00 05 00
03
7E

你好,我有2个问题

【1】支持加密传输吗?
【2】宽带的上下行计算过吗? 比如 1080P 200个并发

Request for RTMP Link Information for JT1078 Device

Hello,

I am currently working with a JT1078 device and need assistance in determining the RTMP link for this device. Could you please provide the details or guide me on how to obtain the RTMP link?

Device Details:

Device Model: JT1078
Purpose: I am integrating the JT1078 device into a live streaming application. The device will be used to capture video feeds and stream them in real-time to an RTMP server. Understanding the correct RTMP link and configuration is crucial for ensuring a stable and high-quality live stream.
Specific Questions:

What is the default RTMP link for the JT1078 device?
Are there any specific configurations required to set up the RTMP link?
Is there any documentation available that details the steps to obtain or configure the RTMP link for this device?
Thank you for your assistance.

Best regards,
shubhyansh rai

live streaming of JT1078 device

Hi,
I have deployed this SW in the AWS ubuntu based linux server.
I have configured the JT1078 based video device on the 9300 port.
when i run the "docker ps" I see following

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a79595dff9d0 vanjoge/rtvs:1.3.10 "dotnet RTVSWeb.dll" 20 hours ago Up 3 hours 0.0.0.0:6002->6002/tcp, :::6002->6002/tcp, 0.0.0.0:6010-6029->6010-6029/udp, :::6010-6029->6010-6029/udp, 0.0.0.0:6006-6029->6006-6029/tcp, :::6006-6029->6006-6029/tcp, 0.0.0.0:14100-14200->14100-14200/udp, :::14100-14200->14100-14200/udp, 0.0.0.0:6001->80/tcp, :::6001->80/tcp rtvsweb-publish-1
9ba74c02fc3e vanjoge/nginx-rtmp:flvlive "/bin/sh -c /run.sh" 20 hours ago Up 3 hours 1935/tcp, 8080/tcp, 0.0.0.0:6003-6005->6003-6005/tcp, :::6003-6005->6003-6005/tcp nginx-rtmp-1
92abc6980419 vanjoge/mediasoup-demo:v3 "docker-entrypoint.s…" 20 hours ago Up 3 hours 0.0.0.0:14001-14002->14001-14002/tcp, :::14001-14002->14001-14002/tcp, 0.0.0.0:14003-14005->14003-14005/udp, :::14003-14005->14003-14005/udp sfu-mediasoup
cb57a1824f6e influxdb:1.7 "/entrypoint.sh infl…" 20 hours ago Up 3 hours 8086/tcp influxdb
76836c317ab8 mysql:5.7 "docker-entrypoint.s…" 20 hours ago Up 3 hours 3306/tcp, 33060/tcp mysql5.7
c3826efd77be vanjoge/attachment:1.3.9 "dotnet Cv.Gateways.…" 20 hours ago Restarting (0) 41 seconds ago attachment-1
6b7406fa9261 vanjoge/gw808 "dotnet 808GW.dll" 20 hours ago Up 3 hours 443/tcp, 0.0.0.0:9300->9300/tcp, :::9300->9300/tcp, 0.0.0.0:9080->80/tcp, :::9080->80/tcp tstgw808-1
5ccd3177aa8e vanjoge/gbsip:latest "dotnet GBWeb.dll" 20 hours ago Up 3 hours 443/tcp, 0.0.0.0:5060->5060/tcp, 0.0.0.0:5060->5060/udp, :::5060->5060/tcp, :::5060->5060/udp, 0.0.0.0:9081->80/tcp, :::9081->80/tcp gbsip-1
8db5a7b6a596 vanjoge/cvcluster:1.3.9 "dotnet CVCluster.dll" 20 hours ago Up 3 hours 0.0.0.0:17000->17000/tcp, :::17000->17000/tcp, 0.0.0.0:30888->80/tcp, :::30888->80/tcp, 0.0.0.0:30443->443/tcp, :::30443->443/tcp cvcluster-1
c085dda62a61 redis:4.0.10-alpine "docker-entrypoint.s…" 24 hours ago Up 3 hours 6379/tcp tstgw_redis

and when i run "docker logs -f tstgw808-1"

2023-11-24 14:12:37,170 [40] DEBUG SQ [(null)] - [R 106.209.198.214:12268] 7E 02 00 00 88 01 57 60 00 59 03 01 CA 00 00 00 00 00 00 00 02 01 B3 44 0D 04 9B 20 4B 00 DB 00 00 00 00 23 11 24 06 12 36 01 04 00 00 00 00 14 04 00 00 00 04 15 04 00 00 00 00 17 02 00 01 30 01 1F 31 01 0D EB 3F 00 0C 00 B2 89 91 10 23 05 82 89 28 06 1F 00 06 00 89 FF FF FF FF 00 06 00 C5 FF FF FF EF 00 04 00 2D 5A 52 00 11 00 D5 38 36 34 35 37 33 30 36 38 36 36 39 35 30 37 00 06 00 F8 80 00 00 00 EF 0D 00 00 00 00 00 00 00 00 00 11 12 00 00 AE 7E
2023-11-24 14:12:37,170 [40] DEBUG SQ [(null)] - [S 106.209.198.214:12268] 7E 80 01 00 05 01 57 60 00 59 03 00 06 01 CA 02 00 00 27 7E
2023-11-24 14:12:39,195 [40] DEBUG SQ [(null)] - [R 106.209.198.214:12268] 7E 02 00 00 88 01 57 60 00 59 03 01 CB 00 00 00 00 00 00 00 02 01 B3 44 0D 04 9B 20 4B 00 DB 00 00 00 00 23 11 24 06 12 36 01 04 00 00 00 00 14 04 00 00 00 04 15 04 00 00 00 00 17 02 00 01 30 01 1F 31 01 0D EB 3F 00 0C 00 B2 89 91 10 23 05 82 89 28 06 1F 00 06 00 89 FF FF FF FF 00 06 00 C5 FF FF FF EF 00 04 00 2D 5A 52 00 11 00 D5 38 36 34 35 37 33 30 36 38 36 36 39 35 30 37 00 06 00 F8 80 00 00 00 EF 0D 00 00 00 00 00 00 00 00 00 11 12 00 00 AF 7E
2023-11-24 14:12:39,195 [40] DEBUG SQ [(null)] - [S 106.209.198.214:12268] 7E 80 01 00 05 01 57 60 00 59 03 00 07 01 CB 02 00 00 27 7E
2023-11-24 14:12:39,246 [40] DEBUG SQ [(null)] - [R 106.209.198.214:12268] 7E 10 03 00 0A 01 57 60 00 59 03 01 CC 06 01 00 01 01 40 00 63 01 01 9C 7E
2023-11-24 14:12:40,754 [40] DEBUG SQ [(null)] - [R 106.209.215.27:60116] 7E 00 02 00 00 05 50 00 07 85 19 09 D1 14 7E
2023-11-24 14:12:40,754 [40] DEBUG SQ [(null)] - [S 106.209.215.27:60116] 7E 80 01 00 05 05 50 00 07 85 19 02 0B 09 D1 00 02 00 99 7E
2023-11-24 14:13:10,777 [40] DEBUG SQ [(null)] - [R 106.209.215.27:60116] 7E 00 02 00 00 05 50 00 07 85 19 09 D3 16 7E
2023-11-24 14:13:10,777 [40] DEBUG SQ [(null)] - [S 106.209.215.27:60116] 7E 80 01 00 05 05 50 00 07 85 19 02 0C 09 D3 00 02 00 9C 7E
2023-11-24 14:13:31,591 [40] DEBUG SQ [(null)] - [R 106.209.198.214:12268] 7E 02 00 00 EE 01 57 60 00 59 03 01 CD 00 00 00 00 00 00 00 02 01 B3 44 0D 04 9B 20 4B 00 DB 00 00 00 00 23 11 24 06 13 31 01 04 00 00 00 00 14 04 00 00 00 04 15 04 00 00 00 00 17 02 00 01 30 01 1F 31 01 0D A1 64 00 00 00 00 00 04 01 B3 44 0D 04 9B 20 4B 23 11 24 06 13 30 30 30 30 30 30 30 30 23 11 24 06 13 30 00 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 EB 3F 00 0C 00 B2 89 91 10 23 05 82 89 28 06 1F 00 06 00 89 FF FF FF FF 00 06 00 C5 FF FF FF EF 00 04 00 2D 5B 44 00 11 00 D5 38 36 34 35 37 33 30 36 38 36 36 39 35 30 37 00 06 00 F8 80 00 00 00 EF 0D 00 00 00 00 00 00 00 00 00 11 12 00 00 20 7E
2023-11-24 14:13:31,592 [40] DEBUG SQ [(null)] - [S 106.209.198.214:12268] 7E 80 01 00 05 01 57 60 00 59 03 00 08 01 CD 02 00 00 2E 7E
2023-11-24 14:13:40,813 [40] DEBUG SQ [(null)] - [R 106.209.215.27:60116] 7E 00 02 00 00 05 50 00 07 85 19 09 D5 10 7E
2023-11-24 14:13:40,814 [40] DEBUG SQ [(null)] - [S 106.209.215.27:60116] 7E 80 01 00 05 05 50 00 07 85 19 02 0D 09 D5 00 02 00 9B 7E
2023-11-24 14:14:07,721 [40] DEBUG SQ [(null)] - [R 106.209.198.214:12268] 7E 02 00 00 EE 01 57 60 00 59 03 01 CE 00 00 00 00 00 00 00 02 01 B3 44 0D 04 9B 20 4B 00 DB 00 00 00 00 23 11 24 06 14 07 01 04 00 00 00 00 14 04 00 00 00 04 15 04 00 00 00 00 17 02 00 01 30 01 1F 31 01 0D A1 64 00 00 00 01 00 04 01 B3 44 0D 04 9B 20 4B 23 11 24 06 14 06 30 30 30 30 30 30 30 23 11 24 06 14 06 00 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 EB 3F 00 0C 00 B2 89 91 10 23 05 82 89 28 06 1F 00 06 00 89 FF FF FF FF 00 06 00 C5 FF FF FF EF 00 04 00 2D 5A EC 00 11 00 D5 38 36 34 35 37 33 30 36 38 36 36 39 35 30 37 00 06 00 F8 80 00 00 00 EF 0D 00 00 00 00 00 00 00 00 00 11 12 00 00 BA 7E
2023-11-24 14:14:07,721 [40] DEBUG SQ [(null)] - [S 106.209.198.214:12268] 7E 80 01 00 05 01 57 60 00 59 03 00 09 01 CE 02 00 00 2C 7E
2023-11-24 14:14:10,829 [40] DEBUG SQ [(null)] - [R 106.209.215.27:60116] 7E 00 02 00 00 05 50 00 07 85 19 09 D7 12 7E
2023-11-24 14:14:10,830 [40] DEBUG SQ [(null)] - [S 106.209.215.27:60116] 7E 80 01 00 05 05 50 00 07 85 19 02 0E 09 D7 00 02 00 9A 7E
2023-11-24 14:14:10,895 [40] DEBUG SQ [(null)] - [R 106.209.215.27:60116] 7E 02 00 00 48 05 50 00 07 85 19 09 D9 00 00 00 00 00 0C 00 00 01 5F 25 33 06 D0 B3 1D 00 00 00 00 00 00 23 11 24 14 14 10 01 04 00 00 00 00 03 02 00 00 14 04 00 00 00 00 15 04 00 00 00 00 16 04 00 00 00 00 17 02 00 00 25 04 00 00 00 00 30 01 1F 31 01 00 53 7E
2023-11-24 14:14:10,895 [40] DEBUG SQ [(null)] - [S 106.209.215.27:60116] 7E 80 01 00 05 05 50 00 07 85 19 02 0F 09 D9 02 00 00 95 7E
2023-11-24 14:14:41,011 [40] DEBUG SQ [(null)] - [R 106.209.215.27:60116] 7E 00 02 00 00 05 50 00 07 85 19 09 DD 18 7E
2023-11-24 14:14:41,011 [40] DEBUG SQ [(null)] - [S 106.209.215.27:60116] 7E 80 01 00 05 05 50 00 07 85 19 02 10 09 DD 00 02 00 8E 7E
2023-11-24 14:15:11,026 [40] DEBUG SQ [(null)] - [R 106.209.215.27:60116] 7E 00 02 00 00 05 50 00 07 85 19 09 DF 1A 7E
2023-11-24 14:15:11,027 [40] DEBUG SQ [(null)] - [S 106.209.215.27:60116] 7E 80 01 00 05 05 50 00 07 85 19 02 11 09 DF 00 02 00 8D 7E
2023-11-24 14:15:18,113 [40] DEBUG SQ [(null)] - [R 106.209.198.214:12268] 7E 02 00 00 EE 01 57 60 00 59 03 01 CF 00 00 00 00 00 00 00 02 01 B3 44 0D 04 9B 20 4B 00 DB 00 00 00 00 23 11 24 06 15 17 01 04 00 00 00 00 14 04 00 00 00 04 15 04 00 00 00 00 17 02 00 01 30 01 1F 31 01 0D A1 64 00 00 00 02 00 04 01 B3 44 0D 04 9B 20 4B 23 11 24 06 15 15 30 30 30 30 30 30 30 23 11 24 06 15 15 00 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 EB 3F 00 0C 00 B2 89 91 10 23 05 82 89 28 06 1F 00 06 00 89 FF FF FF FF 00 06 00 C5 FF FF FF EF 00 04 00 2D 5A EC 00 11 00 D5 38 36 34 35 37 33 30 36 38 36 36 39 35 30 37 00 06 00 F8 80 00 00 00 EF 0D 00 00 00 00 00 00 00 00 00 11 12 00 00 A9 7E
2023-11-24 14:15:18,114 [40] DEBUG SQ [(null)] - [S 106.209.198.214:12268] 7E 80 01 00 05 01 57 60 00 59 03 00 0A 01 CF 02 00 00 2E 7E
2023-11-24 14:15:41,054 [40] DEBUG SQ [(null)] - [R 106.209.215.27:60116] 7E 00 02 00 00 05 50 00 07 85 19 09 E1 24 7E
2023-11-24 14:15:41,054 [40] DEBUG SQ [(null)] - [S 106.209.215.27:60116] 7E 80 01 00 05 05 50 00 07 85 19 02 12 09 E1 00 02 00 B0 7E
2023-11-24 14:16:10,733 [35] DEBUG SQ [(null)] - [R 106.209.215.27:60116] 7E 02 00 00 48 05 50 00 07 85 19 09 E3 00 00 00 00 00 0C 00 00 01 5F 25 33 06 D0 B3 1D 00 00 00 00 00 00 23 11 24 14 16 10 01 04 00 00 00 00 03 02 00 00 14 04 00 00 00 00 15 04 00 00 00 00 16 04 00 00 00 00 17 02 00 00 25 04 00 00 00 00 30 01 1F 31 01 00 6B 7E
2023-11-24 14:16:10,734 [35] DEBUG SQ [(null)] - [S 106.209.215.27:60116] 7E 80 01 00 05 05 50 00 07 85 19 02 13 09 E3 02 00 00 B3 7E
2023-11-24 14:16:36,453 [35] DEBUG SQ [(null)] - [R 106.209.198.214:12268] 7E 02 00 00 EE 01 57 60 00 59 03 01 D0 00 00 00 00 00 00 00 02 01 B3 44 0D 04 9B 20 4B 00 DB 00 00 00 00 23 11 24 06 16 35 01 04 00 00 00 00 14 04 00 00 00 04 15 04 00 00 00 00 17 02 00 01 30 01 1F 31 01 0D A1 64 00 00 00 03 00 04 01 B3 44 0D 04 9B 20 4B 23 11 24 06 16 35 30 30 30 30 30 30 30 23 11 24 06 16 35 00 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 EB 3F 00 0C 00 B2 89 91 10 23 05 82 89 28 06 1F 00 06 00 89 FF FF FF FF 00 06 00 C5 FF FF FF EF 00 04 00 2D 5A EC 00 11 00 D5 38 36 34 35 37 33 30 36 38 36 36 39 35 30 37 00 06 00 F8 80 00 00 00 EF 0D 00 00 00 00 00 00 00 00 00 11 12 00 00 96 7E
2023-11-24 14:16:36,454 [35] DEBUG SQ [(null)] - [S 106.209.198.214:12268] 7E 80 01 00 05 01 57 60 00 59 03 00 0B 01 D0 02 00 00 30 7E
2023-11-24 14:16:40,757 [35] DEBUG SQ [(null)] - [R 106.209.215.27:60116] 7E 00 02 00 00 05 50 00 07 85 19 09 E7 22 7E
2023-11-24 14:16:40,758 [35] DEBUG SQ [(null)] - [S 106.209.215.27:60116] 7E 80 01 00 05 05 50 00 07 85 19 02 14 09 E7 00 02 00 B0 7E
2023-11-24 14:17:10,780 [34] DEBUG SQ [(null)] - [R 106.209.215.27:60116] 7E 00 02 00 00 05 50 00 07 85 19 09 E9 2C 7E
2023-11-24 14:17:10,781 [34] DEBUG SQ [(null)] - [S 106.209.215.27:60116] 7E 80 01 00 05 05 50 00 07 85 19 02 15 09 E9 00 02 00 BF 7E
2023-11-24 14:17:32,960 [34] DEBUG SQ [(null)] - [R 106.209.198.214:12268] 7E 00 02 00 00 01 57 60 00 59 03 01 D1 BE 7E
2023-11-24 14:17:32,961 [34] DEBUG SQ [(null)] - [S 106.209.198.214:12268] 7E 80 01 00 05 01 57 60 00 59 03 00 0C 01 D1 00 02 00 36 7E
2023-11-24 14:17:40,990 [34] DEBUG SQ [(null)] - [R 106.209.215.27:60116] 7E 00 02 00 00 05 50 00 07 85 19 09 EB 2E 7E
2023-11-24 14:17:40,991 [34] DEBUG SQ [(null)] - [S 106.209.215.27:60116] 7E 80 01 00 05 05 50 00 07 85 19 02 16 09 EB 00 02 00 BE 7E

How I can the live streaming of my video in browser or with API?
This linux server only support command line.
so I can only access it externally let me know which port i need to open. I have updated my server IP at one run_all.sh.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.