FLV streamint through Apache
Had to change red5 to pseudo streaming. So did some homework and found http://flowplayer.org/forum/5/51322
In case of something lost, What I did was
downloaded http://people.apache.org/~pquerna/modules/mod_flvx.c
installed httpd-devel and gcc
compiled with apxs -i -a -c mod_flvx.c
added handler AddHandler flv-stream .flv
(load module allready been added while compiling)
here is flowplayer pseudo
http://flowplayer.org/plugins/streaming/pseudostreaming.html
and jwplayer pseudo
http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12534/video-delivery-http-pseudo-streaming
In case of something lost, What I did was
downloaded http://people.apache.org/~pquerna/modules/mod_flvx.c
installed httpd-devel and gcc
compiled with apxs -i -a -c mod_flvx.c
added handler AddHandler flv-stream .flv
(load module allready been added while compiling)
here is flowplayer pseudo
http://flowplayer.org/plugins/streaming/pseudostreaming.html
and jwplayer pseudo
http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12534/video-delivery-http-pseudo-streaming
Comments
Post a Comment