https://github.com/ruyadorno/simple-rtmp-broadcaster
A simple Flash rtmp broadcaster implemented in Haxe
https://github.com/ruyadorno/simple-rtmp-broadcaster
flash haxe media-server rtmp rtmp-broadcaster swf
Last synced: 17 days ago
JSON representation
A simple Flash rtmp broadcaster implemented in Haxe
- Host: GitHub
- URL: https://github.com/ruyadorno/simple-rtmp-broadcaster
- Owner: ruyadorno
- License: mit
- Created: 2016-10-17T16:34:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-17T17:12:32.000Z (over 8 years ago)
- Last Synced: 2025-02-12T19:48:47.853Z (2 months ago)
- Topics: flash, haxe, media-server, rtmp, rtmp-broadcaster, swf
- Language: Haxe
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-rtmp-broadcaster
A simple flash rtmp broadcaster implemented in Haxe.
Tested using a [Red5](https://www.red5pro.com) server, though the implementation should be generic enough to also support [Flash Media Server](http://www.adobe.com/ca/products/adobe-media-server-family.html).
## How to use
Just add the compiled `broadcaster.swf` file to your page using the method of your choice.
The following **flashvars** are required:
- **streamname**: String, an unique id for the publishing video
- **host**: String, your rtmp host address
- **context**: String, the rmtp host context## Compiling
Get the latest version of [Haxe](http://haxe.org/) for the platform of your choice.
If using linux/osx you may use `bash ./compile` in order to compile the **swf** file.
## License
MIT © [Ruy Adorno](http://ruyadorno.com/)