Skip to content
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

create_asset_request do not accept passthrough #50

Open
Nodalailama opened this issue Sep 8, 2022 · 0 comments
Open

create_asset_request do not accept passthrough #50

Nodalailama opened this issue Sep 8, 2022 · 0 comments

Comments

@Nodalailama
Copy link

Hi,

When creating a live_stream, I set a passthrough, it's work correctly except that asset created do not have the passthrough (even if the doc say so).

But when specify passthrough in create_asset_request like

MuxRuby::CreateAssetRequest.new({
  playback_policy: [MuxRuby::PlaybackPolicy::PUBLIC],
  passthrough: @passthrough
})

and also specify it in CreateLiveStreamRequest

MuxRuby::CreateLiveStreamRequest.new({
  playback_policy: [MuxRuby::PlaybackPolicy::PUBLIC], 
  new_asset_settings: new_asset_settings,
  passthrough: @passthrough
})

I got the following error message:
"The field "new_asset_settings.passthrough" should be provided as "passthrough" and will returned for both the live stream and its assets."

So how I can get passthrough in asset produced by a live_stream ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant