Serviio - free DLNA media server for Windows, Mac and Linux

Media Streaming Server

Release Notes - 1.2

  • added support for burned-in (hardsubs) subtitles; ticket #316
  • added support for .ass, .ssa (SSA/ASS) subtitles; ticket #63
  • added support for .sub (MicroDVD) subtitles; ticket #246
  • added support for .txt subtitles (must be one of the supported types); ticket #248
  • added support for .smi (SAMI) subtitles
  • added support for subtitles embedded in video files (e.g. MKV); ticket #16
  • server can be bound to a particular network card, rather than an IP address; ticket #510
  • added support for playing RealVideo files natively
  • added OGG/FLAC audio support to Viera 2010 profile
  • fourCC and ftyp transcoding matching in now case insensitive
  • added transcoding matcher for constrained baseline H264 profile
  • chroma subsampling is now stored for online images as well
  • removed support for matching episode file names in format SSEE
  • added profile for Vizio TV
  • added databaseUpdateId field to /application REST resources; ticket #621
  • removed personal data from CDS /application resource; ticket #620
  • added router port mapping for accessing MediaBrowser and CDS API from the Internet (Pro only); ticket #546
  • added X-Serviio-ClientId HTTP header and clientId URL parameter for identifying CDS clients (Pro only); ticket #622
  • added External address field for easier setup in client CDS applications; ticket #630
  • added external port mapping check button
  • added support for local video thumbnails in the form of video_name.tbn and video_name.thm; ticket #517 and #474
  • added system property to control periodical check for new or updated plugins; ticket #619
  • added getExtractItemsTimeout() method to WebResourceUrlExtractor enabling plugins control the item list extraction timeout; ticket #618
  • multicast advertising only happens on one NIC now
  • profile parsing on the application startup is now much faster
  • fixed storing local audio cover image (folder.jpg)
  • fixed retrieving Genre ID3v2.4 tag from MP3 files
  • fixed support for transcoded images on some Samsung devices
  • removed hard coded 'http://' inside media-browser.js; ticket #624
  • keeps file size up-to-date in library; ticket #601
  • fixed storing online plugins in the cache; ticket #636
  • fixed feed item values storage when expiresImmediately=true in the online plugins; ticket #637
  • cache is cleaned when transcoding is turned on/off; ticket #583
  • fixed seeking in MediaBrowser
  • updated FFmpeg to 1.1.1
  • updated LAME MP3 encoder to 3.99.5
  • updated libRTMP to latest source