Skip to content

VandaTek/docker-red5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pmoust/red5

Gitter

Red5 is an Open Source Flash Server written in Java that supports:

  • Streaming Video (FLV, F4V, MP4, 3GP)
  • Streaming Audio (MP3, F4A, M4A, AAC)
  • Recording Client Streams (FLV and AVC+AAC in FLV container)
  • Shared Objects
  • Live Stream Publishing
  • Remoting
  • Protocols: RTMP, RTMPT, RTMPS, and RTMPE
  • WebSocket (ws and wss)
  • HLS
  • RTSP (From Axis-type cameras)

Available Red5 releases/tags:

  • pmoust/red5:1.0.2
  • pmoust/red5:1.0.3
  • pmoust/red5:1.0.4 (also :latest)

To run:

docker run --name red5 --rm -d -p 5080:5080 -p 1935:1935 pmoust/red5

To reach the Red5 manager UI visit http://${DOCKER_HOST}:5080

To build:

make ${RED5_RELEASE}

If no version is passed in make, the current :latest is built.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors