Skip to content

ruyadorno/simple-rtmp-broadcaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-rtmp-broadcaster

A simple flash rtmp broadcaster implemented in Haxe.

Tested using a Red5 server, though the implementation should be generic enough to also support Flash Media Server.

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

About

A simple Flash rtmp broadcaster implemented in Haxe

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages