All Projects → sevenzoe → Gortmp

sevenzoe / Gortmp

Licence: gpl-2.0
rtmp server for windows, mac, linux, android. (mpegts hls)

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Gortmp

tms
tms(toy media server) is a toy media server for myself learning media develop. Just for fun.
Stars: ✭ 29 (-77.86%)
Mutual labels:  rtmp, rtmp-server
Go Oryx
The go-oryx is SRS++, focus on real-time live streaming load-balancer.
Stars: ✭ 608 (+364.12%)
Mutual labels:  rtmp, rtmp-server
Zlmediakit
WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181 server and client framework based on C++11
Stars: ✭ 5,248 (+3906.11%)
Mutual labels:  mp4, rtmp
go srs
a rtmp server similar with srs but wrote by golang
Stars: ✭ 34 (-74.05%)
Mutual labels:  rtmp, rtmp-server
Streaming Room
Streaming room in Node.js, rtmp, hsl, html5 videojs player
Stars: ✭ 106 (-19.08%)
Mutual labels:  rtmp, rtmp-server
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 (-67.94%)
Mutual labels:  rtmp, rtmp-server
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 (+302.29%)
Mutual labels:  rtmp, rtmp-server
Blss
NGINX-based Live Media Streaming Server
Stars: ✭ 187 (+42.75%)
Mutual labels:  rtmp, rtmp-server
Javelin
[Mirror] RTMP streaming server written in Rust
Stars: ✭ 77 (-41.22%)
Mutual labels:  rtmp, rtmp-server
Rtsp Simple Server
ready-to-use RTSP / RTMP server and proxy that allows to read, publish and proxy video and audio streams
Stars: ✭ 882 (+573.28%)
Mutual labels:  rtmp, rtmp-server
Media Server
RTSP/RTP/RTMP/FLV/HLS/MPEG-TS/MPEG-PS/MPEG-DASH/MP4/fMP4/MKV/WebM
Stars: ✭ 1,363 (+940.46%)
Mutual labels:  mp4, rtmp
Rtmp
RTMP Server , RTMP Pusher , RTMP Client
Stars: ✭ 119 (-9.16%)
Mutual labels:  rtmp, rtmp-server
srs-docker
Docker image for SRS.
Stars: ✭ 14 (-89.31%)
Mutual labels:  rtmp, rtmp-server
ZLMediaKit
WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11
Stars: ✭ 7,790 (+5846.56%)
Mutual labels:  mp4, rtmp
rtmp-lib
golang rtmp lib
Stars: ✭ 46 (-64.89%)
Mutual labels:  rtmp, rtmp-server
Gortmp
Implement RTMP protocol by golang
Stars: ✭ 466 (+255.73%)
Mutual labels:  rtmp, rtmp-server
React Native Live Stream Rtmp Example
React native live stream using RTMP
Stars: ✭ 161 (+22.9%)
Mutual labels:  rtmp, rtmp-server
Go Rtmp
RTMP 1.0 server/client library written in Go.
Stars: ✭ 178 (+35.88%)
Mutual labels:  rtmp, rtmp-server
Ffmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
Stars: ✭ 27,382 (+20802.29%)
Mutual labels:  mp4, rtmp
Docker Multistreamer
Dockerized multistreamer
Stars: ✭ 90 (-31.3%)
Mutual labels:  rtmp, rtmp-server

gortmp

Client(IP : 192.168.2.99)

  1. ffmpeg : push the desktop to the server.

    ffmpeg.exe -report -f dshow -i audio="virtual-audio-capturer" -f dshow -i video="screen-capture-recorder" -vcodec libx264 -acodec aac -s 1920*1080 -r 25 -g 25 -pix_fmt yuv420p -preset veryfast -tune zerolatency -f flv rtmp://192.168.2.100/myapp/mystream

Server(IP : 192.168.2.100)

  1. Run Server(need to install "golang" environment)。

    go run main.go

Pull Live Stream(IP : 192.168.2.99)

  1. ffplay.

    ffplay.exe -i rtmp://192.168.2.100/myapp/mystream -fflags nobuffer

Live Delay

  1. LAN delay in about 0.5 seconds.

  2. Delay picture. image

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