|
Play ASX using async reader
Hello,
Is it possible to play from ASX sources using the asynchronous reader from
the WM9 Format SDK?
I whish to use the Format SDK because I need to manage the decoded video and
audio.
I must use the async reader because my source content is from the Internet.
I need to play from ASX playlists because it is like that on the server I am
connecting to.
When opening a ASX URL using ...
|
2 |
5/2/2007 1:37:26 PM |
|
How to use WMP plug in detect what media is playing?
Hi,
I implemented a WMP plugin but I need to know what kind of media (ie CD,
DVD,...) is currently palying. Thanks for any help.
--
CK...
|
2 |
5/1/2007 9:03:59 PM |
|
How to skip avi programmatically?
Hi,
When I am playing mpg or avi files in Windows Media Player, I need to
write a plugin, which can automatically skip video from say time
01:00:00 to 01:30:00 while the video is playing. Is this possible? Can
anybody point me to the correct direction to proceed? I am brand new
to developing plugins for WMP so am pretty clueless at the moment :p
...
|
4 |
5/1/2007 8:45:36 PM |
|
Programatically Recolouring and WMP11
It is possible to recolour elements of WMP skin files (e.g.
buttongroups, backgroundimages etc.) using "elementID.hueShift", and I
have done this successfully for WMP10.
Moving to WMP11, I have found this no longer works, despite using
exactly the same image files (8-bit/256 colour .bmp) and the same JS
code.
Has support for HueShift been dropped from WMP11, or is it done
differently to...
|
1 |
5/1/2007 12:32:08 PM |
|
query wmp11 library for year
hello!
im writing an addon for vista media center and id like to do a query for
year (the one from the id3 tag..).
im querying the library like this (C#):
using WMPLib;
player = new WindowsMediaPlayer();
library = (IWMPMediaCollection2)player.mediaCollection;
IWMPQuery query = library.createQuery();
String attr, op;
query.addCondition(attr, op, "2007");
IWMPStringCollection w...
|
4 |
4/29/2007 8:48:01 PM |
|
Using a Screen Capture Session as a source in a IFilterGraph
Hello I´m using MDX and I want to make us of the "Windows Media Video 9
Screen Codec" as an Input source for an FilterGraph.
I´ve tried out many solutions but I didn´t get it work. The Main-Problem ist
that I´m not sure how I can apply a working DMO Wrapper... and WHAT Guid I
have to use in the dmoWrapperFilter.Init-Method.
Alternatives like PushSource are written in C++and wont work wi...
|
1 |
4/29/2007 9:22:01 AM |
|
URL Script commands & HTTP streaming
I have a stream that targets an iframe with URL script commands. It works
fine if the clip is streamed with MMS or RSTP. However, if the file is
streamed with HTTP the browser (IE or Firefox) will launch mediaplayer on the
client machine instead of flipping the iframe URL. I can post samples if that
would help. Of course I can get around this with IE using JavaScript, but
this doesn't he...
|
2 |
4/28/2007 4:04:35 PM |
|
problem using WMFormat 11 SDK samples
Hi all, i am trying to run the samples in WMF11SDK
i am getting a message that can't open .\Debug\filename.res
i am using .Net 2005 and doing all instructions in the WMF11SDK help....
|
1 |
4/28/2007 9:32:25 AM |
|
Access Violation Error from SetProfileByID(....)(in WMVCORE.DLL)
Hi everyone,
I am doing an assignment to make a video from set of
bitmaps(using Windows Format SDK 9.5). But it is giving an error for
this following line.
hr = pWriter->SetProfileByID( WMProfile_V70_768Video);
The error is neither compiler error nor Linking error, this i
found while debugging in VC++ 6 IDE. The error is an access violation
which was present in outpu...
|
4 |
4/26/2007 10:52:30 PM |
|
Reliably detecting beginning of play
Hi.
I have a WMP inside a web page, which plays video files from web server over
HTTP (so called progressive download). There is a pause before the actual
playback starts, during which there is a black screen visible.
I would like to display the WMP only when the actual playback starts. I
tried to do this with Buffering and PlayStateChange events, but they both
proven to be unreliabl...
|
7 |
4/26/2007 3:14:07 PM |
|
bmp to wmv
Hi everyone,
I am trying to make a video out of images. And following is
the full code for doing so. But trying to write only one image. The
video file is getting created but with no video only some ezzzing
sound.
The image specification is 640 X 480 and bit depth is 24.
#include <stdio.h>
#include <windows.h>
#include <wmsdk.h>
#include <wmsysprf.h&g...
|
1 |
4/26/2007 6:36:46 AM |
|
Access Violation Error from SetProfileByID(....)(in WMVCORE.DLL)
Hi everyone,
I am doing an assignment to make a video from set of
bitmaps(using Windows Format SDK 9.5). But it is giving an error for
this following line.
hr = pWriter->SetProfileByID( WMProfile_V70_768Video);
The error is neither compiler error nor Linking error, this i
found while debugging in VC++ 6 IDE. The error is an access violation
which was present in outpu...
|
1 |
4/26/2007 5:02:53 AM |
|
Access Violation Error from SetProfileByID(....)(in WMVCORE.DLL)
Hi everyone,
I am doing an assignment to make a video from set of
bitmaps(using Windows Format SDK 9.5). But it is giving an error for
this following line.
hr = pWriter->SetProfileByID( WMProfile_V70_768Video);
The error is neither compiler error nor Linking error, this i
found while debugging in VC++ 6 IDE. The error is an access violation
which was present in outpu...
|
1 |
4/26/2007 4:05:42 AM |
|
Access Violation Error from SetProfileByID(....)(in WMVCORE.DLL)
Hi everyone,
I am doing an assignment to make a video from set of
bitmaps(using Windows Format SDK 9.5). But it is giving an error for
this following line.
hr = pWriter->SetProfileByID( WMProfile_V70_768Video);
The error is neither compiler error nor Linking error, this i
found while debugging in VC++ 6 IDE. The error is an access violation
which was present in outpu...
|
1 |
4/26/2007 4:05:36 AM |
|
Passing realm to challenge blob authentication
I can't seem to pass my realm to challenge blob. The realm is always empty
when users are prompted for authentication. The authentication work because i
hardcoded the realm when authenticating.
i've tried using Encoding.Getbytes() method to encode realm="myrealm" and
pass it to the challenge blob, but the realm is still not showing up on the
client side.
i've tried using both UTF-8 a...
|
1 |
4/25/2007 2:20:01 PM |
|
How to get wmv file duration?
Hello,
I have got a stupid question : I am reading wmv files using the
IWMSyncReader interface of the WM 9 Format SDK, and I am not able to figure
how to get the wmv file duration (in number of frames, seconds,
100-nanoseconds or whatever, I will perform the conversion).
I saw there is an metadata attribute named 'Duration' but not all wmv files
seem to have this attribute set.
Th...
|
4 |
4/25/2007 11:16:45 AM |
|
Advanced Fast Start and buffering disabled for live events
Hi.
I'm experimenting with my publish points to find the optimal settings for
live events. I noticed the Advanced Fast Start is disabled by default, and
buffering is enabled.
Any idea if reversing them (enabling AFS and disabling buffering) will
improve the end-user experience?
Thanks,
Stas....
|
3 |
4/25/2007 8:32:05 AM |
|
Probably a simple Question.....Web Plug-in
I am looking to add a display to my website that shows what song is currently
playing on my radio stream, but does not utilize any of the Bandwidth.
I am a novice when it comes to programming.
Any help would be great....
|
3 |
4/25/2007 1:30:01 AM |
|
Custom Authentication plugin and MAC
Hi everyone,
i'm currently writing an authentication plugin, and so far it's working on
both PC and MAC. the problem i'm having is: on MAC, it can only work with
WMP. it can't work with Quicktime plugin, Flip4Mac.
as we all know, flip4mac plugin is required in order to play WMV file on MAC.
the problem is: quicktime/flip4mac won't prompt the user for user name and
password. However, W...
|
2 |
4/24/2007 10:15:22 PM |
|
Encoder/SDK Connect() publish points timeouts on push - SOLVED
Hi.
Just wanted to share another case of WMS weirdness. After restarting the
server today, it did not respond to encoder or SDK Connect() pushing.
Restarting the server or the WMS did not help.
After some fiddling I finally un-installed and then re-installed the WMS,
which solved the problem.
I guess there is a better way to resolve this, and would be happy to hear it
if someone c...
|
1 |
4/24/2007 6:48:03 PM |
|
WMS and wmsservertypelib.dll versions
Hi.
I found this article when searching for some other question. Basically, it
says that if the Encoder 9 installed after 2003 SP1/2, some of the newer
features of WMS are not visible in the control panel.
http://www.kbalertz.com/896114/Windows.Media.Services.Series.features.available.after.install.Windows.Media.Encoder.Series.aspx
I also have encoder installed on the same machine as t...
|
1 |
4/24/2007 5:42:02 PM |
|
Programmatically controlling DSP plugins from activex interface?
Hello,
I'm using the WMP activeX control on a VB form basically like this:
Dim Player As AxWMPLib.AxWindowsMediaPlayer = New
AxWMPLib.AxWindowsMediaPlayer
Me.Controls.Add(Player)
All is woring fine and I am able to control all aspects of the player
via my code. However, I cannot seem to find out how to
prgrammatically control, turn off/on, query, or see the various DSP
plugins that ...
|
2 |
4/23/2007 4:36:26 PM |
|
Still having problems with lossless codec
I have some new interesting test results. I re-encoded a file using the
Windows Media Encoder utility to create a WMV file with a lossless audio
stream and the file plays fine on my system.
I tried using the wmvcopy sample program to copy this new file and that
succeeds. Note though that this program copies the data in its
compressed form.
Then I modified the WMVRecompress sample pr...
|
3 |
4/21/2007 6:20:26 AM |
|
WMSServer Object from ASP.Net
Hi again,
I am trying to make a WMS server object for a remote WMS server from a
ASP.NET page. I am using - IIS 6.0, Windows Integrated Authentication,
asp.net 2.0.
For the most part I got it working, if I run it from my dev computer using
the asp.net dev server all works (whether using impersonation or not). If I
put it in IIS, it only works for domain admins (regular users get an '...
|
2 |
4/20/2007 10:36:44 PM |
|
Newbie: Video DSP beginner guidance
I want to implement Video DSP for WMP 9 onwards (am hoping that things
won't change too drastically in further version as far as handling the
frame bitmap is concerned).
Basically, I would like to implement simple DSP algorithms like
blurring, denoising etc on each video frame while running from within
Windows Media Player using WMP Plugins.
How should I start?
Some sample programs ar...
|
4 |
4/20/2007 10:24:47 PM |