GithubHelp home page GithubHelp logo

joykaiyo / rtspserver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fkylwj/rtspserver

0.0 0.0 0.0 69.49 MB

EasyDarwin enable tls

Go 48.66% Shell 0.16% CSS 3.59% Vue 13.38% JavaScript 25.12% HTML 8.74% Makefile 0.35%

rtspserver's Introduction

rtsp流媒体服务器

  1. 基于EasyDarwin二次开发
  2. 支持rtsps

安装部署

编译命令

  • 编译 Linux release版本 (在 bash 环境下执行)

      make 
    
  • 编译 Linux debug版本 (在 bash 环境下执行)

      make debug
    
  • 直接运行(Linux)

      cd go-rtspServer
      ./easydarwin
      # Ctrl + C
    
  • 以服务启动(Linux)

      cd EasyDarwin
      ./start.sh
      # ./stop.sh
    
  • 查看界面

    打开浏览器输入 http://localhost:10008, 进入控制页面,默认用户名密码是admin/admin

  • 测试推流

    使用tls,推流至rtsps

    ffmpeg -re -i test.mp4 -rtsp_transport tcp -c copy -f rtsp rtsps://127.0.0.1:8443/test.mp4

    不使用tls,推流至rtsp

    ffmpeg -re -i test.mp4 -rtsp_transport tcp -c copy -f rtsp rtsp://127.0.0.1:8554/test.mp4

  • 测试播放

    使用tls ffplay rtsps://localhost:8443/test.mp4

    不使用tls ffplay rtsp://localhost:8554/test.mp4 // ffplay -rtsp_transport tcp rtsp://localhost/test // ffplay rtsp://localhost/test

rtspserver's People

Contributors

fkylwj avatar zhengchengbin610 avatar

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.