Wowza Community

Is there a tutorial on how to make something like Ustream / Livestream?

I’m interested on building a live show type of website… People can broadcasts their shows and people can watch shows that are broadcasted. If there are tutorials on how to build something like this, please tell me. This is so that I can learn the basics on setting up a site similar to this.

Or if there are scripts doing a function like this, please direct me there. I want to see how they build a site like ustream/livestream.

Thanks…

Hi paverdark,

The applicable Wowza tutorial is the RTMP tutorial: https://www.wowza.com/docs/how-to-set-up-live-streaming-using-an-rtmp-based-encoder

This will help you with configuring the Wowza side. For help with the Webserver/Webpage side, you’ll need to research Web development.

thanks sir.

Some tips

  1. to sync database user and /conf/publish.password

  2. to make every user have it’s own application domain, eg yourdomain.com/users/mark/live/streamName or yourdomain.com/users/mark/vod/filenameName

  3. have a function that auto record on demand by the user and exported to VOD

I have a web development just for this, http://control.stream.my , more to POC for my client, a wowza management system

thanks sir.