Question / Help Live Stream a webcam on my web site ?

pestalent1

New Member
I have a web site I run from my home. I live stream using Adobe live encoder 3.2 via a embedded flash player. I was wondering if I could use OBS to do the same thing and or setup a live stream via HTML5 in place of the flash player? Any and all help would be appreciated. If this is not possible with OSB, could you please point me in the right direction.
 

Cryonic

Member
It is possible. What you need for it, is an RTMP server.
You can do that via Nginx, it is the easiest way to set it up on a server that is running linux, windows is a bit tricky but works too.
And then you can route that videofeed to a webplayer of your choice (with HTML5) and embedd that on your site.
The player will require the most attention and work i think, but its definetly possible without any problems.
 
Top