PDA

View Full Version : Broadcast Prerecorded Video As Live


acidbaby
06-29-2005, 03:26 AM
Here is the problem. I need to publish a recorded video so that when others connect they all start at the same position as if it was a live broadcast.

Is there something else I could use instead of ns.attachVideo(Camera.get()); so that I can attach the video file instead of a camera? Or is there a program that can play a video that can replicate a camera driver?

acidbaby
06-29-2005, 04:35 PM
I found it.

VirtualCamera
http://www.vcam.2ya.com

It plays video as if it was going through a camera. The only thing with this is you have to use the soundcard as the mic which means it will broadcast every sound that is happening on the desktop. If anyone knows of a similar product that outputs sound as well please share. Thanks.

mrand01
07-01-2005, 06:19 PM
I'm pretty sure you can establish a server-side NetStream and have that play the video on the server...and then have the clients connect to that. This way the playing is controlled from one central location

msqure_me
07-24-2005, 07:52 AM
nbmb :)