Giter VIP home page Giter VIP logo

Comments (3)

langhuihui avatar langhuihui commented on September 28, 2024

这个主要是时间戳问题引起的,engine重新打了时间戳,这个问题在3.0中已解决。当时这么做的原因是发现OBS推流的时间戳不对,严重滞后,不过现在已经查明原因了,rtmp音视频时间戳共用一套相对时间戳。

from plugin-rtmp.

ChungTak avatar ChungTak commented on September 28, 2024

现在3.0 能测试吗?有没有文档介绍怎么搭建起来试试?

from plugin-rtmp.

langhuihui avatar langhuihui commented on September 28, 2024
package main

import (
	. "github.com/Monibuca/engine/v3"
	_ "github.com/Monibuca/plugin-gateway/v3"
	_ "github.com/Monibuca/plugin-jessica/v3"
	_ "github.com/Monibuca/plugin-rtmp/v3"
	_ "github.com/Monibuca/plugin-webrtc/v3"
	_ "github.com/Monibuca/plugin-rtsp/v3"
	_ "github.com/Monibuca/plugin-hls/v3"
)

func main() {
	Run("./config.toml")
	select {}
}

UI还没弄好

from plugin-rtmp.

Related Issues (17)

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.