ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Multi Video Player

(1/2) > >>

spankmonkey:
Hello,

I am looking for an application to play multiple videos simultaneously in a single UI.
I found a promising freeware:
http://ipivs.com/products/valt-multi-video-player/

the user interface is clean and appealing, but unfortunately the app has some real drawbacks:
- mp4 only (no avi, mkv, flv, etc.)
- audio works apparently only for first video
- adjust volume for each video individually seems not to work
- cannot play videos from folder randomly

does anybody know a similar software without those shortcomings?
Or could this been done in AHK? Maybe portable Media Player Classic could be used...

thanks.

skwire:
http://www.awesomevideoplayer.com/

spankmonkey:
thanks skwire, I was not aware of the software.
great user interface, and it does what I was looking for. :Thmbsup:

I did some additional tests, it seems to be coded in .NET (c#).
Apparently it's not working in a VM, probably due to the GPU acceleration it's using.
The program is compressed/obfuscated, why would anyone pack a free app?
Also I was not able to find a portable version.
Seems clean according to Virustotal, though I am not sure...  :huh:

Edit: someone in comments at VT claims this is malware:
======================================
Deepviz analysis

result: #malware
accuracy: 100.0%
8 matched behavioural rules:
Gathers system data
Suspicious delay
Manipulates Internet Explorer settings
...
More info at https://sandbox.deepviz.com/report/hash/a22b84a9ce1f94ba731d560c43101f86/

4wd:
Also I was not able to find a portable version.-spankmonkey (April 18, 2016, 04:10 PM)
--- End quote ---

You can extract the setup file using UniExtract (with latest innounp), you'll end up with this:

Multi Video Player

It will only run for a few seconds if it doesn't have internet access:
19/04/2016 12:53:55 | 1104 | Awesome Video Player | avplayer.exe | Out | 52047 | 104.72.70.25 | 80 | 6
19/04/2016 12:53:55 | 1104 | Awesome Video Player | avplayer.exe | Out | 52046 | 104.72.70.9 | 80 | 6
19/04/2016 12:53:53 | 1104 | Awesome Video Player | avplayer.exe | Out | 52045 | 104.27.137.35 | 80 | 6
19/04/2016 12:53:53 | 1104 | Awesome Video Player | avplayer.exe | Out | 52045 | 104.27.136.35 | 80 | 6
19/04/2016 12:53:49 | 1104 | Awesome Video Player | avplayer.exe | Out | 52043 | 104.27.137.35 | 80 | 6
19/04/2016 12:53:49 | 1104 | Awesome Video Player | avplayer.exe | Out | 52042 | 104.27.137.35 | 80 | 6
19/04/2016 12:53:49 | 1104 | Awesome Video Player | avplayer.exe | Out | 52041 | 104.27.136.35 | 80 | 6
19/04/2016 12:53:49 | 1104 | Awesome Video Player | avplayer.exe | Out | 52040 | 104.27.136.35 | 80 | 6
19/04/2016 12:53:49 | 1104 | Awesome Video Player | avplayer.exe | Out | 52039 | 104.27.137.35 | 80 | 6
19/04/2016 12:53:49 | 1104 | Awesome Video Player | avplayer.exe | Out | 52038 | 104.27.137.35 | 80 | 6
19/04/2016 12:53:49 | 1104 | Awesome Video Player | avplayer.exe | Out | 52036 | 104.27.136.35 | 80 | 6
19/04/2016 12:53:49 | 1104 | Awesome Video Player | avplayer.exe | Out | 52037 | 104.27.136.35 | 80 | 6
--- End quote ---

If you allow it internet access, it will stay open.

Looks like it only needs access on the first run, subsequent runs with blocked access worked OK - probably some hard-coded version check that's not done very well.

Any more than 6 videos made it non responsive on my system using GPU rendering, (AMD HD6850 1GB) - CPU rendering didn't work at all using the same files, (even if only 1 file).

spankmonkey:
4wd, you are right, it works after enabling internet in the VM.

as you mentioned it connects to 104.27.136.35 (an IP address that is part of the CloudFlare)
and also 216.58.213.46 (a Google IP address).

maybe someone with Wireshark knowledge wants to have a look at, what's happening here exactly ?
for myself, I am not sure about this software, I'll probably revert to a backup before installation...  :-\

Navigation

[0] Message Index

[#] Next page

Go to full version