This issue has been discussed on this forum in the past. The reasoning given was that there's no real benefit of the 64-bit over the 32-bit, so only the 32-bit is available on PortableApps.
Well, now there is a real benefit. OBS can use VLC directly as a source (useful for streaming). But only 64-bit VLC.
Does OBS support it when they're both running portable? You can grab the 64-bit files from the VLC site and drop them into VLC Portable to test. If it does work between OBS Portable and VLC Portable, I'll consider updating it to dual mode. If it doesn't, then there's no need.
Sometimes, the impossible can become possible, if you're awesome!
I just tried it. Sadly, it seems the portable OBS cannot pick up from portable VLC-64-bit.
In case anyone's curious about what I meant by VLC as a source for OBS, you may
1) watch this video: https://www.youtube.com/watch?v=c4DBj6XXpF8&ab_channel=ScottFichter
2) or google: VLC Video Source in OBS
Thanks for your quick response in offering to help. Sadly, it seems seems it won't work.
Do you know any additional details about what OBS is looking for to use it as a source? It might be something I could build into the OBS Portable launcher to check if VLC 64-bit is available and point to it.
Sometimes, the impossible can become possible, if you're awesome!
It appears that there is a registry key check happening: https://github.com/obsproject/obs-studio/blob/190ab876cc727a1d9ef89a32f0...
So, we should be able to easily build this into the launcher as you've noted.
Unfortunately, it's checking in HKLM, so we'll need admin rights when launching OBS to be able to get it working. Also, not sure if we can pass in VLCPortable.exe and it'll work or if it requires vlc.exe as it exists in an installed version. If the latter, it's a no go since it would be run in local mode.
Sometimes, the impossible can become possible, if you're awesome!
The update 3.0.15 of VLC Portable don't work.
My system: Windows 8.1
I must (re)install update 3.0.14 to have a functional app
More: When we go on the VLC website, the last update is 3.0.14.
Question: What is this update 3.0.15 on PortableApps?
Carmina
It looks like VLC pulled it: https://forum.videolan.org/viewtopic.php?f=14&t=157511
I've done the same: https://portableapps.com/news/2021-06-10--vlc-media-player-portable-3.0....
Sometimes, the impossible can become possible, if you're awesome!
It seems that the PA package rolled back to "3.0.14 Rev 2" but contains some leftover from 3.0.15. See : https://www.wilderssecurity.com/threads/sumo-keep-your-software-up-to-da...
Am I (and SUMo) wrong about this ?
The package version is by design. 3.0.15.1 is greater than 3.0.15 and will replace VLC Portable 3.0.15 for existing users.
Sometimes, the impossible can become possible, if you're awesome!
Thanks for your help !
But as a general use, should SUMo use PackageVersion or DisplayVersion to indicate the currently installed "version" of a PA product ?
We use PackageVersion to indicate to our own platform when an app is in need of an upgrade, hence using the odd PackageVersion for the Rev 2. It forces users to downgrade so they don't encounter issues as they move around.
Sometimes, the impossible can become possible, if you're awesome!
So not easy to find the best option... either is stay on PackageVersion in order to catch up emergency downgrade (but version does not reflec installed software) or use DisplayVersion but in this case i'll not notify emergency upgrades such as rollback...
Use both if you can. If not, use PackageVersion
Sometimes, the impossible can become possible, if you're awesome!
I'll stay on PackageVersion then.
Thanks for your clarification !!!!