microsoft / mixed-reality-extension-sdk

The Mixed Reality Extension SDK enables developers to build 3D world extensions for AltspaceVR, using Node.JS.
MIT License
142 stars 61 forks source link

VideoStream volume options stopped working #747

Open kuperavv opened 3 years ago

kuperavv commented 3 years ago

VideoStream volume options stopped working, both when creating the video stream, and when trying to adjust the volume using a media instance. Please advise.

SamwiseLA commented 3 years ago

The new release seems to have solved this problem as well as setting the time (which now allows to simulate rewind and fast forward). Though the duration is still not working (always says 0). And there doesn’t seem to be a way in the MediaInstance to know the elapsed time of the video stream instance. And pausing is only experienced by one avatar if there are multiple avatars in world.

kuperavv commented 3 years ago

Thanks, yes, I saw the release. I think I'm still having issues setting the looping functionality as well.