3

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).

camconn
  • 1,844
  • You probably would be able to use 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

2 Answers2

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.

-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