🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

deovr-list

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

deovr-list

A folder browser web app

unpublished
latest
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

Features

  • Automatic DeoVR browser detection
  • Video metadata extraction (resolution, duration, codec, fps)
  • Next/Previous video navigation
  • Direct file serving for non-DeoVR clients
  • Support for MP4, M4V and WebM formats

Command Line Usage

Install globally to use the CLI:

npm install -g @andybrummer/deovr-server

CLI Options

  • --port, -p: Set server port (default: 3000)
  • Video directory path

Serve a video directory on port 3000:

deovr-server

Serve the video directory /media/videos on port 8080:

deovr-server -p 8080 /media/videos

Environment Variables

The following environment variables can be used to configure the server instead of CLI arguments:

VariableDescriptionDefault
DEOVR_LIST_PORTServer port3000
DEOVR_LIST_PATHVideo directory path.

Environment variables take precedence over CLI arguments and config file settings.Example usage:

DEOVR_LIST_PORT=8080 DEOVR_LIST_PATH=/videos deovr-server

FAQs

Package last updated on 25 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts