Skip to content

Connect SdK can not support video type of ts #10

Description

@qs991011

When I transfer TS files to TV through connect SDK, there will be an error message
`
mMediaPlayer.load(mApiClient, mediaInformation, true).setResultCallback(new ResultCallback() {

            @Override
            public void onResult(MediaChannelResult result) {
                Status status = result.getStatus();

                if (status.isSuccess()) {
                    webAppSession.mLaunchSession.setSessionType(LaunchSessionType.Media);
                    mMediaPlayer.setActiveMediaTracks(mApiClient, new long[]{MEDIA_TRACK_ID});
                    Util.postSuccess(listener, new MediaLaunchObject(webAppSession.mLaunchSession, CastService.this));
                } else {
                    Util.postError(listener, new ServiceCommandError(status.getStatusCode(), status.getStatusMessage(), status));
                }
            }
        });

`

the result of status is not success. so I would like to know if it is not supported for TS files。Thank you.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions