Private RTMP server using nginx 1.4.1 -- Preconfigured VirtualBox Image
This VirtualBox image hosts a password protected jwplayer website that OBS can stream to. Alternatively, you can playback the live stream from an Android device with MX player.
This is an example of my setup. Stream PC is optional.
Image:
https://www.dropbox.com/s/69t6qx9cz...86-Desktop-RELEASE-[VirtualBoxImages.com].rar
USER: adminuser
PASS: adminuser
Download VirtualBox 4.2.16 for Windows hosts
https://www.virtualbox.org/wiki/Downloads
If you have an intel cpu, enable intel virtualization technology in the bios first.
1. In virtualbox, go to Machine>Add>ubuntu-13.04-desktop-i386.vbox.
2. Go to settings>network, use the settings below.
3. Start the image. Open terminal type "ifconfig" at the top it will say inet addr:Ubuntu IP
4. Add Ubuntu IP to OBS. Open OBS, go to settings>broadcast settings.
5. Open terminal type sudo nano /var/www/live/index.html
type adminuser for the password.
6. Go to http://www.whatismyip.com add your IP address and stream key on line 28.
{file: "rtmp://IPADDRESSHERE/live/flv:STREAMKEYHERE.flv"}
7. Hit Ctrl+O to save, hit enter and Ctrl+X to exit nano.
8. Restart nginx in terminal type: sudo /etc/init.d/nginx stop
sudo /etc/init.d/nginx start
Note: Nginx automatically starts on boot.
9. If you're behind a router, you might have to port forward tcp 80 and tcp 1935. Put in your Ubuntu IP where it says internal IP address.
10. Start OBS Stream.
11. Go to http://IPADDRESSHERE
Note: This site is password protected. User: livestream Password: livestream
OR
Watch Stream from Android Device:
MX Player Pro>Network Stream
rtmp://UbuntuIPHere/live/STREAMKEYHERE(Watch stream over wifi.)
Done!
This VirtualBox image hosts a password protected jwplayer website that OBS can stream to. Alternatively, you can playback the live stream from an Android device with MX player.
This is an example of my setup. Stream PC is optional.
Image:
https://www.dropbox.com/s/69t6qx9cz...86-Desktop-RELEASE-[VirtualBoxImages.com].rar
USER: adminuser
PASS: adminuser
Download VirtualBox 4.2.16 for Windows hosts
https://www.virtualbox.org/wiki/Downloads
If you have an intel cpu, enable intel virtualization technology in the bios first.
1. In virtualbox, go to Machine>Add>ubuntu-13.04-desktop-i386.vbox.
2. Go to settings>network, use the settings below.
3. Start the image. Open terminal type "ifconfig" at the top it will say inet addr:Ubuntu IP
4. Add Ubuntu IP to OBS. Open OBS, go to settings>broadcast settings.
5. Open terminal type sudo nano /var/www/live/index.html
type adminuser for the password.
6. Go to http://www.whatismyip.com add your IP address and stream key on line 28.
{file: "rtmp://IPADDRESSHERE/live/flv:STREAMKEYHERE.flv"}
7. Hit Ctrl+O to save, hit enter and Ctrl+X to exit nano.
8. Restart nginx in terminal type: sudo /etc/init.d/nginx stop
sudo /etc/init.d/nginx start
Note: Nginx automatically starts on boot.
9. If you're behind a router, you might have to port forward tcp 80 and tcp 1935. Put in your Ubuntu IP where it says internal IP address.
10. Start OBS Stream.
11. Go to http://IPADDRESSHERE
Note: This site is password protected. User: livestream Password: livestream
OR
Watch Stream from Android Device:
MX Player Pro>Network Stream
rtmp://UbuntuIPHere/live/STREAMKEYHERE(Watch stream over wifi.)
Done!