Many peoples want to share his content to others. Specially hosteler students, They want to share his movies collection to other friends.There is two way to share your content with others.
First way is
How to share File/Folder in Linux
Second way is, Make a video server on your Linux Machine.
So today we learn how to make video server on Linux.
Minimum requirement of video server
- Apache server (httpd service) [service apache2 start]
- php 5 & Above
- My Sql [service mysql start]
If you want to make video server on your machine then must be above three software installed in your system.
How to make video server:
service apache2 start
service mysql start
Step 5: Edit ‘dbconfig.inc‘ file & change according to your machine configuration. Like my sql username, password etc.
Step 6: Edit ‘logincheck.php‘ file & change according to your machine configuration. Like my sql username, password etc.
Your work almost done. Check your system ip address via “ifconfig” command.
Step 7: Open your browser and type your ip Address and Navigate to video server directory.
For Example
10.0.20.83/media-share
here 10.0.20.83 is system ip. (you can use your system ip)
How To use Video server script:
How to Add videos on server:
- media file name
- media photo path
- media video path
- media category etc
And click on submit button. After submit you see your video are added li videos list with category.
Search Content List:
- How to make media server in Linux.
- How to set up video streaming server on Linux.
- how to play online video on Linux server.
- How to Share videos via Linux.