UnknownCoder807
UnknownCoder807
Have you got a video of what this look like? I'm assuming its when you swipe down (or something) and it shows metadata etc ?
KSVideoPlayer.swift doesn't work properly on tvOS. Please see my issue at https://github.com/kingslay/KSPlayer/issues/214
i can't find a way. It's a report via Crashlytics. I don't know any anything other than what those 2 screenshots show.
> @UnknownCoder807 do you have anything like this in your crash reports? I haven't got any crashes similar to this, sorry.
I get asked quite often from my users about ChromeCast support. Would be a great addition and major bonus to KSPlayer if it could be added.
> 用户是想要在iPhone播放视频,然后可以投屏到带到chromecast的tv吗? Yes, that's exactly what is needed, thanks.
> 那我理解只要按照https://developers.google.com/cast/codelabs/cast-videos-ios?hl=zh-cn#0 这个教程。对UIViewController做一下处理就可以了。底层的KSPlayerLayer应该都不用做什么修改。你们现在接入GoogleCast是有遇到什么问题吗? Thanks. I didn't realise it was down to the app. I always assumed it was the media player.
> @AvdLee The first time I hooked it up, it worked nicely. Then I tried later and it was consistently crashing with exception below. I doubt the error message is...
> @grennis @UnknownCoder807 did you change anything in terms of target device to get this crash? E.g. build on a device or a different Simulator? For me, I just installed...
> @UnknownCoder807 在Snappier上是否可以看到Display FPS 的值。对应的代码是 LabeledContent("Display FPS", value: dynamicInfo.displayFPS, format: .number) Yes, I use this code and it appears to work correctly.