Marconi
Marconi

Reputation: 3651

How to stream my webcam through my site?

Is it possible to stream my webcam form my local machine that's connected to the internet to show up on my website without using any media server or something similar?

Upvotes: 0

Views: 844

Answers (2)

jimplode
jimplode

Reputation: 3502

You could do it with some kind of java applet or flash/silverlight application, just look at sites like "chat roulette"

Upvotes: 1

Tony Abrams
Tony Abrams

Reputation: 4673

If you are wanting for other people to see it, then no.

Web pages have two scopes: Client and Server. Something running on one Client (user) cannot be shown to other Clients (users) without it being on the Server.

You can use things like UStream, but I would expect that they are using a media server or something similar on the back end to show the stream to other clients (users).

Upvotes: 0

Related Questions