From owner-freebsd-multimedia@FreeBSD.ORG Sat Sep 29 07:25:48 2007 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C89716A41A for ; Sat, 29 Sep 2007 07:25:48 +0000 (UTC) (envelope-from dengxf@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id 5F94013C461 for ; Sat, 29 Sep 2007 07:25:47 +0000 (UTC) (envelope-from dengxf@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so3893825waf for ; Sat, 29 Sep 2007 00:25:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:cc:message-id:mime-version:content-type:content-transfer-encoding:x-mailer; bh=D4uK7gvJg+jBi0LDm8LmDzKmfR7gChWfUymNtD/AZVM=; b=fX41Zi0R3Gul1pzUqIHIxaAn3trEMtkF+faRkdfAzs4A3vIwXHFWPsVfC/HwhRckOpWUZLF7YUbmfn2FsvTzeSHaNeXP05rzFDwlPgLjtP6ZgqtXmCyh6fiVxI0sXf7aPsWOTO0wkaY0cfGhP8OBFZwetg6VkMcc1jJFP18VQ7M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:cc:message-id:mime-version:content-type:content-transfer-encoding:x-mailer; b=fmvBt906HcKpzh3LC77r9p95a2vEkpOZID9xO9XDu5YoL9r2Hud5HPI6rFIIC2DrQFjLMw6ct9EUIj56cTQtoqMbztv34SMw+gvlJ5Fti9rAhpi3ivikGouJbZKIMCK6qzybeySFVZa7/mg5PEY6uXjaNFkTMCm/nhKl91pnezc= Received: by 10.114.112.1 with SMTP id k1mr1260866wac.1191049222155; Sat, 29 Sep 2007 00:00:22 -0700 (PDT) Received: from ?127.0.0.1? ( [218.94.128.114]) by mx.google.com with ESMTPS id j7sm7033613wah.2007.09.29.00.00.19 (version=SSLv3 cipher=RC4-MD5); Sat, 29 Sep 2007 00:00:21 -0700 (PDT) Date: Sat, 29 Sep 2007 15:00:12 +0800 From: Deng XueFeng To: freebsd-multimedia@freebsd.org Message-Id: <20070929144813.06FD.DENGXF@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.31 [CN] Cc: freebsd-net@freebsd.org Subject: Missey Streaming Server 3.9.4 Released. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2007 07:25:48 -0000 Hi, I am happy to announce that MSS 3.9.4 has been released. Please Download from http://mss.microvideo.cn/ then read docs/INSTALL. :-) What is MSS? MSS is a hign performance Streaming Server which run on FreeBSD and compatible with windows 2003 media service. It implement most of WMS's feature. Requirements Operating System: FreeBSD 6.x Hardware: x86 compatible CPU, and support SSE. Depend Package: libiconv Features 1. Storage Service Support Saving streaming data from the encoder. Suport three method limit: size limit, time limit, Punctuality time limit. Support specified filename format. item include base name, group name, year, month of year, day of month, hours, minutes, seconds, each item can be used more than once, also can add subdir '/' Support specified save type: 1. force save, 2. force no save, 3. encoder specified custom save. Support more than one live streaming upload, max limited to 128. Support forward streaming data to streaming service while saving, which make user can view the live streaming with no delay Support specified ip(if server have more than one IP) and port 2. Streaming Service Support normal streaming service. Support http / rtsp (rtsp disabled in 3.x temporary) streaming protocol Support fast / normal / slow playing. Support server side playlist, similary to smil. Support playlist session Support faststart, the faststart bandwidth and duration can be specefied. Support fastcache, the fastcache speed can be specefied. Support cacheproxy, fastcache and cacheproxy can make user do not redownload the pre-recorded streaming data Support specified expire time when enable fastcache or cacheproxy. Support speficed video message instead the HEX code when meet error. Support specified living streaming delay time. Support specified ip(if server have more than one IP) and port Support specified LRU cache size for prerecorded files. Support specified io and session timeout. Support specified worker thread, depends on your server side performance need. Support user specified plugin. Support realtime pulling a streaming from another server and set it as a live streaming. which can reduce the the bandwidth over two network. Support specified idle time for a pulling streaming. Support user stop the pulling streaming via web. 3. Admin Service Support start / stop / check status about storage services, streaming services one or both via web. Support get all service's configure file via web. Support get current living streaming's (one or both in any type live streaming) name via web. Support set various services configure via web. Support get current various services' stats via web. Support get file list about the saved data, or make a file query with specified key. 4. Other Support specified max live streaming can be upload to mss. Support specified max client at one time. Support specified max bandwidth that can be use. Support I18N charset. -- Deng XueFeng