Difference between revisions of "MiniSAPServer"
m |
m (Sortkey: †) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | MiniSAPServer | + | {{Historical}} |
+ | MiniSAPServer was a lightweight and easy-to-use [[VideoLAN]] application that could produce [[SAP]] announcements.<br /> | ||
+ | It is no longer necessary: | ||
+ | <blockquote> | ||
+ | <nowiki>…</nowiki> Remember [that] miniSAPserver should be used to announce the streams sent by [[VLS]];<sup>*</sup> the streams sent by [[VLC]]'s stream output can be announced by VLC itself ! <nowiki>…</nowiki><br /> | ||
+ | ―<cite>[https://www.videolan.org/news.html#news-2003-07-25 VideoLAN News - Release: miniSAPserver 0.2.2]</cite> | ||
+ | </blockquote> | ||
+ | <small>''<nowiki>*</nowiki> VLS [https://forum.videolan.org/viewtopic.php?f=3&t=11405 is deprecated], and the same functionality [https://www.videolan.org/vlc/streaming.html is built into VLC]''</small> | ||
− | + | VLC can listen for SAP announcements with the {{docmod|sap}} module and announce them with the stream_out_rtp module. Since no wiki page exists yet, options can be found by typing into a [[command prompt]].<br /> | |
+ | Windows: | ||
+ | {{Path to VLC|windows}} -p stream_out_rtp --advanced --help-verbose | more | ||
+ | macOS: | ||
+ | {{Path to VLC|mac}} -p stream_out_rtp --advanced --help-verbose | less | ||
+ | Linux: | ||
+ | {{Path to VLC|linux}} -p stream_out_rtp --advanced --help-verbose | less | ||
− | == | + | == Links == |
− | [ | + | Links are still provided for reference/development purposes.<br /> |
− | [ | + | If you aren't developing code, they will probably be of no benefit to you. |
+ | * [https://code.videolan.org/videolan/minisapserver code.videolan.org - minisapserver] (source) | ||
+ | * [https://download.videolan.org/pub/videolan/miniSAPserver/ Browse FTP download archives] (binaries) | ||
− | + | [[Category:VideoLAN projects|†]] | |
− | |||
− | |||
− | [[Category:VideoLAN projects]] |
Latest revision as of 05:37, 28 April 2019
![]() |
This page is obsolete and kept only for historical interest. It may document features that are obsolete, superseded, or irrelevant. Do not rely on the information here being up-to-date. |
MiniSAPServer was a lightweight and easy-to-use VideoLAN application that could produce SAP announcements.
It is no longer necessary:
… Remember [that] miniSAPserver should be used to announce the streams sent by VLS;* the streams sent by VLC's stream output can be announced by VLC itself ! …
―VideoLAN News - Release: miniSAPserver 0.2.2
* VLS is deprecated, and the same functionality is built into VLC
VLC can listen for SAP announcements with the sap module and announce them with the stream_out_rtp module. Since no wiki page exists yet, options can be found by typing into a command prompt.
Windows:
"%PROGRAMFILES%\VideoLAN\VLC\vlc.exe" -p stream_out_rtp --advanced --help-verbose | more
macOS:
/Applications/VLC.app/Contents/MacOS/VLC -p stream_out_rtp --advanced --help-verbose | less
Linux:
vlc -p stream_out_rtp --advanced --help-verbose | less
Links
Links are still provided for reference/development purposes.
If you aren't developing code, they will probably be of no benefit to you.
- code.videolan.org - minisapserver (source)
- Browse FTP download archives (binaries)