-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
转推 - PingOS #18
Comments
Hello, For example:
On rtmp { server { application live { push rtmp://sg.pscp.tv:80 app=x name=123456; On simply Nginx RTMP I put like below and it work but not with PingOS push rtmp://sg.pscp.tv:80/x/123456 |
Please post the error log of your server. events {
use epoll;
worker_connections 4096;
multi_listen unix:/tmp/http 80;
multi_listen unix:/tmp/rtmp 1935;
dynamic_refresh_interval 5s;
dynamic_domain_buckets 1001;
resolver 8.8.8.8 valid=1m; # DNS Server
resolver_timeout 30s;
} |
Error log
My nginx.conf
|
您好,请问如何在 转推 中支持RTMPS |
Stunnel for RTMPS
…On Fri, Jul 10, 2020, 5:16 PM Badcoding ***@***.***> wrote:
您好,请问如何在 转推 中支持RTMPS
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACG7QEPTSSOUDHKLJBXDVM3R23S57ANCNFSM4MLWJQDQ>
.
|
https://pingos.io/docs/zh/config-dir-push
open source software for streaming media
The text was updated successfully, but these errors were encountered: