All Projects → TakuSemba → docker-nginx-rtmp

TakuSemba / docker-nginx-rtmp

Licence: other
docker file for RTMP on nginx

Programming Languages

XSLT
1337 projects

Projects that are alternatives of or similar to docker-nginx-rtmp

vscode-extension
Link your code and commits to a video recording and explain your code with video.
Stars: ✭ 67 (+59.52%)
Mutual labels:  rtmp
Radium
Synced stream and video playback with VOD capabilities utilizing HLS. Developed for movie nights but has many use cases.
Stars: ✭ 172 (+309.52%)
Mutual labels:  rtmp
go srs
a rtmp server similar with srs but wrote by golang
Stars: ✭ 34 (-19.05%)
Mutual labels:  rtmp
http-flv
NGINX with http-flv-module docker image .
Stars: ✭ 67 (+59.52%)
Mutual labels:  rtmp
srs-docker
Docker image for SRS.
Stars: ✭ 14 (-66.67%)
Mutual labels:  rtmp
EasyRTMP RTSP
基于Android手机、设备拉取远程RTSP流到本地,再转成RTMP,推送到RTMP服务器。。此Demo涉及到需要商业授权SDK。
Stars: ✭ 32 (-23.81%)
Mutual labels:  rtmp
Fanplayer
A portable video player based on ffmpeg for windows and android platform.
Stars: ✭ 229 (+445.24%)
Mutual labels:  rtmp
ffmpeg-webcam-rtmp-stream
Webcam capture streaming via RTMP or saving into video file. Cross-platform with static builds.
Stars: ✭ 37 (-11.9%)
Mutual labels:  rtmp
TwitchTest
Bandwidth tester for Twitch
Stars: ✭ 111 (+164.29%)
Mutual labels:  rtmp
RtmpPublishKit
rtmp publish kit for android , encode with mediacodec
Stars: ✭ 106 (+152.38%)
Mutual labels:  rtmp
hlswatch
keep track of hls viewer stats
Stars: ✭ 44 (+4.76%)
Mutual labels:  rtmp
VideoCodecKit
iOS macOS 编解码库 脱离ffmpeg等外部依赖 支持H.264 H.265裸流播放 硬件编解码 rtmp推流等
Stars: ✭ 78 (+85.71%)
Mutual labels:  rtmp
docker-wyze-bridge
RTMP/RTSP/LL-HLS bridge for Wyze cams in a docker container
Stars: ✭ 1,146 (+2628.57%)
Mutual labels:  rtmp
LiveClient
LiveStream module for mobile client, both iOS and Android(RTMP). 跨平台 倍速 美颜滤镜 人面识别
Stars: ✭ 24 (-42.86%)
Mutual labels:  rtmp
react-native-vlc-media-player
React native media player for video streaming and playing. Supports RTSP, RTMP and other protocols supported by VLC player
Stars: ✭ 221 (+426.19%)
Mutual labels:  rtmp
Lfrtmp
一个全开源的纯OC实现的RTMP推流SDK支持AAC、H264、美颜滤镜、AMF编解码。
Stars: ✭ 250 (+495.24%)
Mutual labels:  rtmp
gstreamer-rtc-streamer
webrtc streamer based on gstreamer
Stars: ✭ 65 (+54.76%)
Mutual labels:  rtmp
rtmp-social-multicast
Want to stream to Twitch, YouTube, Facebook, and/or Periscope at the same time? That's what this project allows you to do!
Stars: ✭ 42 (+0%)
Mutual labels:  rtmp
go-rtmp-web-server
A RTMP Restreaming server written in Golang - Youtube, Twitch, Custom RTMP Server. Supports HLS Preview
Stars: ✭ 86 (+104.76%)
Mutual labels:  rtmp
rdLiveSDK-for-Android
Android 直播SDK; 手机视频直播,移动直播,美颜直播,低延时直播,RTMP 推流,播放RTMP
Stars: ✭ 72 (+71.43%)
Mutual labels:  rtmp

Docker Nginx RTMP

This Dockerfile uses nginx-rtmp-module. Server receives RTMP streams and publish HLS. Note that this publishes only one resolution on HLS.

How to use

0. clone the repo

git clone [email protected]:TakuSemba/docker-nginx-rtmp.git
cd docker-nginx-rtmp

1. Build the Dockerfile

docker build -t nginx_rtmp .

2. run the Container

docker run -t -i -p 1935:1935 -p 80:80 --rm nginx_rtmp

3. send RTMP stream from client

send stream to rtmp://ip-address:1935/live/stream_name. you can also receive RTMP stream with the same url.

4. play hls

media playlist is http://ip-address/hls/stream_name.m3u8

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].