Coder Social home page Coder Social logo

Comments (4)

m1k1o avatar m1k1o commented on July 1, 2024 1

That would be great to have this documented. Thanks!

from neko.

m1k1o avatar m1k1o commented on July 1, 2024

Hi, yes it can be done using broadcast pipeline. You can try it locally in gstreamer and debug it, when it is working then you can put it to broadcast pipeline.

from neko.

Falc0nreeper avatar Falc0nreeper commented on July 1, 2024

I want to make session recorder without broadcast on server side.

from neko.

Falc0nreeper avatar Falc0nreeper commented on July 1, 2024

@m1k1o I have achieved session recording by video pipeline
ximagesrc display-name=%s show-pointer=true use-damage=false ! video/x-raw,framerate=25/1 ! videoconvert ! queue ! video/x-raw,format=NV12 ! nvh264enc name=encoder preset=2 gop-size=25 spatial-aq=true temporal-aq=true bitrate=3072 vbv-buffer-size=3072 rc-mode=6 ! h264parse config-interval=-1 ! video/x-h264,stream-format=byte-stream,profile=constrained-baseline ! tee name=t t. ! queue ! filesink location=/tmp/output.h264 t. ! queue
location can be changed by mounting and via nginx lua, we can create directory and pass location via lua
This is only video without voice and it's enough for me :)
If you want I can push some additional texts to docs about my test result

from neko.

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.