Hi All,

For past few days, I have been trying hard to get video streaming working on my local Windows 2007 machine.(x64 bit). But not getting any fruitful output :(

Here is the versions that I am using -
1)using drupal 6.22.x
2)using flashVideo Module for video uploading and content streaming
3)using ffmpeg to convert my video files to .flv format
4)using flvtool2 to add required metadata to the converted flv file.
5)RED5 as my streaming server (instaled locally on my mahcine)

I have installed flashVideo module and have done the required configurations in Admin->site configurations->flashVideo
I am able to convert any video file to .flv format with required metadat added on top.
but video streaming is not working for me...

Here is what I have done to configure flashVideo module streaming configuration -

a: Enable FlashVideo Streaming option checked
b: Steramig method - RTMP
c: Streaming URL - rtmp://localhost:5080
d: RTMP server configuration -
a: ssh username - blank (as my RED5 and drupal/flashvideo both are on my local machine) . Please correct if I am wrong here.
b: Streaming server address - localhost:5080
c: Streaminf server file path - C:\Red5\webapps\loadtest\streams (i guess this has to be the path where .flv will be moved for streaming)

Thats all.

but still unable to get the video streaming working with drupal? Please help me. Its very very urgent for me :(

Comments

graysadler’s picture

change c: to C:\Red5\webapps\loadtest and see if that works. I want to say red5 looks into the streams folder by default.

broncomania’s picture

It would be nice if I can get more infos how to install, because I made use of the great drupal video module and I think this would be the perfect way to deliver videos to the user. Is it possible to deliver videos which are converted by ffmpeg to for example mp4 to the user? Is there a module nessesary to make the connecton between video and red5?

I don't have any experience right now with red5 so any informations would be helpfull.