https://github.com/bg-omar/android-vlc-remote
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.6%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: bg-omar
- Language: JavaScript
- Default Branch: master
- Size: 170 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Install Guide
get WAMP from https://www.wampserver.com/en/download-wampserver-64bits/ --- Installation of Wampserver --- Install Wampserver in, C:\wamp or D:\wamp ```` BEFORE proceeding with the installation of Wampserver, you must ensure that certain elements are installed on your system, otherwise Wampserver will absolutely not run, and in addition, the installation will be faulty and you need to remove Wampserver BEFORE installing the elements that were missing. Make sure you are "up to date" in the redistributable packages VC9, VC10, VC11, VC13, VC14, VC15, VC17 and VS16 See --- Visual C++
--- Install Wampserver in a folder at the root of a disk, for example C:\wamp
If you have a 64-bit Windows, you must install both 32 and 64bit versions of each VisualC++ package, even if you do not use Wampserver 64 bit.
- Verify that all VC ++ packages are installed and with the latest versions.
To do this, use the tool: Checks VC++ packages installed
http://wampserver.aviatechno.net/files/tools/check_vcredist.exe
Install VLC
edit VLC configuration
[lua] # Lua web interpreter
http-src=C:\Program Files\VideoLAN\VLC\lua\http
http-password=password
````
Add ports to WAMP (right click System Tray Icon --> tools --> add listing port) edit apache config (left click System Tray Icon --> apache --> httpd.conf)
C:\Windows\System32\drivers\etc\hosts
127.0.0.1 localhost
::1 localhost
127.0.0.1 vlc
::1 vlc
127.0.0.1 pc
::1 pc
127.0.0.1 pc2
::1 pc2
bin/apache/apache2.4.46/wampdefineapache.conf
MYPORT8090 = "8090"
MYPORT8091 = "8091"
bin/apache/apache2.4.46/conf/httpd.conf ``` Listen 8050 Listen 0.0.0.0:80 Listen [::0]:80 Listen 0.0.0.0:${MYPORT8090} Listen [::0]:${MYPORT8090} Listen 0.0.0.0:${MYPORT8091} Listen [::0]:${MYPORT8091}
Define MYPORT8090 8090 Define MYPORT8091 8091
LoadModule rewritemodule modules/modrewrite.so LoadModule vhostaliasmodule modules/modvhostalias.so LoadModule aliasmodule modules/modalias.so ````
Virtual Hosts # Local VLC-remote front end
bin/apache/apache2.4.46/conf/extra/httpd-vhosts.conf
```
Local VLC lua http port 8080 received on 8090
bin/apache/apache2.4.46/conf/extra/httpd-vhosts.conf
```
````
Pc2 VLC -- send --> lua http --> 192.168.1.*:8081/
192.168.1.:8081 --> Redirected to 192.168.1.1:8091
bin/apache/apache2.4.46/conf/extra/httpd-vhosts.conf
```
Install Angular CLI
npm install -g @angular/cli
npm install -g typescript
npm install --save-dev @types/jquery
npm i bootstrap@5.2.1 bootstrap-icons
make [@ root of Angular] proxy.conf.json
{
"/url/*": {
"target": "http://localhost:5000",
"secure": false,
"logLevel": "debug"
},
Angular.json ``` "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { "browserTarget": "frontend:build", "proxyConfig": "proxy.conf.json"
```
Package.json:
"static-2-wamp": "ng build --configuration production --output-path ../vlc --watch --output-hashing none",
Owner
- Name: Omar
- Login: bg-omar
- Kind: user
- Repositories: 1
- Profile: https://github.com/bg-omar
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1