Reputation: 335
Trying to figure out the best way to allow users to enable their webcams to stream live to my server so others can view the streams.
I've read a handful of posts on here but haven't seen a good example of a solution for this.
Really just looking for what needs to be done to have their webcam turn on and stream the feed to my server and what needs to be done to push that feed out to a page viewable by others.
I believe Adobe Flash Player would be the best to receive the feed and display for others but again need some guidance here on how to put this all together.
Any direction is much appreciated!
Thanks,
NCoder
Upvotes: 1
Views: 1526
Reputation: 26
You will require Javascript + Adobe Flash Player, the user will grant permission for their cam to be accessed.
For Adobe: http://www.adobe.com
For Javascript: $int event startcam-on.user open.? Rec.begin (int)
Upvotes: 1