Morris Butler

Results 177 comments of Morris Butler

HTTP(S) URLs are fully supported across all platforms so I'm not sure why this isn't working for you. What kind of media are you trying to playback? (HLS or mp4)....

Hey @mateus-capelesso, could you tell me more about how the HLS streams are being encrypted? Are you able to share one of these streams so that we can test it...

I've reproduced the issue here and unfortunately it does seem to be something in the internals of AVFoundation. In essence the low-level player instance does not produce frames when playing...

Hey @guerwan, how are you playing the stream in your native app? The issue is with AVPlayerItemVideoOutput under the hood so you won't see it if you're just using AVPlayerViewController...

Thanks for sending on links to the videos you're using. Unfortunately I've not been able to reproduce the issue here however I am wondering if your user had been using...

The common factor here does seem to be iOS 15.6 although frustratingly I am running iOS 15.6.1 and not seeing this issue. It would seem that this is not related...

Hey @huujiee Thanks for the video info. Is it being played locally or being streamed? If streamed is it HLS?

I've uploaded our caching test scene here: [Caching.zip](https://github.com/RenderHeads/UnityPlugin-AVProVideo/files/8659889/Caching.zip) This should allow you to see how it all works and how to go about adding support for it to your project....

Reopening as adding support for caching of mp4's on iOS is definitely desirable

The iOS media player by default uses a bi-planar texture format for movie playback which is currently unsupported by the extract frames feature. However you can work around this by...