Skip to content
Snippets Groups Projects
NEWS 1.92 KiB
Newer Older
jpountz's avatar
jpountz committed
Changes since 0.2.0 (currently available in the git repository)
===============================================================

Changes:
--------
Daemon:
 * Uncaught exceptions will lead to a shutdown of the VLMa daemon, dumping the
   Java stack trace to a file named "vlma_crash.txt"

Streaming:
 * Video on Demand support
 * Transcoding support
 * Ability to add several programs to a media
 * Ability to set the server of a stream channel


jpountz's avatar
jpountz committed
Changes between 0.1 and 0.2.0
=============================
jpountz's avatar
jpountz committed

jpountz's avatar
jpountz committed
Important notes:
----------------
jpountz's avatar
jpountz committed
 * The daemon and web UI are now provided in a single archive file,
   which includes wrapper scripts to start and shutdown VLMa.
jpountz's avatar
jpountz committed
 * data.xml format has been updated, a file working with VLMa 0.1 will
jpountz's avatar
jpountz committed
   not work with later versions.
jpountz's avatar
jpountz committed
 * Many things are now configurable (telnet port, password, default SAP
   group, etc.), they are saved in the config.properties file.
jpountz's avatar
jpountz committed

jpountz's avatar
jpountz committed
Changes:
--------
jpountz's avatar
jpountz committed
Daemon:
 * A shutdown hook has been added to make sure that everything is
   stopped properly (graph updates, etc.).
jpountz's avatar
jpountz committed

Streaming:
 * HTTP streaming support.
 * Podcast announcement support.
jpountz's avatar
jpountz committed
 * VLMa can now use other streams as input.
jpountz's avatar
jpountz committed
 * Ability to choose the encapsulation format.
 * There can be more than one files channel per server.
jpountz's avatar
jpountz committed
 * Dynamic assignment of files and stream channels (no more need to provide
   the server to VLMa).
jpountz's avatar
jpountz committed

Web interface:
jpountz's avatar
jpountz committed
 * Auto generated M3U playlist.
jpountz's avatar
jpountz committed
 * Commands which are sent to the telnet interface of VLC instances can
   be monitored online.
jpountz's avatar
jpountz committed
 * Configuration is manageable online.
jpountz's avatar
jpountz committed
 * The web interface now can reconnect to the RMI registry if the daemon
   becomes unavailable or is restarted. There is no more need to reload
   the webapp.
jpountz's avatar
jpountz committed
 * The use of the fictive stream and files adapters has been made
   transparent.
jpountz's avatar
jpountz committed
 * Various help messages have been added.
jpountz's avatar
jpountz committed

Notifiers:
jpountz's avatar
jpountz committed
 * Some notifiers have been implemented in order to advise of servers'
   accessibility:
    - mail,
    - MSN,
    - IRC.