Rtmpy

Alternatives To Rtmpy
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Live2,350
4 years ago23Swift
Demonstrates how to build a live broadcast app(Swift 3)
Nginx Rtmp Docker820
24 days ago10mitDockerfile
Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming.
Node Stream430
8 months ago27mitJavaScript
RTMP server in Nodejs for live streaming.
Livevideobroadcaster326
3 years ago1apache-2.0Java
Native RTMP client for publishing and playing video streams for Android
Go Rtmp28432 months ago3February 18, 202116bsl-1.0Go
RTMP 1.0 server/client library written in Go.
Media Server Go26413 years ago20July 02, 20209gpl-2.0Go
WebRTC media server for go
Nginx Obs Automatic Low Bitrate Switching233
a month ago26mitRust
Simple app to automatically switch scenes in OBS based on the current bitrate fetched from the NGINX stats page.
React Native Live Stream Rtmp Example216
5 months ago4Java
React native live stream using RTMP
Media Server177
2 years ago2apache-2.0C++
A brpc-based server to host and proxy live streams
Rtmplite164
3 years ago72otherPython
Flash RTMP server and SIP-RTMP gateway in Python
Alternatives To Rtmpy
Select To Compare


Alternative Project Comparisons
Readme

RTMPy_ is a Twisted_ protocol implementing the Real Time Messaging Protocol (RTMP_), used for streaming audio, video and data between the `Adobe Flash Player`_ and a server. As of 0.1, RTMPy provides a simple server architecture, something that will be expanded on over the next coming releases. Probably the simplest Python script to up and running: .. code-block:: python import sys from twisted.internet import reactor from twisted.python import log from rtmpy import server app = server.Application() reactor.listenTCP(1935, server.ServerFactory({ 'live': app })) log.startLogging(sys.stdout) reactor.run() The server framework is loosely based on the same design as the `FMS Server Side ActionScript Language Reference`_. Specifically the `Application class`_, `Client class`_ and `Stream class`_. .. _RTMPy: http://rtmpy.org .. _Twisted: http://twistedmatrix.com .. _RTMP: http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol .. _Adobe Flash Player: http://en.wikipedia.org/wiki/Adobe_Flash_Player .. _FMS Server Side ActionScript Language Reference: http://www.adobe.com/livedocs/flashmediaserver/3.0/hpdocs/help.html?content=Book_Part_34_ss_asd_1.html .. _Application class: http://www.adobe.com/livedocs/flashmediaserver/3.0/hpdocs/help.html?content=00000229.html#151509 .. _Client class: http://www.adobe.com/livedocs/flashmediaserver/3.0/hpdocs/00000257.html#72218 .. _Stream class: http://www.adobe.com/livedocs/flashmediaserver/3.0/hpdocs/00000386.html#230476

Popular Rtmp Projects
Popular Server Projects
Popular Networking Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Server
Reactor
Rtmp
Twisted