1
0
Fork 0
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:
winlin 2014-07-22 11:01:20 +08:00
parent d612597a8f
commit 2c9e16a9e7
6 changed files with 3222 additions and 1152 deletions

View file

@ -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];