Former-commit-id: f39b42492056ce219379829c549e6569e65c2140
Former-commit-id: 94fa1442a5a5cecd6d0c70c6aefff564a50f5641
1.0
wanggang 4 years ago
parent 3b1d1f8388
commit 62490fe953

@ -49,6 +49,28 @@ vhost __defaultVhost__ {
acodec an;
oformat image2;
output ./objs/nginx/html/[app]/[stream].png;
}
engine ff {
enabled off;
vfilter {
}
vcodec libx264;
vbitrate 500;
vfps 25;
vwidth 768;
vheight 320;
vthreads 12;
vprofile main;
vpreset medium;
vparams {
}
acodec libfdk_aac;
abitrate 70;
asample_rate 44100;
achannels 2;
aparams {
}
output rtmp://127.0.0.1:[port]/[app]?vhost=[vhost]/[stream]_[engine];
}
}
http_remux {

@ -50,6 +50,28 @@ vhost __defaultVhost__ {
oformat image2;
output ./objs/nginx/html/[app]/[stream].png;
}
engine ff {
enabled off;
vfilter {
}
vcodec libx264;
vbitrate 500;
vfps 25;
vwidth 768;
vheight 320;
vthreads 12;
vprofile main;
vpreset medium;
vparams {
}
acodec libfdk_aac;
abitrate 70;
asample_rate 44100;
achannels 2;
aparams {
}
output rtmp://127.0.0.1:[port]/[app]?vhost=[vhost]/[stream]_[engine];
}
}
http_remux {
enabled on;

Loading…
Cancel
Save