1SHOUT(1)                  BSD General Commands Manual                 SHOUT(1)
2

NAME

4     shout — Icecast source client
5

SYNOPSIS

7     shout [OPTIONS]
8

DESCRIPTION

10     shout reads data from standard input and streams it to Icecast.
11

OPTIONS

13     --format format
14           Set stream format. This can be "ogg", "mp3", or "webm". Default is
15           "ogg".
16
17     -H host
18           See --host
19
20     -h    See --help
21
22     --help
23           Show help.
24
25     --host host
26           Set destination host. Default is "localhost".
27
28     --mount string
29           Set mountpoint. Default is "/example.ogg".
30
31     -P port
32           See --port
33
34     --pass string
35           Set source password. Default is "hackme".
36
37     --port port
38           Set destination port. Symbolic names are supported. Default is
39           8000.
40
41     --proto protocol
42           Set protocol. Default is "http".
43
44     --station-description string
45           Set stream description.
46
47     --station-genre string
48           Set stream genre.
49
50     --station-meta key=value
51           Set meta information. Both key and value are arbitrary strings.
52
53     --station-name string
54           Set stream name.
55
56     --station-url string
57           Set stream URL.
58
59     --tls-mode tls-mode
60           Set TLS mode. This can be "disabled", "auto", "auto_no_plain",
61           "rfc2818", or "rfc2817". Default is "auto".
62
63           When libshout is build without TLS support only "disabled", and
64           "auto" are supported.
65
66     --usage usage{,usage}
67           Set stream usages. This can be:
68           "audio"        for audio substreams
69           "visual"       for picture/video substreams (most often combined
70                          with "audio")
71           "text"         for text substreams that are not subtitles
72           "subtitle"     for subtitle substreams
73           "light"        for light control substreams
74           "ui"           for user interface data, such as DVD menus or but‐
75                          tons
76           "metadata"     for substreams that include metadata for the stream
77           "application"  for application specific data substreams
78           "control"      for substreams that control the infrastructure
79           "complex"      for substreams that are themself a mixture of other
80                          types
81           "other"        for substream of types not listed here
82           "unknown"      for streams that may contain additional substreams
83                          of unknown nature
84           "3d"           for streams that contain information for 3D playback
85           "4d"           for streams that contain information for 4D/XD play‐
86                          back
87
88     --user string
89           Set source user. Default is "source".
90

NOTES

92     If this binary is symlinked, or hardlinked to the name "oggfwd" it pro‐
93     vides drop-in compatibly with oggfwd(1).
94
95BSD                              Dec 16, 2020$                             BSD
Impressum