Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast libigloo
Commits
11974029
Commit
11974029
authored
Apr 08, 2022
by
Philipp Schafft
🦁
Browse files
Feature: Added more useful constants to sp
parent
a2c38bb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sp.c
View file @
11974029
...
...
@@ -48,9 +48,11 @@ static const char *constant_strings[] = {
"4294967295"
,
"4294967296"
,
"18446744073709551615"
,
"18446744073709551616"
,
"0x0"
,
"0x00"
,
"0xff"
,
"0xFF"
,
"00"
,
"000"
,
// Truth values:
"yes"
,
"true"
,
"ja"
,
"wahr"
,
"no"
,
"false"
,
"nein"
,
"unwahr"
,
"falsch"
,
"enable"
,
"enabled"
,
"disable"
,
"disabled"
,
// Hash names:
"SHA3-224"
,
"SHA3-256"
,
"SHA3-384"
,
"SHA3-512"
,
// Protocols:
...
...
@@ -64,12 +66,48 @@ static const char *constant_strings[] = {
"audio/x-matroska"
,
"video/x-matroska"
,
"video/x-matroska-3d"
,
"video/webm"
,
"video/webm"
,
"image/png"
,
"image/jpeg"
,
// Charsets:
"charset"
,
"utf-8"
,
"UTF-8"
,
// TLS:
"auto"
,
"auto_no_plain"
,
"rfc2817"
,
"rfc2818"
,
// Storage:
"key"
,
"value"
,
"name"
,
"type"
,
"description"
,
// Access:
"allow"
,
"deny"
,
"username"
,
"password"
,
"role"
,
"acl"
,
"rule"
,
"access"
,
"limit"
,
"limits"
,
// Signals:
"bitrate"
,
"samplerate"
,
"quality"
,
// Vorbis Comments:
"TITLE"
,
"VERSION"
,
"ALBUM"
,
"TRACKNUMBER"
,
"ARTIST"
,
"PERFORMER"
,
"COPYRIGHT"
,
"LICENSE"
,
"ORGANIZATION"
,
"DESCRIPTION"
,
"GENRE"
,
"DATE"
,
"LOCATION"
,
"CONTACT"
,
"ISRC"
,
// VCLT:
"STREAMURL"
,
"FILENAME"
,
"FILEURL"
,
"LENGTH"
,
"HASH"
,
"OFFSET"
,
"SIGNALINFO"
,
"AUDIOINFO"
,
"codec"
,
"rate"
,
"bits"
,
"channels"
,
"x"
,
"y"
,
"z"
,
"stereomode"
,
// UUIDs (RFC 4122):
"00000000-0000-0000-0000-000000000000"
,
// Nil UUID
"6ba7b810-9dad-11d1-80b4-00c04fd430c8"
,
// NameSpace_DNS
"6ba7b811-9dad-11d1-80b4-00c04fd430c8"
,
// NameSpace_URL
"6ba7b812-9dad-11d1-80b4-00c04fd430c8"
,
// NameSpace_OID
"6ba7b814-9dad-11d1-80b4-00c04fd430c8"
,
// NameSpace_X500
// Others:
"Icecast"
,
"icecast"
,
"hackme"
,
"test"
,
"admin"
,
"Earth"
,
"localhost"
,
"127.0.0.1"
,
"source"
,
"relay"
,
"stream"
,
"Icecast"
,
"icecast"
,
"hackme"
,
"test"
,
"admin"
,
"Earth"
,
"igloo"
,
"localhost"
,
"127.0.0.1"
,
"::1"
,
"::"
,
"source"
,
"relay"
,
"stream"
,
"mount"
,
"mountpoint"
,
"access.log"
,
"error.log"
,
"panic"
,
"error"
,
"warning"
,
"info"
,
"debug"
,
"panic"
,
"error"
,
"warning"
,
"info"
,
"information"
,
"debug"
,
"none"
,
"any"
,
"all"
,
"own"
,
"default"
,
"normal"
,
"virtual"
,
"strict"
,
"legacy"
,
"obsolete"
,
"compat"
,
"master"
,
"slave"
,
"client"
,
"server"
,
"peer"
,
"event"
,
"action"
,
"trigger"
,
"mode"
,
"uri"
,
"url"
,
"urn"
,
"filename"
,
"hostname"
,
"location"
,
"port"
,
"implementation"
,
"version"
,
"config"
,
"configuration"
,
"/"
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment