https://github.com/bethropolis/video-share
using xampp share your local video files over LAN
https://github.com/bethropolis/video-share
Last synced: 11 months ago
JSON representation
using xampp share your local video files over LAN
- Host: GitHub
- URL: https://github.com/bethropolis/video-share
- Owner: bethropolis
- Created: 2023-11-26T20:54:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T17:40:52.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T02:08:45.370Z (about 1 year ago)
- Language: Svelte
- Size: 571 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Do you want to share videos in your local folder with people on your LAN?
cause that's what this does
simple,
1. install `xampp` version 3+
2. clone this repository into your `htdocs` folder
```
git clone https://github.com/bethropolis/video-stream public
```
> The compiled web interface uses `public` folder that's why we are renaming the folder.
3. Edit the `config.php` file
```php
if (!defined('VIDEOS_FOLDER')) define('VIDEOS_FOLDER', 'C:/Users/Administrator/Videos/');
```
4. you may need to configure your firewall so that port 80 can be forwarded to your LAN
5. get your LAN ip address and share it to those in your network
```bash
ipconfig
```
> example address is `192.168.9.101/public` (ipv4)
Lincence [MIT](LICENSE)