Difference between revisions of "MiniSAPServer"

From VideoLAN Wiki
Jump to navigation Jump to search
(Flag as historical, add link to code.videolan.org, move download link to a new section →‎Links: . Provide link for the FTP archives to be browsed over HTTP)
m (Sortkey: †)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Historical|This is now deprecated.}}
+
{{Historical}}
MiniSAPServer was a small and easy software that can produces [[SAP|SAP Announcements]].
+
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>
  
You can download it on VideoLAN's FTP
+
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:
[[Channel_Information_Service | Compatibilities between VLC and MiniSAP]]
+
{{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 ==
* [https://code.videolan.org/videolan/minisapserver code.videolan.org - minisapserver at GitLab] (source)
+
Links are still provided for reference/development purposes.<br />
* [http://ftp.videolan.org/pub/videolan/miniSAPserver/ Browse FTP download archives over HTTP] (binaries)
+
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)
  
{{stub}}
+
[[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.