All Projects → Arachnid-27 → Live Rtmp Publisher

Arachnid-27 / Live Rtmp Publisher

a simple rtmp publisher under linux

Labels

Projects that are alternatives of or similar to Live Rtmp Publisher

Evilslive
This project is a SDK about video stream live
Stars: ✭ 420 (+2370.59%)
Mutual labels:  rtmp
Nginx Rtmp Docker
Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming.
Stars: ✭ 506 (+2876.47%)
Mutual labels:  rtmp
Go Oryx
The go-oryx is SRS++, focus on real-time live streaming load-balancer.
Stars: ✭ 608 (+3476.47%)
Mutual labels:  rtmp
Nodemediaclient Android
NodeMedia RTMP/RTMFP/RTSP/HTTP Play/Publish Client SDK for Android
Stars: ✭ 446 (+2523.53%)
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 (+2688.24%)
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 (+2970.59%)
Mutual labels:  rtmp
Anyrtc Rtmp Opensource
RTMP 推流器,RTMP(HLS)秒开播放器,跨平台(Win,IOS,Android)开源代码
Stars: ✭ 3,871 (+22670.59%)
Mutual labels:  rtmp
Ovenmediaengine
OvenMediaEngine (OME) is a streaming engine for real-time live broadcasting with sub-second latency.
Stars: ✭ 760 (+4370.59%)
Mutual labels:  rtmp
Lal
🔥 Golang live stream lib/client/server. support RTMP/RTSP/HLS/HTTP[S]-FLV/HTTP-TS, H264/H265/AAC, relay, cluster, record, HTTP API/Notify, GOP cache. 官方文档见 https://pengrl.com/lal
Stars: ✭ 480 (+2723.53%)
Mutual labels:  rtmp
Janus Webrtc Gateway Docker
Perfect Docker Image for Media Streaming Expert User ( https://github.com/meetecho/janus-gateway )
Stars: ✭ 582 (+3323.53%)
Mutual labels:  rtmp
Owncast
Take control over your live stream video by running it yourself. Streaming + chat out of the box.
Stars: ✭ 5,382 (+31558.82%)
Mutual labels:  rtmp
Gortmp
Implement RTMP protocol by golang
Stars: ✭ 466 (+2641.18%)
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 (+3000%)
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 (+2470.59%)
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 (+3476.47%)
Mutual labels:  rtmp
Node Media Server
A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
Stars: ✭ 4,433 (+25976.47%)
Mutual labels:  rtmp
Rtmppublisher
Rtmp client on Android. Live Video Streaming.
Stars: ✭ 515 (+2929.41%)
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 (+5088.24%)
Mutual labels:  rtmp
Ffmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
Stars: ✭ 27,382 (+160970.59%)
Mutual labels:  rtmp
Livego
live video streaming server in golang
Stars: ✭ 7,312 (+42911.76%)
Mutual labels:  rtmp

Dependencies

  • x264
sudo apt-get install libx264-dev
  • faac
sudo apt-get install libfaac-dev
  • librtmp
sudo apt-get install librtmp-dev
  • alsa
sudo apt-get install libasound2-dev
  • v4l2
  • opencv3 (optional)

Compile

mkdir build
cd build
cmake ..
make
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].