Skip to content

Real Time Message Protocol (RTMP Server) Setup for OBS

License

Notifications You must be signed in to change notification settings

Ekhel/rtmp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flickr

Real Time Message Protocol (RTMP Server) for OBS

Deskripsi :

  • Server RTMT untuk Menjalankan Stream Video dari OBS.

Library :

Library Package Instalation
Node Media Server npm install --save node-media-server

Source Pendukung :

  • Applikasi Video Stream : OBS

  • Dokumentasi NMS : NodeMediaServer

  • Index.js

      const config = {
          rtmp: {
              port: 1935,
              chunk_size: 60000,
              gop_cache: true,
              ping: 30,
              ping_timeout: 60
          },
          http: {
              port: 8000,
              allow_origin: '*'
          }
      };
    
      var nms = new NodeMediaServer(config)
      nms.run();

About

Real Time Message Protocol (RTMP Server) Setup for OBS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published