Giter Site home page Giter Site logo

jtt1078server's Introduction

1078 logo

Tsing JT/T 1078 Tube

简介

JT/T 1078实时视频协议的实现。

features

  • 视频/音频流零拷贝
  • websocket推流
  • FLV编码H.264流(flv封装音频暂未实现)
  • 监听、对讲(服务端不做音频解码编码,只做转发,编码解码由前端完成)
  • 支持注册到EurekaServer

Quick Start

示例配置

spring:
  main.web-application-type: none
  application:
    name: service-1078 # 应用名称,使用eurekaserver时会用到

tsing-jtt1078:
  server:
    port: 1077  # 1078协议服务使用的端口
    host: 0.0.0.0
    app: /tsinglive/ 
    livePort: 1079 # websocket服务使用的端口

启动服务,使用websocket客户端连接ws://127.0.0.1:1079/tsinglive/设备号/通道号?type=1 参数type=1表示实时视频,type=2表示音频.

wss建议配合springcloud gateway实现.

Ecosystem

Contribution

非常感谢以下网友的帮助和支持,以及其他默默支持的朋友们!

  • @glaciall
  • 不岸不名
  • 故事~
  • yedajiang44.com
  • 慢慢

交流讨论

QQ群:808432702,加入我们,群里有热心的同道中人、相关资料、测试数据、代码以及各种方案的先行者等着你。

打赏

如果本项目为您节约更多时间,去陪恋人、家人和朋友,打赏支持一下吧:) receivemoney

License

MIT

Copyright (c) 2020-present, Suzhou Tsingtech Microvision Electronic Technology Co.,Ltd, Chris liu

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.