All Projects → Red5 → Docker

Red5 / Docker

Licence: apache-2.0
Docker + Red5 items

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Docker

Owncast
Take control over your live stream video by running it yourself. Streaming + chat out of the box.
Stars: ✭ 5,382 (+16718.75%)
Mutual labels:  rtmp
Pingos
Based on the NGINX/RTMP/HTTP-FLV/HTTP-TS/HLS/HLS+/DASH/H.264/H.265/AAC/MP3/Live/Record/VOD/Push/Pull/Multiple Processes/Dynamic Configuration/Configuration Variables/Console Interface/Notify
Stars: ✭ 527 (+1546.88%)
Mutual labels:  rtmp
Ovenmediaengine
OvenMediaEngine (OME) is a streaming engine for real-time live broadcasting with sub-second latency.
Stars: ✭ 760 (+2275%)
Mutual labels:  rtmp
Gortmp
Implement RTMP protocol by golang
Stars: ✭ 466 (+1356.25%)
Mutual labels:  rtmp
Rtmppublisher
Rtmp client on Android. Live Video Streaming.
Stars: ✭ 515 (+1509.38%)
Mutual labels:  rtmp
Janus Webrtc Gateway Docker
Perfect Docker Image for Media Streaming Expert User ( https://github.com/meetecho/janus-gateway )
Stars: ✭ 582 (+1718.75%)
Mutual labels:  rtmp
Easyplayer Rtsp Android
An elegant, simple, fast android RTSP/RTMP/HLS/HTTP Player.EasyPlayer support RTSP(RTP over TCP/UDP)version & Pro version,cover all kinds of streaming media!EasyPlayer是一款精炼、高效、稳定的流媒体播放器,分为RTSP版和Pro版本,支持各种各样的流媒体音视频播放!
Stars: ✭ 437 (+1265.63%)
Mutual labels:  rtmp
Librestreaming
Android real-time effect filter rtmp streaming library.using Mediacodec HWencoding&librtmp stream.
Stars: ✭ 856 (+2575%)
Mutual labels:  rtmp
Easyrtmp
EasyRTMP是一套调用简单、功能完善、运行高效稳定的RTMP功能组件,经过多年实战和线上运行打造,支持RTMP推送断线重连、环形缓冲、智能丢帧、网络事件回调,支持Windows、Linux、arm(hisiv100/hisiv200/hisiv300/hisiv400/hisiv500/hisiv600/etc..)、Android、iOS平台,支持市面上绝大部分的RTMP流媒体服务器,包括Wowza、Red5、ngnix_rtmp、crtmpserver等主流RTMP服务器,能够完美应用于各种行业的直播需求,手机直播、桌面直播、摄像机直播、课堂直播等等方面! Android版本地址:https://github.com/EasyDSS/EasyRTMP-Android iOS地址:https://github.com/EasyDSS/EasyRTMP-iOS
Stars: ✭ 522 (+1531.25%)
Mutual labels:  rtmp
Ffmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
Stars: ✭ 27,382 (+85468.75%)
Mutual labels:  rtmp
Brave
Basic Real-time AV Editor - allowing you to preview, mix, and route live audio and video streams on the cloud
Stars: ✭ 474 (+1381.25%)
Mutual labels:  rtmp
Nginx Rtmp Docker
Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming.
Stars: ✭ 506 (+1481.25%)
Mutual labels:  rtmp
Go Oryx
The go-oryx is SRS++, focus on real-time live streaming load-balancer.
Stars: ✭ 608 (+1800%)
Mutual labels:  rtmp
Yasea
RTMP live streaming client for Android
Stars: ✭ 4,557 (+14140.63%)
Mutual labels:  rtmp
Rtsp Simple Server
ready-to-use RTSP / RTMP server and proxy that allows to read, publish and proxy video and audio streams
Stars: ✭ 882 (+2656.25%)
Mutual labels:  rtmp
Nodemediaclient Android
NodeMedia RTMP/RTMFP/RTSP/HTTP Play/Publish Client SDK for Android
Stars: ✭ 446 (+1293.75%)
Mutual labels:  rtmp
Livego
live video streaming server in golang
Stars: ✭ 7,312 (+22750%)
Mutual labels:  rtmp
Ksylive ios
金山云直播SDK [ iOS推流+播放 ]融合版 支持美颜滤镜(Beauty Filter)、美声(Beauty Voice)、软硬编(Software/Hardware Encoder) 、网络自适应(Network Auto Adapt)、混音(Audio Mixer)、混响(Reverb)、画中画(PIP)
Stars: ✭ 861 (+2590.63%)
Mutual labels:  rtmp
Live Rtmp Publisher
a simple rtmp publisher under linux
Stars: ✭ 17 (-46.87%)
Mutual labels:  rtmp
Docker Nginx Rtmp
🐋 A Dockerfile for nginx-rtmp-module + FFmpeg from source with basic settings for streaming HLS. Built on Alpine Linux.
Stars: ✭ 608 (+1800%)
Mutual labels:  rtmp

Red5 Media Server

Docker + Red5 items

What is Docker?

Docker Base Images

Docker Tags

  • latest (default): Red5 1.0.10 Release + Corretto 8 (Essentially OpenJDK 8)

For example, you can run a Red5 container with the following command:

docker run -it --rm mondain/red5

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull mondain/red5

    (alternatively, you can build an image from Dockerfile: docker build -t="mondain/red5" github.com/Red5/docker)

Usage

  1. Starts red5 and exposes default ports for http and rtmp/e
    docker run -it -p 5080:5080 -p 1935:1935 --rm mondain/red5
  1. Starts red5 and exposes default ports for http, rtmp/e, and websocket
    docker run -it -p 5080:5080 -p 1935:1935 -p 8081:8081 --rm mondain/red5

Additional Information

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].