mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add utest for config vhosts, transcode/dvr/hls
This commit is contained in:
parent
d612597a8f
commit
2c9e16a9e7
6 changed files with 3222 additions and 1152 deletions
|
@ -787,7 +787,7 @@ vhost all.transcode.srs.com {
|
|||
output rtmp://127.0.0.1:[port]/[app]?vhost=[vhost]/[stream]_[engine];
|
||||
}
|
||||
engine vcopy {
|
||||
enabled on;
|
||||
enabled on;
|
||||
vcodec copy;
|
||||
acodec libaacplus;
|
||||
abitrate 45;
|
||||
|
@ -813,7 +813,7 @@ vhost all.transcode.srs.com {
|
|||
output rtmp://127.0.0.1:[port]/[app]?vhost=[vhost]/[stream]_[engine];
|
||||
}
|
||||
engine copy {
|
||||
enabled on;
|
||||
enabled on;
|
||||
vcodec copy;
|
||||
acodec copy;
|
||||
output rtmp://127.0.0.1:[port]/[app]?vhost=[vhost]/[stream]_[engine];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue