
- #Winrunner end of life movie#
- #Winrunner end of life install#
- #Winrunner end of life verification#
- #Winrunner end of life series#
Originally used for actually searching, this use case was quite rare in real world usage. The search is run via the *nix find command. As long as google gives you a token, you can be a user! Search Authentication is OPEN, as I don't really care who is using this.
#Winrunner end of life verification#
Google OAuth has been implemented and token verification is performed on certain paths to control authorization. Video streaming is also implemented (handling ranges) within the requests. I primarily use these for streaming logs and dashboard style stats. I decided not to use web sockeets just to try something different and because the client never actually sends any data back to the server beyond the initial request.

This allows the consumer to recieve near real time updates without polling. Several API's expose streams via http to the client.
#Winrunner end of life series#
The data retrieved is used to significantly enhance user experience by providing for airing times, series images, descriptions, studio etc etc. While not perfect, any mistakes can be corrected and manually set. The application will try to guess the series based on the folder name. The AniList GraphQL API has been leveraged to retrieve most information regarding the various series. I would have transcoded them into webp v9 formats, however the trancoding process would take WAYYYY to long with my hardware since I'm not youtube. webp using the imagemin package.įfmpeg is also used to transcode files into mp4's playable by most web browsers.

Thumbnail Generation is done via ffmpeg and spawned by node through child_process.exec or child_process.execFile. Points of Interest Thumbnail Generation & Transcoding on the fly! You can manage your node processes with a manager such as pm2 if you wish.
#Winrunner end of life movie#

It does leverage the use of the *nix find command as well as ffmpeg. I have run this on multiple debian based versions of linux. This is the server portion of the application.

The current repository is an updated version with many quality of life features that makes it a joy (for me) to use. The first version was rudientary and lacking in features. I originally ran this on a raspberry pi and it was bare able to transcode the media on the fly for web playback.
#Winrunner end of life install#
The purpose is similar to plex (in fact I attempted to use plex first), however I disliked the fact that I would have to install plex clients on all my devices. It allows me to access and browse through my media as if it were another resource like youtube. I wrote this as a simple way for me to access my network shared video files. The server facilitates all calls for this web app! Why does this exist? NodeJs server to facilitate the analysis and serving of media (mainly video) files on a local server.
