I want to broadcast a local video file file.avi
as if it were a webcam via a flash-based broadcasting system inside Google Chrome on a public website (a-la ustream).
Asked
Active
Viewed 2,658 times
3

camconn
- 1,844

Lewis Goddard
- 3,635
2 Answers
1
http://sourceforge.net/projects/webcamstudio/
Install and don't forget to run
sudo chmod 666 /dev/video*
This will allow you to use avi, flv, gif, and other animation sources as a virtual webcam.

Adam Brisebois
- 337
-1
Have you thought about using Google plus live streaming to do this? It's easy to stream anything in your hangouts and with a screen recording software you can stream any video file that you may have.
Check these instructions:

Katu
- 3,593
- 26
- 42
v4l2loopback
or similar for this - also this question: http://askubuntu.com/questions/139239/fake-a-webcam-using-a-video-loopback-device – Wilf Oct 14 '14 at 21:24