We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It worked publishing to twitch and facebook, but it failed to dail youtube. Is anyone got the same problem?
avtool forwardrtmp :1935 fwd rtmp://a.rtmp.youtube.com/live2/secretkey DialFailed
The text was updated successfully, but these errors were encountered:
@pascallin I have the same issue! Did you find a solution?
Sorry, something went wrong.
Hi i have a solution for the same, after this youtube will work.
format/rtmp/cmd.go line:403 if err = c.writeCommand(4, c.avmsgsid, "publish", transid, nil, publishpath, connectpath); err != nil { return } change connectpath to value "live" if err = c.writeCommand(4, c.avmsgsid, "publish", transid, nil, publishpath,"live"); err != nil { return }
No branches or pull requests
It worked publishing to twitch and facebook, but it failed to dail youtube. Is anyone got the same problem?
The text was updated successfully, but these errors were encountered: