!!! Before submitting a new bug report, make sure you have asked the AI about your issue, because we have setup the project with docs for AI, so AI know everything including questions, usage, bugs, features, workflows, etc.
rtmp
A clear and concise description of what the bug is.
Version
7.
To Reproduce
Steps to reproduce the behavior:
- rtmp push
- Click on '....' pull
- rtmp2.conf
max_connections 1000;
daemon off;
srs_log_tank console;
rtmp {
listen 1935;
}
http_server {
enabled on;
listen 8080;
dir ./objs/nginx/html;
https {
enabled on;
listen 8443;
key /opt/srs/trunk/data/test.paly.yaojingw.top.key; # 此处有修改
cert /opt/srs/trunk/data/test.paly.yaojingw.top.pem; # 此处有修改
}
}
http_api {
enabled on;
listen 1985;
https {
enabled on;
listen 1990;
key /opt/srs/trunk/data/test.paly.yaojingw.top.key;
cert /opt/srs/trunk/data/test.paly.yaojingw.top.pem;
}
}
stats {
network 0;
}
rtc_server {
enabled on;
listen 8000; # UDP port
# @see https://ossrs.io/lts/en-us/docs/v7/doc/webrtc#config-candidate
candidate 36.1xx.195.xx;
}
vhost defaultVhost {
rtc {
enabled on;
# @see https://ossrs.io/lts/en-us/docs/v7/doc/webrtc#rtmp-to-rtc
rtmp_to_rtc on;
# @see https://ossrs.io/lts/en-us/docs/v7/doc/webrtc#rtc-to-rtmp
rtc_to_rtmp on;
}
http_remux {
enabled on;
mount [vhost]/[app]/[stream].flv;
}
}
5. See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
!!! Before submitting a new bug report, make sure you have asked the AI about your issue, because we have setup the project with docs for AI, so AI know everything including questions, usage, bugs, features, workflows, etc.
rtmp
A clear and concise description of what the bug is.
Version
7.
To Reproduce
Steps to reproduce the behavior:
max_connections 1000;
daemon off;
srs_log_tank console;
rtmp {
listen 1935;
}
http_server {
enabled on;
listen 8080;
dir ./objs/nginx/html;
https {
enabled on;
listen 8443;
key /opt/srs/trunk/data/test.paly.yaojingw.top.key; # 此处有修改
cert /opt/srs/trunk/data/test.paly.yaojingw.top.pem; # 此处有修改
}
}
http_api {
enabled on;
listen 1985;
https {
enabled on;
listen 1990;
key /opt/srs/trunk/data/test.paly.yaojingw.top.key;
cert /opt/srs/trunk/data/test.paly.yaojingw.top.pem;
}
}
stats {
network 0;
}
rtc_server {
enabled on;
listen 8000; # UDP port
# @see https://ossrs.io/lts/en-us/docs/v7/doc/webrtc#config-candidate
candidate 36.1xx.195.xx;
}
vhost defaultVhost {
rtc {
enabled on;
# @see https://ossrs.io/lts/en-us/docs/v7/doc/webrtc#rtmp-to-rtc
rtmp_to_rtc on;
# @see https://ossrs.io/lts/en-us/docs/v7/doc/webrtc#rtc-to-rtmp
rtc_to_rtmp on;
}
http_remux {
enabled on;
mount [vhost]/[app]/[stream].flv;
}
}
5. See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.