mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 20:01:56 +00:00
ISO_IEC_14496-10-AVC-2012.pdf, page 65 7.4.1.1 Encapsulation of an SODB within an RBSP (informative) ... 00 00 03 xx, the 03 byte should be drop where xx represents any 2 bit pattern: 00, 01, 10, or 11. --------- Co-authored-by: john <hondaxiao@tencent.com> Co-authored-by: chundonglinlin <chundonglinlin@163.com> Co-authored-by: winlin <winlin@vip.126.com>
14 lines
357 B
Text
14 lines
357 B
Text
# security config for srs, allow play and deny publish.
|
|
# @see full.conf for detail config.
|
|
|
|
listen 1935;
|
|
max_connections 1000;
|
|
daemon off;
|
|
srs_log_tank console;
|
|
vhost __defaultVhost__ {
|
|
security {
|
|
enabled on;
|
|
deny publish all;
|
|
allow play all;
|
|
}
|
|
}
|