Released version "Wild Media Server (DLNA) v2.00.1

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

Released version "Wild Media Server (DLNA) v2.00.1

Post by Eugene »

Update to 2.00 (x32)
Update to 2.00 (x64)

Wild Media Server (UPnP, DLNA, HTTP) v.1.99-2.00

1. Updated transcoder ffmpeg-1.dll (version 2.3.3) - added protocol torrent (format torrent:local path to the torrent file?index=file index&savepath=path to store downloaded files).
2. Updated module WmsMpeg.exe (module to call the ffmpeg-1.dll) - added the ability to save the input data stream as a file (call format wmsmpeg.exe -dump -i "..." "file to save the stream")
3. The main form of the program - panel "Renderer list (DMR)":
  • added the field "current playback position";
  • added the ability to customize position of fields in information about playback device (menu on right click "mouse" - Customization);
  • in menu on right click "mouse" added call for forms device settings and information about the license.
4. From the distribution kit of the program removed transcoding profiles AceStream (official support AceStream (TorrentStream) in the program "Wild Media Server (UPnP, DLNA, HTTP)" terminated).
5. For function "Play to" now requires a device license.
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Released version "Wild Media Server (DLNA) v2.00.1

Post by Eugene »

Update to 2.00.1 (x32)
Update to 2.00.1 (x64)

- updated transcoder ffmpeg-1.dll (version 2.3.3) - changes for protocol torrent (format torrent:local path to the torrent file?index=file index&savepath=path to store downloaded files&portbegin=port_begin&portend=port_end&sslport=ssl_port ).

port_begin-port_end - is the ports (by default 6881-6889), that libtorrent will try to listen on, if the first port fails, it will continue trying the next port within the range and so on.
ssl_port - the listen port for SSL connections, if this is set to 0 (by default), no SSL listen port is opened
Locked