Search results for query: *

  1. V

    Plugins VideoController

    Can you try changing the path to <Vam>/Custom/Video/MyVideo and tell me if that works. One of the changes for v2.0 was that I shorten all files within the VAM folder so they start with <VAM>/ instead of the usual full path.
  2. V

    Plugins VideoController

    This is a problem with the version of Unity from 2018 VAM is using. I'm setting the players to: FitInside Resize proportionally so that content fits the target area, adding black bars if needed. However it doesn't always seem to work. I added an aspect ratio dropdown to the plugin so that...
  3. V

    Plugins VideoController

    VamSander updated VideoController with a new update entry: Added triggers and other fixes Read the rest of this update entry...
  4. V

    Plugins VideoController - Added triggers and other fixes

    Triggers added: Play Once - play the video once, the screen will then stop, will not be added to video list. Add Files - add files to the video list, options to specify screen and if there is audio, files can be outside VAM path. Play Stop Refresh/Clear - will reset video list to whatever is in...
  5. V

    Plugins VideoController

    BTW: If you want to help out - I'm totally up for that. Not going to set up a github for this, but you have the source, just send me a new copy and I'll do a merge. Probably worth warning me in advance what you're adding though so I'm not doing the same thing.
  6. V

    Plugins VideoController

    Sure go ahead ;)
  7. V

    Plugins VideoController

    Yeah, tbh I'm sure I'd tried this before and it didn't work. Seems fine in v20. The problem with full path browsing is that while GetDirectoryPathDialog will work - GetFilesAtPath won't. Looks like adding play triggers should be easy though and I'll let people enter any path for that.
  8. V

    Plugins VideoController

    Unfortunately scrubbing is going to be one of the things DreamHomeWebTV does support where this doesn't. The WebTV is just browser code - probably Chrome - rendering to a texture. It supports all the things a normal browser would - this however is just a video decoder connected to a texture...
  9. V

    Plugins VideoController

    Unfortunately this is down to hardware and the complexity of the scene. Basically if the scene is drawing all the power - but you can't really tell as VR is doing a pretty good job of smoothing it out, you're gonna notice for things like video and audio playback though. If that isn't the case...
  10. V

    Plugins VideoController

    Yeah okay, I'm not obeying root relative paths correctly. So that's in my priority TODO list - it'll work provided they use exactly the same path as you - currently.
  11. V

    Plugins VideoController

    The UI we have available in VAM doesn't really support doing anything sophisticated with lists like selection - which is a nuisance as there's so much more I could do with a good custom scrollable list. What I'll probably do in the short term is look at adding triggers - so you could e.g...
  12. V

    Plugins VideoController

    Okay. interesting feature request. I'll look into it - but I suspect that all you need to do is add the folder to the package? (that's the way var packages are supposed to work).
  13. V

    Plugins VideoController

    I think the hardest part is doing proper slideshows with mixed cross-fades and Ken-Burns effect stuff (panning and zooming). If all you need is a crossfade - then this could be adapted easily (if you're a programmer and know Unity).
  14. V

    Plugins VideoController

    Let me DM you as I'd like to fix this.
  15. V

    Plugins VideoController

    Thanks, the range stuff will go into my TODO. Default size - yeah, it was kind of intended to be a large single screen like a backdrop. It's easy to change so unless I get a lot of similar feedback I'll leave it for now. On limiting - yeah, I started with 5x5 as max then thought - "there's gonna...
  16. V

    Plugins VideoController

    VamSander submitted a new resource: VideoController - Play videos direct from your PC over multiple screens - no WebPanel needed Read more about this resource...
  17. VideoController

    Plugins VideoController 2
    Hub-Hosted VAR CC BY

    VideoController v2.0 Full documentation below in v1.0 Triggers - can play videos outside the VAM folder, even URLS and can specify which screen. Looping, Autoplay, Local paths, Packaged videos, Screens slider (thanks RedEyes), Path fixes. VideoController v1.0 - Main documentation including...
Back
Top Bottom