EslaMx7 / Simple-Streamer

Do you have a movie that you want to stream it locally to your tablet\phone with subtitles?... Here you are what i do

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Streamer

Do you have a movie you want to stream it locally to your tablet\phone with subtitles?... Here you are what i do

#=> Watch Demo <=

Installation

requires Node.JS installed on your machine : Download Page

git clone https://github.com/EslaMx7/Simple-Streamer.git
[OR Download ZIP file and extract it]
cd Simple-Streamer
npm install -g

Usage

stream <video filename> <subtitle filename> <port>

#####Example :

C:/Downloads > stream Movie.mp4 Subtitle.srt 8080

###Now you can access the video from any device with a web browser that supports HTML5 video tag via this URL : http://[local-ip-address]:8080 Make sure you allow the port in your firewall settings.

About

Do you have a movie that you want to stream it locally to your tablet\phone with subtitles?... Here you are what i do

License:MIT License


Languages

Language:JavaScript 100.0%