Site Tools


software:msd:index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
software:msd:index [2014/10/20 23:50]
root
software:msd:index [2022/02/05 04:11]
root
Line 1: Line 1:
 ====== Multi Stream daemon (msd) ====== ====== Multi Stream daemon (msd) ======
  
-Программа для вещания IPTV (MPEG2-TS) в сети по протоколам tcp/HTTP.+ is a program for organizing streaming IP TV on the network via HTTP.\\ 
 +One server can serve thousands of clients simultaneously.
  
-В отличии от [[http://www.udpxy.com/|udpxy]] и [[https://cesbo.com/ru/solutions/streaming/|astra]] акцент сделан на максимальной производительностиа так же множестве тонких настроек влияющих как на производительность так и на качество вещанияскорость переключения каналовустойчивость к сбоям передачи. +The focus is on maximum performanceas well as a variety of subtle adjustments related to the perceptual quality of customer servicespeed channel switchingfault tolerance transfer.\\
- +
-Реализовано проксирование один к многим: данные получаемые через одно HTTP соединение можно раздавать множеству подключённых клиентов.+
  
 +Implemented proxying one to many: the data received via the one HTTP connection to be given away to the set of connected clients.\\
  
 +Also available lite version [[software:msd:lite|Multi Stream daemon Lite (msd_lite)]] open source under the BSD license.\\
 ===== Supported OS ===== ===== Supported OS =====
   * FreeBSD   * FreeBSD
Line 16: Line 17:
   * support for IPv4 and IPv6   * support for IPv4 and IPv6
   * analyzer MPEG2-TS stream   * analyzer MPEG2-TS stream
-  * [[en:software:msd:config#fZeroCopyOnSend|Zero Copy on Send (ZCoS)]] - уменьшает накладные расходы на обслуживание подключённых клиентоввсю работу по отправке данных клиенту берёт на себя ядро ОС +  * [[software:msd:config#fZeroCopyOnSend|Zero Copy on Send (ZCoS)]] - reduces the overhead of service connected clientsall the work of sending the data to the client assumes the OS kernel 
   * support half closed http clients   * support half closed http clients
-  * приём udp-multicast, в тч rtp, одновременно с разных интерфейсов +  * receiving udp-multicast, including rtp, simultaneously with different interfaces 
-  * приём по tcp-http-get (в один поток и вещание множеству клиентов+  * receiving tcp-http-get (in a single stream and broadcast to multiple clients
-  * автоматическое отключение от источников если нет клиентов +  * automatic shut-off from the sources if there is no connected clients 
-  * выставление различных TCP Сognestion Control алгоритмов в зависимости от порта на который пришёл клиент и URL запроса клиента +  * the use of various TCP Congestion Control algorithms depending on the port to which the client came and the URL the client's request 
-  * "умнаяотправка MPEG2-TS заголовков новым клиентам +  * "smartsending MPEG2-TS headers new customers 
-  * мгновенная отправка новому клиенту данных из кольцевого буфера, для минимизации времени ожидания начала воспроизведения +  * instantaneous sending new client data from the ring buffer in order to minimize waiting times start playback 
-  * отправка дополнительных http заголовков в запросах и ответах +  * sending any additional http headers in requests and responses 
-  * шаблоны настроек для Stream Hub и источников потока +  * Templates settings for Stream Hub and Stream Src 
-  * очень подробная статистика по каждому TCP соединениюдля упрощения поиска проблем на уровне сети+  * detailed statistics for each TCP connectionto help you find problems at the network level
  
-===== News ===== 
-[[en:software:msd:news|change log]] 
  
  
-===== Внутреннее устройство ===== +===== How it works ===== 
-[[en:software:msd:internals|Подробное описание принципа работы]]+[[software:msd:internals|A detailed description of the operating principle of]] 
 + 
 + 
 +===== Settings ===== 
 +Configuration file: [[software:msd:config|msd.conf]]
  
  
 ===== Start ===== ===== Start =====
-msd -v -c /root/msd/msd.conf ещё умеет демоном и тп, см msd -h+msd -v -c /root/msd/msd.conf\\ 
 +see: msd -h
  
  
 ===== URLs ===== ===== URLs =====
-[[en:software:msd:URLs|Доступные для запросов URL]].+[[software:msd:urls|Available URLs]]
  
-===== Settings ===== 
-Configuration file: [[en:software:msd:config|msd.conf]] 
  
 ===== Download ===== ===== Download =====
-Demo version: [[http://netlab.linkpc.net/download/software/msd/]] +Source code: [[https://github.com/rozhuk-im/msd]]
-(limited period of use)+
  
  
  
 +{{tag>software freebsd linux iptv mysoft}}
software/msd/index.txt · Last modified: 2022/02/05 04:20 by root