PDA

View Full Version : Streaming Local Filesystem videos help


lg101
01-11-2008, 04:03 AM
Hi all,

i have a specific requirement here, let me describe you the problem

i need to stream a video from the local file system through Flash media server

like i just have to give the path of my flv in file system and it has to be published may be thru netStream object and i must be able to view the video on the other client.

Its like one client is playing a video and the other client is able to watch it

Help!!! :confused:

springframework
01-12-2008, 02:36 PM
yeah?


Jesse Couch Vancouver Canada Actionscript 3.0 (http://www.jessecouch.com)

bowljoman
01-15-2008, 07:25 PM
If your broadcaster is running windows. I can help you.

I can stream any swf to netstream, but user requires directX and my MFC application.

Andy

Sekter
01-15-2008, 09:33 PM
Maybe try posting your flv on any free html server (like lycos) and then use that as a link in your flash file. You will then be streaming the file from the net on to your pc so itl be acting like a client.

springframework
09-23-2010, 05:50 AM
can this be done?

bowljoman
09-23-2010, 07:01 AM
Yes, but not if the only language you can use is Flash api. I'd choose Red5 and a java servlet post, followed by server prep/read and stream out to connected netstreams.

Not an easy bid for sure, but hardly impossible.