Remote-MediaServer icon indicating copy to clipboard operation
Remote-MediaServer copied to clipboard

A NodeJS based media server: Manage, watch and share your movies and tv series.

Results 44 Remote-MediaServer issues
Sort by recently updated
recently updated
newest added

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2. Changelog Sourced from yargs-parser's changelog. 15.0.0 (2019-10-07) Features rework collect-unknown-options into unknown-options-as-args, providing more comprehensive functionality (ef771ca) BREAKING CHANGES rework collect-unknown-options into unknown-options-as-args, providing...

dependencies

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Should support the same features as the currently implemented ChromeCast support: - play/pause - seeking - subtitles - different audio/video streams - volume

help wanted

Shouldn't be too difficult, main challenge here would be to separate the play-progress for every user, this is now stored inside the media-item entity but should get it's own entity.

Hi, Have you looked into using this?? : https://video-dev.github.io/hls.js/stable/ Using this we could go for HLS all the way and ditch the Mpeg4PlayHandler As of today, it is supported on:...

It seems like I am hitting corner cases here ? It started scanning my media folder then crashed. ``` 2018-12-08T02:59:26.787Z 'found new file' '/media/O/VIDEO/YOUTUBE/xxxxx.mp4' /snapshot/Remote-MediaServer/node_modules/moviedb-api/index.js:49 if(response.ok) { ^ TypeError: Cannot...