UnityPlugin-AVProVideo
UnityPlugin-AVProVideo copied to clipboard
AVPro Video is a multi-platform Unity plugin for advanced video playback
Improve syncing of texture update to vsync of display For all platforms Specifically might help with keeping issue [#ZPtzOBQyXq]
**Describe the issue** As I've been implementing AVPro Video, it's become clear that I can't count on the Control and Info properties to be available, unless the MediaPlayer has content...
AvPro supports displaying WebVTT subtitles when streaming with HLS (supported platforms are shown in [the documentation](https://www.renderheads.com/content/docs/AVProVideo/articles/feature-subtitles.html)). However, only the text is available for displaying. WebVTT format allows to specify extra...
So I understand that there's an issue with playing video in WebGL on iOS devices, but just recently there has been a solution found that uses Unity's video player. Is...
**Describe the issue** Getting the following issue when trying to upload my MacOS standalone build to the Apple App Store: `ERROR ITMS-90511: "CFBundleIdentifier Collision. The Info.plist CFBundleIdentifier value 'com.renderheads.AVPro.Video-Core' of...
**Question** Is it possible to pre-load videos in a playlist ahead of jumping to them so the switch to them is quick and relatively seamless?
User requested for Android, specially to continuously get the bitrate of an HLS stream.
It is a pretty simple feature request. Sometimes it is just more convenient to add HttpHeader instance to platform options instead of decomposing it to name and value strings. What...
Since four channels of sound need to be played at the same time, we hope to use a function like TouchDesigner software to support the selection of different audio output...
**Is your feature request related to a problem? Please describe.** My app uses both AVPro Video and AVPro MovieCapture to render videos for users. It uses SeekToFrameRelative() to move through...