Released version "Wild Media Server (DLNA) v1.58 (64-bit)

Locked
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Released version "Wild Media Server (DLNA) v1.58 (64-bit)

Post by Eugene »

Update to 1.58

Wild Media Server (UPnP, DLNA, HTTP) v.1.58

1. Updated transcoder ffmpeg-1.dll to version 1.0 (possible changes in the track list of movie, if the movie stopped play with transcoding, it is recommended to read the file properties). For http-streams added ability to pass a multiline header (line delimiter <cr><lf>), address of the proxy server (option http_proxy, format http://...).
2. Updated subtitles module to support the new version of ffmpeg-1.dll.
3. Updated audio transcoding profiles to support the new version ffmpeg-1.dll (added parameter "-vn" - turns off the video stream).
4. Updated transcoding profiles "Movies (Remux)", "Movies (additional)", "Movies (additional)" - WMV, Movies - CorePlayer, Movies (DVD).
5. Added support for creating screenshot of web-pages, the link must begin with the prefix webshot:// (can be used, for example, for a description of movies).
6. Updated module MediaInfo.dll.
7. Podcasts - "Script for the links to the resource":
  • MediaResourceLink now possible to return the command line, which will be create a stream of the media resource, in the command line should be present parameter "<OUTPUT FILE>", the program will be replace by the pipe. If parameter "<OUTPUT FILE>" not exists, the program will add the pipe to the end of the command line. This feature allows you to read the properties of the media resource, use MediaInfo, use transcoding profiles, included in the program.
    Format: cmd://command line;
  • MediaResourceLink now possible to return a reference to a resource with preceded parameters ffmpeg (can be useful for http-streams, if you want to add parameters headers, http_proxy, disable_range, etc). MediaResourceLink must begin with -parameter_name and include
    -i "resource_link".
8. Transcoding profiles - Transcoder list:
  • transcoder path may begin with parameter %SpecialFolders(FolderID)%. FolderID corresponds numerically CSIDL_ ...
9. Settings - Media Resources - Reading of properties:
  • added the setting "Stop loading a file properties file, if passed more than
? seconds "(the default is 15 seconds, for the value of Internet resources
four times more).
10. Scripts:
  • added function WmsStringFromStream (loading data from the stream IStream);
  • added function RegistryRead (read data from the registry Windows, for example the installation path of the program);
  • added function WmsCreateWebshot (a screenshot of the Web-page).
11. Settings - Server:
  • added setting "Duration for which the SSDP-advertisement about server availability is valid " (default 1810 seconds, ~30 minutes).
12. Settings - Media Resources - "Photo-resources, thumbnails":
  • added setting for creating webshot parameters used by default, format: SourceX:SourceY:SourceWidth:SourceHeight:DestWidth:DestHeight:ScriptActive:CacheAge (default 0:0:0:2048:0:0:0:900).
13. The form of "Photo information":
  • added the field "Parameters for creating webshots".
Locked