Giter Club home page Giter Club logo

Comments (4)

mjnk9xw avatar mjnk9xw commented on June 4, 2024 2

I did it. I use 2 video and audio streams to add to the ts file.

from media-server-go-demo.

AlexanderKozhevin avatar AlexanderKozhevin commented on June 4, 2024

@notedit can you contact me?

from media-server-go-demo.

benpeterswake avatar benpeterswake commented on June 4, 2024

@mjnk9xw hey, could you share your solution?

from media-server-go-demo.

mjnk9xw avatar mjnk9xw commented on June 4, 2024

@benpeterswake I convert 2 separate audio and video streams. video: h264parse, audio: opusparse, convert opus to voaac
pipeline of me : appsrc name=video is-live=true do-timestamp=true
! h264parse disable-passthrough=true ! queue
! mpegtsmux name=mux ! queue
! hlssink sync=false playlist-length=5 max-files=10 target-duration=5 playlist-location=path/index.m3u8 location=path/fragment%05d.ts appsrc name=audio is-live=true ! opusparse ! opusdec ! audioconvert ! audio/x-raw,rate=16000 ! voaacenc ! queue ! mux.

from media-server-go-demo.

Related Issues (20)

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.