Video Playback - No Audio Bug: Difference between revisions
Appearance
Created page with "By IBM From: Solution Developer Support '''Problem:''' Audio waveform and midi play fine by themselves (including System Sounds). However, no audio is heard when playin..." |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{IBM-Reprint}} | |||
From: Solution Developer Support | From: Solution Developer Support | ||
'''Problem:''' Audio waveform and midi play fine by themselves (including System Sounds). | '''Problem:''' Audio waveform and midi play fine by themselves (including System Sounds). However, no audio is heard when playing video clips. | ||
This problem exists in OS/2 2.1 and above. A defect has been opened against the affected component (SVMC). Below is a workaround. | This problem exists in OS/2 2.1 and above. A defect has been opened against the affected component (SVMC). Below is a workaround. | ||
'''Solution:''' Rename the resource DLL name to greater than 7 characters. | '''Solution:''' Rename the resource DLL name to greater than 7 characters. Don't forget to also modify the MMPM2.INI file to reflect the same new name. For example, | ||
# in MMPM2.INI under the "[IBMAMPMIX01]" category go to the line that says PARMSTRING= now search for RESOURCEDLL=. This is the name of the IHV's DLL. Change the name to something of at least 7 characters. | # in MMPM2.INI under the "[IBMAMPMIX01]" category go to the line that says PARMSTRING= now search for RESOURCEDLL=. This is the name of the IHV's DLL. Change the name to something of at least 7 characters. | ||
# in \MMOS2\DLL copy or rename the resource DLL to the new 7 or 8 character name. | # in \MMOS2\DLL copy or rename the resource DLL to the new 7 or 8 character name. | ||
# Reboot. | # Reboot. | ||
Latest revision as of 12:17, 16 October 2022
Reprint Courtesy of International Business Machines Corporation, © International Business Machines Corporation
From: Solution Developer Support
Problem: Audio waveform and midi play fine by themselves (including System Sounds). However, no audio is heard when playing video clips.
This problem exists in OS/2 2.1 and above. A defect has been opened against the affected component (SVMC). Below is a workaround.
Solution: Rename the resource DLL name to greater than 7 characters. Don't forget to also modify the MMPM2.INI file to reflect the same new name. For example,
- in MMPM2.INI under the "[IBMAMPMIX01]" category go to the line that says PARMSTRING= now search for RESOURCEDLL=. This is the name of the IHV's DLL. Change the name to something of at least 7 characters.
- in \MMOS2\DLL copy or rename the resource DLL to the new 7 or 8 character name.
- Reboot.
- NOTE for IHVs
- Please name your resource DLL to something of at least 7 characters. If your dll name was: MYRES.DLL, make it MYRESOUC.DLL.