ConnectSDK / Connect-SDK-iOS

iOS source project for Connect SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roku cast videos not working

mirroringcontact opened this issue · comments

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

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

commented

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

Can you share it?

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

Can you share it?

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"

@dylancom ,
Roku device not connect.
Any solution?