Skip to content

Video generated using plugin-concat is not working in ios #7645

Open
@kokaprathyush

Description

@kokaprathyush

Here is the sample code

videoPlayer.concat({
    manifests: [{
      url: introVideo,
      mimeType: 'application/x-mpegURL'
    },{
      url: url,
      mimeType: 'application/x-mpegURL'
    }],
    targetVerticalResolution: 720,
    callback: (err, result) => {
      if (err) {
        console.error(err);
        return;
      }
      videoPlayer.src({
        src: `data:application/vnd.videojs.vhs+json,${JSON.stringify(result.manifestObject)}`,
        type: 'application/vnd.videojs.vhs+json'
      });
    }
  });

It is showing error no compatible source was found for this media

Metadata

Metadata

Assignees

No one assigned

    Labels

    outdatedThings closed automatically by stalebotquestion

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions