Today i want to show you how you can enable streaming flv encoded videos in jwplayers in your own web site
First i need to tell you that you need root access to the server and it is not just want has to be done just only with your website
so you need to modify the web server (apache) in your server and add flv handler to its configuration and also modify the jwplayer.php
ok lets get started
ssh to your linux server with root
Download mod_flx:
Compile and install modulewith your apache webserver:
the following should be added automatically after compiling this module with apache into httpd.conf:
you should also add the following flv handler to httpd.conf manually:
after that you should restart apache to make sure the changes occurred:
find /jw_player_5/jw_player5.php and open it
in the lines containing the player parameter in if statement”if($vid_file)” just add the folloing in its block of code in curly braces:
then save the file and test your video
so you are finished
Happy streaming
Related posts: