AcquireCredentials
Fri, 18 Apr 2008 07:57:00 -0700
Hi,
could you tell me if this code is the right way to Acquire Credentials on a
Windows Media Service 2003 with a push sink publishing point.
HRESULT Player::AcquireCredentials(...)
{
// Enter Plain texte login & password
wcscpy(pwszUser , L"userA\0") ;
wcscpy(pwszPassword , L" ...
|
WMFDist11-WindowsXP-X86-ENU.exe on Xp Embedded Sp2 failed !
Thu, 17 Apr 2008 08:43:02 -0700
Hi all,
does someone have already try to install the WMFDist11-WindowsXP-X86-ENU.exe
package on a Windows XP Embedded SP2 ?
I have successfully installed the redistribution package from the version
9.5 but if i try with the v11 one, the installer start and exit without any
error messages ?!
Can i use ...
|
Set Property Video Preview Pin
Thu, 17 Apr 2008 02:58:23 -0700 (PDT)
Dear all,
I just referenced the AMCAP sample from DXSDK VC++ sample, however I
would like to know whether I can set the output resolution (from
default 320 x 240) to 720 x 576 and other settings for the Preview Pin
without using the annoying Dialog, programmatically. I just keep
searching in Google only captu ...
|
Push Sink protocol and/or permission
Wed, 16 Apr 2008 09:12:02 -0700
Hi,
what kind of URL (protocol) i should use if i want to publish a live stream
on an existing publishing point (on a Windows media Service 2003).
The publishing point already exist (push:*) with the name
"PublishingPointLive"
Should i try to connect with :
"http://x.x.x.x/PublishingPointLive"
or ...
|
WMDM 11 SDK - WMDM_E_NORIGHTS error
Wed, 16 Apr 2008 07:51:07 -0700
Hi,
I'm trying to send a wmdrm protected wma file to a platinum usb mass storage
device by using the Windows Media Device Manager SDK,
IWMDMStorageControl3->Insert3. But I always get the WMDM_E_NORIGHTS error
(The caller does not have rights for this operation).
The type properties (IWMDMDevice::GetType) ...
|
How to programatically enable a Audio DSP plugin
Tue, 15 Apr 2008 10:55:01 -0700
I am trying to figure out how to enable a DSP plugin in the Windows Media
Player Control for VB. If the context menu is enabled at runtime you can
right click the control and the menu has a plugin option and under "Other"
you can check and uncheck the plugins you want to enable. I am looking for
a way t ...
|
WMEncoder in worker thread doesn't work.
Tue, 15 Apr 2008 09:21:10 -0700 (PDT)
Hi
I'm trying to encode a video file using IWMEncoder in a C++ worker
thread spawed from an ATL ActiveX control.
using _beginthreadex. I process the message loop as suggested in
other discussions
but the encoding just hangs. If I copy my code and use it in a
generic Console Application it runs fine.
I'd l ...
|
|
|
Newbie question: digital signage windows media player sdk
Tue, 15 Apr 2008 08:19:01 -0700
Is using the windows media player SDK a good option (as the player part) to
develop around a digital signage application? Or are there better options?
Thanks. ...
|
How to get information from Windows Media Player?
Tue, 15 Apr 2008 04:46:00 -0700
I would like to design an application or COM , which can get some media
information(something like song title , song name ...etc, can get from WMP
interfaces),how to monitor Windows Media Player via my application? not
deisgn WMP Host. ...
|
DVR-MS vs ASF difference
Tue, 15 Apr 2008 05:53:07 +0700
Hello All,
We are trying to add DVR-MS muxing feature to our SolveigMM ASF Muxer
There is MS filter to provide such a functionality - Stream Buffer Sinc filter, but it seems to only operate in real-time mode and is not somehow usefull for files muxing, remuxing.
Well, does anybody know what exactly the differe ...
|