Difference between revisions of "MiniSAPServer"
(Finish page. I copy-edited it for grammar, I hope that is okay) |
m (Sortkey: †) |
||
Line 22: | Line 22: | ||
* [https://download.videolan.org/pub/videolan/miniSAPserver/ Browse FTP download archives] (binaries) | * [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)