You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, we continuously get a “connection rejected” error.
We also tried following the RTMP URL format recommendation in Readme file from version 0.14.0
, but it still fails to broadcast to the server.
Current SDK version: 0.16.0
Could you please let us know if we are configuring the URL incorrectly or if there’s something else we’re missing?
Code for reference:
data class Preference(
var rtmpURL: String,
var streamName: String,
) {
companion object {
var shared = Preference(
"rtmp://wms.hdezwebcast.com/show_hdezweblive/46640/streamID=E9XVaGtYSh",
"46640/streamID=E9XVaGtYSh",
)
}
}
Any guidance on the correct URL format or troubleshooting steps would be greatly appreciated.
violatesIndicates that an issue violates the support guidelines or code of conduct.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We are trying to broadcast to our server using the following URL:
rtmp://wms.hdezwebcast.com/show_hdezweblive/46640?streamID=E9XVaGtYSh
However, we continuously get a “connection rejected” error.
We also tried following the RTMP URL format recommendation in Readme file from version 0.14.0
, but it still fails to broadcast to the server.
Current SDK version: 0.16.0
Could you please let us know if we are configuring the URL incorrectly or if there’s something else we’re missing?
Code for reference:
Any guidance on the correct URL format or troubleshooting steps would be greatly appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions