awslabs / amplify-video

An open source Category Plugin for the AWS Amplify-CLI that makes it easy to deploy live and file based streaming video services and integrate them into your Amplify applications.
https://www.npmjs.com/package/amplify-category-video
Apache License 2.0
267 stars 56 forks source link

setup-obs server URI is incorrect #209

Closed smp closed 3 years ago

smp commented 3 years ago

Describe the bug setup-obs stream server URL is incorrect

To Reproduce Steps to reproduce the behavior:

  1. create a live video resource using elemental, mediapackage, and no cloudfront distribution.
  2. run amplify video setup-obs
  3. select profile and start stream in obs (it will fail)

Note the duplicate protocols in the stream URI, in my case it looked like..

rtmps://rtmp://IPADDRESSS:1935/mpharvester-dev-p

Expected behavior Stream should "just start" when I open OBS, select profile, and start stream

Desktop (please complete the following information):

nathanagez commented 3 years ago

@smp it looks like the PR I opened weeks ago fix your issue: https://github.com/awslabs/amplify-video/pull/185

smp commented 3 years ago

Thanks, closing as duplicate