ConnectSDK / Connect-SDK-iOS

iOS source project for Connect SDK
Apache License 2.0
172 stars 133 forks source link

Roku cast videos not working #246

Open mirroringcontact opened 1 year ago

mirroringcontact commented 1 year ago

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 commented 1 year ago

Seems they removed the "Play on Roku" protocol as of 11.5. See: https://community.roku.com/t5/Solving-playback-issues/OS-11-5-Roku-11-5-broke-Play-on-Roku-video-playback/m-p/827302#M44856

mirroringcontact commented 1 year ago

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

trung10101995 commented 1 year ago

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

Can you share it?

siam009 commented 1 year ago

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

Can you share it?

mirroringcontact commented 1 year ago

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"

Gopal02024 commented 2 months ago

@dylancom , Roku device not connect. Any solution?