RenderHeads / UnityPlugin-AVProVideo

AVPro Video is a multi-platform Unity plugin for advanced video playback
https://www.renderheads.com/products/avpro-video/
224 stars 27 forks source link

How can play ffmpeg video packet?? #1851

Closed Dev-MinSeok closed 1 month ago

Dev-MinSeok commented 1 month ago

Hi. this is ko.

I need to make a video player. The packet I received is a packet of ffmpeg, but I don't know how to play it using avpro. I really need your help.

The Unity version used is 22.3.16f1, and the OS uses Windows.

I wish there was an example.

Chris-RH commented 1 month ago

we can only play videos from files or streaming URLs.

Dev-MinSeok commented 1 month ago

I see. Then, I want to know how to play the RTSP video. I would like to receive a sample if there was one. I use Version 2.9.3 - 11 March 2024.

Chris-RH commented 1 month ago

AVPro Video doesn't have strong support for real-time streaming formats as they are not the focus of this plugin and most operating systems do not have good native support for them. More info: https://docs.microsoft.com/en-us/windows/win32/medfound/supported-protocols

On Windows if you want to use RTSP then I recommend installing LAV Filters and using the DirectShow API.