Skip to content

Easy way for broadcast video and media to RTMP or else

Notifications You must be signed in to change notification settings

LETSOC/self-rtmp-service-stream

 
 

Repository files navigation

Self Broadcast Streaming

Easy way for broadcast video and media to RTMP service.

Introduction

This project supports any device and Heroku too, it can be used to test live streaming and check streaming provider connection if you have plans for 24/7 live.

Manual

.env Example

RTMP_DEST_KEY=""
INFINITY_LOOP=false
ENCODER_STREAM="libx264"
FPS_STREAM="60"
SHOW_VERBOSE=true
RESOLUTION_STREAM="1920x1080"
TYPE_RESOLUTION_STREAM="FIXED_RESOLUTION"
BITRATE_STREAM=1500
MEDIA_SRC_DEST=""
ADDITIONAL_ARGS=""

Running command

If you wanna run this file on your server or computer, Please use this command. node start or node app.js

Heroku & Other Saas

Deploy

Note: Use this at your own risk your account may be banned or suspended if you abuse their service due to their terms of service.

About

Easy way for broadcast video and media to RTMP or else

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.7%
  • Shell 4.9%
  • Procfile 0.4%