aws-samples / amazon-ivs-broadcast-ios-sample

MIT No Attribution
18 stars 11 forks source link

Streaming issue in IVSBroadcaster. #43

Closed rishopbabu closed 1 year ago

rishopbabu commented 1 year ago

Hi @bclymer, While testing in test server the broadcast streams good. But when I push the stream to production I'm getting an error like this. Can you please help me with this. I really appreciate it. Thanks in advance.

Error (Code: 20105) Source: StartBroadcast Error: URI contains an invalid scheme (rtmp://11.11.11.111:1111/live)

Need some add on informations.

bclymer commented 1 year ago

Streaming with our SDK requires rtmps://, we do not accept rtmp:// for security reasons.