Skip to content

SRS whep https pull stream failed #4663

Description

@191474639

!!! 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:

  1. rtmp push
  2. Click on '....' pull
  3. 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.

Image

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    TransByAITranslated by AI/GPT.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions