-
Notifications
You must be signed in to change notification settings - Fork 58
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
No default whitelist set #11
Comments
xinsuinizhuan
changed the title
int ret = avio_open2(&fctx->pb, output, AVIO_FLAG_WRITE, nullptr, nullptr);
No default whitelist set
Oct 20, 2022
are you running rtmp server on rtmp://localhost:1935? |
increase resolution to a higher value, the width and height parameters. |
But the higher and width value equare to the real image value, it to heighter to the real image value? |
sorry, I don't understand your question. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
avio_open2 false,and log is:
[rtmp @ 000002a52cc57440] No default whitelist set
[tcp @ 000002a52cc6e9c0] No default whitelist set
[tcp @ 000002a52cc6e9c0] Original list of addresses:
[tcp @ 000002a52cc6e9c0] Address ::1 port 1935
[tcp @ 000002a52cc6e9c0] Address 127.0.0.1 port 1935
[tcp @ 000002a52cc6e9c0] Interleaved list of addresses:
[tcp @ 000002a52cc6e9c0] Address ::1 port 1935
[tcp @ 000002a52cc6e9c0] Address 127.0.0.1 port 1935
[tcp @ 000002a52cc6e9c0] Starting connection attempt to ::1 port 1935
[tcp @ 000002a52cc6e9c0] Starting connection attempt to 127.0.0.1 port 1935
[tcp @ 000002a52cc6e9c0] Connection attempt to ::1 port 1935 failed: Error number -138 occurred
[tcp @ 000002a52cc6e9c0] Connection attempt to 127.0.0.1 port 1935 failed: Error number -138 occurred
[tcp @ 000002a52cc6e9c0] Connection to tcp://localhost:1935 failed: Error number -138 occurred
[rtmp @ 000002a52cc57440] Cannot open connection tcp://localhost:1935
The text was updated successfully, but these errors were encountered: