Git Product home page Git Product logo

website's Introduction

Universal Media Server

Universal Media Server CI Crowdin

Universal Media Server Universal Media Server is a DLNA, UPnP and HTTP/S Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility.

To see a comparison of popular media servers, click here

Universal Media Server supports all major operating systems, with versions for Windows, Linux and macOS. The program streams or transcodes many different media formats with little or no configuration. It is powered by FFmpeg, MediaInfo, OpenSubtitles, Crowdin, MEncoder, tsMuxeR, AviSynth, VLC and more, which combine to offer support for a wide range of media formats.

Current Project Developers

Current Forum Moderators

Links

Thanks

Thanks for major code contributions:
Thanks for documentation and contributions to the community:
  • DeFlanko
  • meskibob
  • Optimus_prime
  • otmanix
Thanks for significant/frequent language translations:
Special Thanks:
  • boblinds and snoots for the network test cases :)
  • sarraken, bleuecinephile, bd.azerty, fabounnet for the support and feedback
  • ...And you!

website's People

Contributors

js-kyle avatar subjunk avatar

Watchers

 avatar  avatar  avatar

website's Issues

Review JavaScript

I haven't had much of a look at the JavaScript functionality in the template but it is possible that some optimizations can be made. I noticed a lot of binding to load and scroll events, which can cause a lot of client-side load, so they could be debounced.
Another thing to look into would be caching elements in jQuery instead of fetching them on each event.
Other things will present themselves when going through that file

Review the About page

The content of the About page is mostly just what was on the old one, and the layout could use revision as well to fit better with the new design.

Remove unused code

We started out using a free template and it had a lot of extra code that is unused, so that should all be removed to improve initial load time

Inconsistent HTTPS on support website

When I try to save things on support website over HTTPS, the page is HTTPS but it tries to do HTTP POST requests. The error in the browser is:

Mixed Content: The page at 'https://support.universalmediaserver.com/books/use/draft/7' was loaded over HTTPS, but requested an insecure resource 'http://support.universalmediaserver.com/ajax/page/7/save-draft'. This request has been blocked; the content must be served over HTTPS.

I'm guessing there is some config at some level that needs to be changed to make HTTPS always happen

Add installation instructions for macOS

Installation on macOS is hard because Apple is making it harder over time unless we pay them.

Users need to install normally by opening the disk image and dragging it to Applications, then go into the Applications folder and try to open the app once, then it shows this:

image

then they need to right-click on the app and click Open, then this appears:

image

and they need to click "Open" again.

This is true for a lot of programs, so many users are already aware that this is how to run them, but less experienced users may benefit from this knowledge.

Use CI

This repository should use e.g. Heroku review apps in PRs and maybe auto linting

Forum insecure requests

This seems inconsistent. Sometimes on the forum, certain requests break because they are trying to load them from http despite being on https. I have just noted it on https://universalmediaserver.com/forum/viewtopic.php?p=43161&sid=9b742d6706328c99d796ffea8d4ba94c#p43161

The console shows entries like this:

Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure stylesheet '<URL>'. This request has been blocked; the content must be served over HTTPS.
/forum/viewtopic.php?f=11&t=13377&e=1&view=unread#unread:1 Mixed Content: The page at 'https://universalmediaserver.com/forum/viewtopic.php?f=11&t=13377&e=1&view=unread#unread' was loaded over HTTPS, but requested an insecure script 'http://www.universalmediaserver.com/assets/vendor/jquery/jquery.min.js'. This request has been blocked; the content must be served over HTTPS.

but the weird thing is in the code it shows:

<script src="/assets/vendor/jquery/jquery.min.js"></script>

so I'm not sure why the browser is choosing to load over http instead of https in that case.

It may be a bug with Chrome/ium (I'm using the Brave browser) but we can maybe work around it by hardcoding the https instead of using a relative URI. Not ideal to have to do that but worth a try

Increase size of top menu hitbox

The links should have a padding and the hover state should match that padding. Right now it is possible to hover over and change the colour, but it's still not clickable

See if our forum style can be a child template

At the moment when we update PHPBB we need to manually diff our style with their official one so that we get their style updates while retaining our customizations. Switching to a parent/child style setup would make that easier.

Remove preloader

There are no real network requests so no need to have a preloader

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.