Skip to content

githubvvcao/node-media-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Media Proxy

The idea is to efficiently stream common video formats via WebSockets.

The server will receive the RTSP feed URL via a HTTP POST request and check if it's already streaming.

If it is, it will answer the request with the corresponding port and persist a md5 hash representing this URL on REDIS.

If it's not, it will start a WS server on a random port, convert the RTSP stream to MPEG1 using ffmpeg and start sending the frames on it.

The Stack:

  • Node.JS
  • Redis
  • FFMPEG

The Roadmap

  • Gateway to proxy ports from port 80
  • Streaming most common formats (RTSP, RTMP)
  • Auto scaling
  • Monitoring API
  • Admin area with configurable options

About

Proxy RTSP Video Feed to WebSockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.9%
  • HTML 14.3%
  • Shell 7.7%
  • CSS 0.1%