Code Monkey home page Code Monkey logo

rtmp-playlist's People

Contributors

coffeebean-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

rtmp-playlist's Issues

liquidsoap crash after couple of hours when out of memory

Hi i follow your guide to stream to nginx with liquidsoap and after a while, liquidsoap crashes and shutdown the stream because the server get out of memory.

The server have 16GB ram and i was checking with "top" command, while streaming liquidsoap slowly over time fill up the ram and after reaching over 30gb in size it crashes, so basically when filling up all ram and swap.

Looking at the log file i don't see anything written into log files about the crash, only usual stuff what video is playing from playlist.

Could you by any chance know the reason or any way how to clean buffer or ram usage so it won't crash constantly.

CENTOS 7 Support

Hi, I have ngnix and rtmp-module setup on my cent box can I use rtmp-playlist on there?

Showing error: Error 5: this value has no method gstreamer

Hi all, I am writing first time here as a help because I stuck with below code.
Actually, I am trying to build a broadcaster with LiquidSoap 2.0.5 and gstreamer 1.16.2 where the scheduled video files will broadcast on its scheduled time.

Here I am facing this error: Error 5: this value has no method gstreamer

The code is given below:

`set("frame.video.width", 1280)
set("frame.video.height", 720)
set("frame.video.samplerate", 25)
set("gstreamer.add_borders", false)

s = playlist.safe("playlist.pls",reload_mode="watch")

s = fallback([s, blank()])

output.gstreamer.audio_video(
video_pipeline=
"videoconvert ! x264enc bitrate=2000 ! video/x-h264,profile=baseline ! queue ! mux.",
audio_pipeline=
"audioconvert ! voaacenc bitrate=128000 ! queue ! mux.",
pipeline=
"flvmux name=mux ! rtmpsink location="rtmp://[YOUR_IP]:1935/example/live live=1"",
s)`

Any help is greatly appreciated.

Image overlay

Can you add image overlay to examples? Like png alpha file in corner of video stream.

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.