vimeo / vimeo-unity-sdk

Easily stream your Vimeo videos into Unity or record and publish out to Vimeo.
MIT License
210 stars 48 forks source link

Live Video Streaming with AVPro (Enterprise account) #144

Open ClaudiaSchoniger opened 1 year ago

ClaudiaSchoniger commented 1 year ago

Describe the issue

Can't play live videos from Vimeo (having an Enterprise account) with AVPro. This error message pops up: image

I think that it is unable to access an live ("/event/") URL, instead of a normal ("/videos/") one (needed for live video streaming on Vimeo as fas as I know). But it is stated that this SDK allows live video streaming on Unity from Vimeo (with the help of AVPro), what should I do to achieve it? Thank you in advance.

Steps to reproduce the problem

Vimeo-Unity SDK version: 0.9.5 AVPro Video version: 1.11.7 (free trial / demo)

  1. Add "[VimeoPlayer]" prefab to scene.
  2. Add "FullscreenVideo" (AVPro) prefab to scene.
  3. image

Unity version

2020.3.11

Operating system

Windows 10