Released version "Wild Media Server (DLNA) v1.78.3 (32-bit)

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

Released version "Wild Media Server (DLNA) v1.78.3 (32-bit)

Post by Eugene »

Update to 1.78.3

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

1. Updated transcoder ffmpeg-1.dll (version 2.0, adds support for https-links).
2. Scripts:
  • added functions WmsOAuth... - support OAuth-authorization;
  • added function WmsExecuteByTimer - executing a script by timer (can be call of procedure with parameters, the declaration of which in the script, that called WmsExecuteByTimer);
  • added function WmsInputDialog - shows a dialog for text input;
  • in class TWmsScriptMediaItem added method CopyProperties - copying the properties of media resource;
  • added variable InteractiveMode (True, if the script called by user);
  • added variable ServiceMode (True, if the server is operating as Windows service);
  • added functions GlobalVar ... (support for global variables, the values ​​which are stored while the program is running and available from different scripts);
  • added functions WmsPercentEncode and WmsPercentDecode - support for Percent-coding;
  • added property mpiChildItemsExpiresInterval, can be set for the folders of media resources, that are created in the script and requiring periodic re-creation of child elements (unit - second).
3. Updated subtitles module (adds support for wsrt-subtitles, support for new version ffmpeg-1.dll).
4. Podcasts:
  • added transfer mode "Original link (redirect)".
Locked