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

Roku cast videos not working #246

Open
mirroringcontact opened this issue Nov 7, 2022 · 6 comments
Open

Roku cast videos not working #246

mirroringcontact opened this issue Nov 7, 2022 · 6 comments

Comments

@mirroringcontact
Copy link

Since October 31, I can't stream videos on Roku. I see just a black screen for 0.5 seconds and after that the media player closes

@dylancom
Copy link

@mirroringcontact
Copy link
Author

Yes. You are right. I fixed this problem. I create custom channel and it works good.

@trung10101995
Copy link

Yes. You are right. I fixed this problem. I create custom channel and it works good.

Can you share it?

1 similar comment
@siam009
Copy link

siam009 commented Aug 20, 2023

Yes. You are right. I fixed this problem. I create custom channel and it works good.

Can you share it?

@mirroringcontact
Copy link
Author

Yes. You are right. I fixed this problem. I create custom channel and it works good.

Can you share it?

default player is working now.
image fix:
replace NSString *applicationPath = [NSString stringWithFormat:@"15985?t=p&u=%@&tr=crossfade", to
NSString *applicationPath = [NSString stringWithFormat:@"15985?t=p&u=%@&h=%%20&k=%%20",

video fix:
applicationPath = [NSString stringWithFormat:@"15985?t=v&u=%@&k=(null)&videoName=%@&videoFormat=%@"
to
applicationPath = [NSString stringWithFormat:@"15985?t=v&u=%@&h=%%20&k=%%20"

mlabsco pushed a commit to mlabsco/Connect-SDK-iOS that referenced this issue Mar 21, 2024
ROKU: fix play media ConnectSDK#246
@Gopal02024
Copy link

@dylancom ,
Roku device not connect.
Any solution?

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

5 participants