Skip to content

Creating a red5 application using a application template

rajdeeprath edited this page Sep 14, 2016 · 2 revisions

The first and simple way to create a red5 application is to use a application template and building your code on top of it.

For Red5 pro application creation follow this guide: https://red5pro.com/docs/server/red5prolive/.While the flow for open source red5 is similar, you may not have the application template. You can download the template from red5pro distribution or from the public repository for this series here : https://github.com/rajdeeprath/red5-development-series/tree/master/template

myapp-template

The first thing you need to do is make a copy of the template (Better to keep original safe). To make a copy simple duplicate the folder called "template" and rename it to something else like "myapp". This will serve as your application template. Once you have obtained the template from the repository follow the Red5pro guide to get your application going: https://red5pro.com/docs/server/red5prolive/ (creating the application, editing configuration files, building and deploying the application to your red5 server and testing it out)

[ VIDEO TO DO ]