Curt84328 Posted June 22, 2019 Share Posted June 22, 2019 I know it is possible to play sounds (MP3) in MBS, but is it possible to play a video? The same parts of the software that handle sound should be able to handle video (MP4) Link to comment Share on other sites More sharing options...
Curt84328 Posted June 25, 2019 Author Share Posted June 25, 2019 let me add a bit. I am asking if it is possible to pass a command to an external program such as PotPlayer to run a video in response to an event. Link to comment Share on other sites More sharing options...
Andy Posted June 25, 2019 Share Posted June 25, 2019 Hi Curt, I wouldn't second in'game' videos, because then I fear abusing. But using the port with another external program that reacts to MBS-Events and launches a player parametrized is possible. Still - needs someone to write this external program. I have no idea if there will be file access by Lua (and I don't know if that can be restricted so that our computers will stay safe...), but perhaps then there could be an easier solution. greets Andy Link to comment Share on other sites More sharing options...
Curt84328 Posted June 25, 2019 Author Share Posted June 25, 2019 Normally I would agree with you about possible abuse, but in this situation, I have a special video that I want to insert in a layout that goes directly with the theme of the layout. Link to comment Share on other sites More sharing options...
Andy Posted June 25, 2019 Share Posted June 25, 2019 (edited) Just wait for V5. Lua can make it, I have tested it, it works. Launching the player is a one-liner, just go the Lua-Test-Shell and enter os.execute('start C:\\Program Files\\DAUM\\PotPlayer\\PotPlayerMini64.exe C:\\sample.mp4') Edited June 25, 2019 by Andy Link to comment Share on other sites More sharing options...
Curt84328 Posted June 25, 2019 Author Share Posted June 25, 2019 8 minutes ago, Andy said: Just wait for V5. Lua can make it, I have tested it, it works. cool, I am working on Golden Spike site, and thought it would be cool to play the actual driving of the golden spike. Link to comment Share on other sites More sharing options...
Andy Posted June 25, 2019 Share Posted June 25, 2019 (edited) I just have to check out, how the size can be adjusted. With the pure command it goes fullscreen immediately p.s.: I could write this external program in no time, the problem is, who should trust me and download that one. So that's nothing for the catalog. So better let's wait. p.p.s I'm not really amused that this is that easy to possibly grab data by Lua and send it to somewhere while using MBS Edited June 25, 2019 by Andy p.p.s Link to comment Share on other sites More sharing options...
Neo Posted June 26, 2019 Share Posted June 26, 2019 Hi, vor 6 Stunden schrieb Andy: os.execute(... this won't work in V5, you will not have access to any OS functions or other private data. All Lua scripts are running in an isolated sandbox. This allows sharing layouts without any security concerns. @Curt84328 You can upload your video to YouTube and include the link to the video in the description of the layout, which is always shown when the layout is loaded. Kind regards, Neo Link to comment Share on other sites More sharing options...
Andy Posted June 26, 2019 Share Posted June 26, 2019 Sehr gut Neo! Da hatten Götz und ich schon große Sorgen! Gruß Andy Link to comment Share on other sites More sharing options...
Goetz Posted June 26, 2019 Share Posted June 26, 2019 vor 20 Minuten schrieb Andy: Götz und ich ... Ich war informiert. Link to comment Share on other sites More sharing options...
Andy Posted June 26, 2019 Share Posted June 26, 2019 Sakra, wo ist denn jetzt diese Fliegenklatsche? Link to comment Share on other sites More sharing options...
Curt84328 Posted June 27, 2019 Author Share Posted June 27, 2019 since people seem concerned about embedded video, I thought I'd set everyone's mind at ease. I decided to just include a link to the video in the description and not ask for embedded. This project is turning out to be harder and bigger than I thought. Link to comment Share on other sites More sharing options...
brk.schatz Posted June 28, 2019 Share Posted June 28, 2019 Na, na, Andy, ich dachte du willst dich in Bezug " Fliegen " etwas mehr Contenance üben..... Gruß Karl Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now