Adjust rates

This commit is contained in:
2023-07-10 16:06:37 +01:00
parent 13980b454f
commit 60130329f0
5 changed files with 28 additions and 6 deletions

View File

@ -10,6 +10,11 @@ http_server {
enabled on;
listen 8080;
}
rtc_server {
enabled on;
listen 8000;
candidate *;
}
vhost __defaultVhost__ {
hls {
enabled on;
@ -23,4 +28,13 @@ vhost __defaultVhost__ {
on_unpublish http://10.100.2.226:5295/api/srs;
on_hls http://10.100.2.226:5295/api/srs;
}
rtc {
enabled on;
rtmp_to_rtc on;
rtc_to_rtmp on;
}
http_remux {
enabled on;
mount [vhost]/[app]/[stream].ts;
}
}