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

**URL:** https://community.wowza.com/t/is-there-a-tutorial-on-how-to-make-something-like-ustream-livestream/39428
**Category:** Wowza Streaming Engine
**Created:** [October 21, 2012, 10:07pm UTC](https://community.wowza.com/t/is-there-a-tutorial-on-how-to-make-something-like-ustream-livestream/39428 "2012-10-21T22:07:54Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Samuel\_Morrison](https://avatars.discourse-cdn.com/v4/letter/s/f0a364/32.png) [@Samuel\_Morrison](https://community.wowza.com/u/Samuel_Morrison)
#### Post date: [October 21, 2012, 10:07pm UTC](https://community.wowza.com/t/is-there-a-tutorial-on-how-to-make-something-like-ustream-livestream/39428/1 "2012-10-21T22:07:54Z")

</div>

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…

---

<div class="post-metadata">

### Author: ![Randall\_Auriemma](https://avatars.discourse-cdn.com/v4/letter/r/85e7bf/32.png) [@Randall\_Auriemma](https://community.wowza.com/u/Randall_Auriemma)
#### Post date: [October 22, 2012, 2:29am UTC](https://community.wowza.com/t/is-there-a-tutorial-on-how-to-make-something-like-ustream-livestream/39428/2 "2012-10-22T02:29:17Z")

</div>

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](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.

---

<div class="post-metadata">

### Author: ![Azril\_Nazli\_Alias](https://avatars.discourse-cdn.com/v4/letter/a/cdc98d/32.png) [@Azril\_Nazli\_Alias](https://community.wowza.com/u/Azril_Nazli_Alias)
#### Post date: [November 20, 2012, 10:40am UTC](https://community.wowza.com/t/is-there-a-tutorial-on-how-to-make-something-like-ustream-livestream/39428/3 "2012-11-20T10:40:10Z")

</div>

> 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](http://yourdomain.com/users/mark/live/streamName) or [yourdomain.com/users/mark/vod/filenameName](http://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](http://control.stream.my) , more to POC for my client, a wowza management system

---

<div class="post-metadata">

### Author: ![Samuel\_Morrison](https://avatars.discourse-cdn.com/v4/letter/s/f0a364/32.png) [@Samuel\_Morrison](https://community.wowza.com/u/Samuel_Morrison)
#### Post date: [October 22, 2012, 8:11pm UTC](https://community.wowza.com/t/is-there-a-tutorial-on-how-to-make-something-like-ustream-livestream/39428/4 "2012-10-22T20:11:19Z")

</div>

thanks sir.
