mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Test: Add Multiple Sequence test for RTMP
This commit is contained in:
parent
29b98c49cc
commit
f8b4121497
7 changed files with 647 additions and 12 deletions
|
@ -877,6 +877,7 @@ vhost publish.srs.com {
|
|||
# whether parse the sps when publish stream.
|
||||
# we can got the resolution of video for stat api.
|
||||
# but we may failed to cause publish failed.
|
||||
# @remark If disabled, HLS might never update the sps/pps, it depends on this.
|
||||
# default: on
|
||||
parse_sps on;
|
||||
}
|
||||
|
|
|
@ -20,13 +20,7 @@ stats {
|
|||
}
|
||||
rtc_server {
|
||||
enabled on;
|
||||
# Listen at udp://8000
|
||||
listen 8000;
|
||||
#
|
||||
# The $CANDIDATE means fetch from env, if not configed, use * as default.
|
||||
#
|
||||
# The * means retrieving server IP automatically, from all network interfaces,
|
||||
# @see https://github.com/ossrs/srs/issues/307#issuecomment-599028124
|
||||
candidate $CANDIDATE;
|
||||
}
|
||||
|
||||
|
@ -34,6 +28,7 @@ vhost __defaultVhost__ {
|
|||
rtc {
|
||||
enabled on;
|
||||
bframe discard;
|
||||
aac transcode;
|
||||
rtc_to_rtmp on;
|
||||
}
|
||||
play {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue