-
Notifications
You must be signed in to change notification settings - Fork 0
Web interface
Right click on the UMS icon in the TaskBar and select Web interface.
It will open UMS web interface in your web browser, on the port 9001 by default.
You can also type directly the address and port of the UMS web interface in you browser.
Note: A tiny cache web interface is also available on the port 5001.
From the web interface you can access you logs by going to Settings and selecting Documentation, or adding /doc
in the address bar of your browser.
Example: http://192.168.1.28:9001/doc
Selecting UMS.conf and modifying some parameters and saving it under the name "UMS.conf" in your .../All Users/UMS folder is also possible.
Example: You can search a string assort_method =
and change it value to 1
Note: Don't forget to correctly replace the _
character in UMS_conf by .
and to save as "All files" type.
Others settings as "Reboot UMS" are available in the Server Settings section and many more, like "Restart", under the #- Video Settings -# sub section.
Note: Server Settings will be availble in the web interface only if your unselected "Hide the Server Settings" in Navigation/Share Settings tab from the GUI.
A plugin was made by Ivan Greguric Ortolan (ntrp) : https://bitbucket.org/ntrp/ums-web-interface/wiki/Home
Parameters related to the Web interface that can be found in the UMS.conf file. Some of them are in the GUI as well.
The port that the web interface can be accessed by.
Note: Users can try to use port 80 in case that port is not being used by
another program. Port 80 has an benefit that is not necessary to explicitly
define the port and only localhost (e.g. http://192.168.0.100) is needed to
open the web interface.
Also the web interface can be opened only by http://[pc name] which is useful
in case the DHCP is used in the network and the address for the PC running UMS
is assigned dynamically.
Example: 7000, which means the web interface is at localhost:7000
Default: 9001
web_port =
Whether the web interface will be loaded and accessible.
Default: true
web_enable =
Path to where the UMS web files (like javascripts etc) are to be found.
Default: web
web_path =
Whether to force authentication or not over the web interface.
Default: true
web_authenticate =
Width and height of the player in the web browser.
Default: 720 and 404
web_width =
web_height =
Set the size of the player as a wxh string.
Default: use web_height and web_width defaults
web_size =
Continue automatically.
One setting per media type.
Default: true for audio, false for others
web_continue_audio =
web_continue_image =
web_continue_video =
Loop at the beginning and end of a folder.
If set, pressing "next" on the last media in a folder will play the first in
the folder, and vice versa.
One setting per media type.
Default: true for audio, false for others
web_loop_audio =
web_loop_image =
web_loop_video =
Number of milliseconds to wait before showing the next image automatically.
Requires web_continue_image to be true.
Default: 0 meaning you have to manually go to the next image.
web_image_show_delay =
How many threads/connections/user requests the web server can have at the same time.
Maximum: 100
Default: 30
web_threads =
Use flash player by default.
Default: false
web_flash =
Force subtitles to be transcoded on top of the video.
Default: false
web_subtitles_transcoded =
Whether Chrome browser is used, send videos with a spoofed WEBM MIME type.
Default: false
web_chrome_mkv_as_webm_spoof =
Whether Firefox is used on Linux, send videos with a spoofed MP4 MIME type.
Default: false
web_firefox_linux_mp4 =
The path to the WEB.conf file to use with this profile. This can be a
relative or absolute path to a file or directory as per the rules for
PMS_PROFILE described in the FAQ:
http://www.ps3mediaserver.org/forum/viewtopic.php?f=6&t=3507&p=41214#p49895
Default is $PROFILE_DIRECTORY/WEB.conf
web_conf =
The minimum size (in MB) that UMS should use for the streaming media buffer.
Default: 1
minimum_web_buffer_size =
Allows you to send a search string when requesting a folder. If enabled you
should see a folder called "Search Disc Folders" in your root folder which
accept search strings and searches your shared folder.
Default: false
search_folder=
Allows you to search in folders.
Default: false
search_in_folder=
Allows folder recursing.
Default: true
search_recurse=
Defined the depth of recursive search.
Default: 100 if 'search_recurse' is true, 2 if it's false.
search_recurse_depth =
web_use_browser_lang =
web_use_browser_sub_lang =
web_control =
Activate the web player control.
web_low_speed =
web_mp4_trans =
web_transcode =
(video MIME-type à utiliser pour le transcodage ? ex: x-flv )
- Next: ChromeCast
- Previous: CoreAVC
- Top: Index