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

Python SDK Example src /multi_codec_encoding.py Bug #57

Open
hassanzreik opened this issue Nov 14, 2023 · 0 comments
Open

Python SDK Example src /multi_codec_encoding.py Bug #57

hassanzreik opened this issue Nov 14, 2023 · 0 comments

Comments

@hassanzreik
Copy link

I was testing multi_codec_encoding.py and found that on line 604 in _create_dash_fmp4_representation function should call

bitmovin_api.encoding.manifests.dash.periods.adaptationsets.representations.fmp4.create(
        manifest_id=dash_manifest.id,
        period_id=period.id,
        adaptationset_id=adaptation_set_id,
        dash_fmp4_representation=dash_fmp4_representation
    )

instead of

    bitmovin_api.encoding.manifests.dash.periods.adaptationsets.representations.cmaf.create(
        manifest_id=dash_manifest.id,
        period_id=period.id,
        adaptationset_id=adaptation_set_id,
        dash_cmaf_representation=dash_fmp4_representation
    )

because it returns below error

bitmovin_api_sdk.common.bitmovin_error.BitmovinError: Muxing 'XXXX' is of type 'FMP4'. The representation type you are trying to add requires a muxing of type 'CMAF'
developerMessage: Muxing 'XXXX' is of type 'FMP4'. The representation type you are trying to add requires a muxing of type 'CMAF'
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