News:

SMF - Just Installed!

Main Menu

Recent posts

#51
Hello and thanks for your feedback.

The K-Lite Tweak tool is indeed a life changer: many video drivers around are quite buggy and sometime a simple configuration change is enough to fix this kind of issue.

Kind regards

Severino Delaurenti
MultiMedia Soft
#52
Hello,

Just now I tried with K-Lite Tweak Tool and changed the Hardware Decoder to D3D11
and that solved the issue!!!!!

Thanks and Regards,

Ravindra.
#53
Hello Severino,

That's Great it is working.
The details of my components

AudioDJStudio :  AudioDJStudio for .NET v2
                 Version : 7.3.1.0

AdjMmsEng     :  14.4.0.0

K-Lite        :  K-Lite Codec Pack 17.6.0 Mega

Let me know what I should do ?

Thanks and Regards,

Ravindra.
#54
Hello,

here it seems to load and play without problems: please, report us the exact versions you are using for the following items:
- Audio DJ Studio
- AdjMmsEng.dll (or AdjMmsEng64.dll if you are running on a x64 version of Windows)
- K-Lite codec pak

Kind regards

Severino Delaurenti
MultiMedia Soft
#55
Not a valid attachment ID.
#56
Hello,

that's strange, please, zip the file and try to attach it to your reply on this forum: we have raised the max size to 50 MBytes.

Kind regards

Severino Delaurenti
MultiMedia Soft
#57
Hello,

Unfortunately not able to open the site. Getting error message

Your connection is not private

Did everything to resolve but no success.

Why don't you add a format .mp4 in your attachment which is most common today.

What to do?

Thanks and Regards,

Ravindra
#58
Hello,

please, upload the troublesome video inside our ftp site:
ftp.mmsoftlabs.com
username: myguest@multimediasoft.com
password: GwDu{#u)&4z9

Once uploaded, please, send us a note.

Kind regards

Severino Delaurenti
MultiMedia Soft
#59
Hello,

I am playing a video file with the method,
nResult = AudioDjStudio1.DisplayVideoPlayer.LoadForTempoChange(Player_A, lSongFileFullName)

I found a very strange behaviour that when i try to play a particular video file then
it fails to load and my application just closes without returning any nResult.
(Of course My other videos files playing without any problem)
It also failed when i tried in the sample project VideoPlayerAdvanced.
This particular video file played successfully in Windows Media player, VLC, MPC.

What could be the problem ?

I am struggling to attach this video file (.mp4, 10.5 MB) in .zip format but giving Upload Directory Full error. Please advise me what is to be done?

Thanks And Regards,

Ravindra.
#60
Hello,

many device drivers have this behaviour: when the new device added is connected, its driver will set itself as the system default one, causing the current device to stop playing (not in every system but it happens in many).

Unfortunately this happens at low level and, when using the default DirectSound protocol, if something affecting the order of listed output devices should happen, like a new insertion or a change of the system default device, the engine will not be able to recover the situation automatically so a reset of the engine (through the combination of our ResetEngine and ResetControl methods) will be required in order to have an updated list.

Due to the fact that our component is compatible with CoreAudio APIs introduced with Windows Vista, you can be notified when something affecting the list happens by catching the CoreAudioDeviceStateChange event: after catching this event, you may eventually reset the engine and the component by calling the ResetEngine and ResetControl methods.

A solution to avoid having to deal with ResetEngine/ResetControl combination would be adopting the Wasapi protocol in place of DirectSound: this protocol allows the engine to manage connections/disconnections with more flexibility so, after connecting/disconnecting a device, you could get an updated list of devices, allowing to avoid the need to shut-down and restart the engine.
Please, check the tutorial "How to manage audio flow through WASAPI" inside the documentation and the few Wasapi-related sample projects installed inside the system.

Hope this helps

Kind regards

Severino Delaurenti