Group:  English: Entertainment » microsoft.public.windowsmedia.sdk

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Threads Replies Last Post
9 Pages: 1  2  3  4  5  6  7  8  9  
How to detect WMP is minized to toolbar
Hi all, Is there any status or event that I can know the Media Player is minized to toolbar (Right Click on the Taskbar > Toolbars >Windows Media Player) through SDK? Thanks Eric Yu...
1 02.05.2007 22:01:02
Microsoft WAV vs. Generic WAV
First of all thanks for your sincere help. I have a question regarding WAV->MP3 encoding. My IVR application records WAV files in a SALT-format of mu-law 8KHz 8kbps mono, and I need to programmatically convert them to MP3 format for another application. I searched the Internet for a SDK and found a couple of them that might do the work. One is Audio Developer SDK and the other one i...
4 02.05.2007 19:26:26
Please help a newbie
Hi, I am a newbie in media and I am asking simple questions. What does WindowsMedia SDK do? Where can I download it? Does it support C#.NET? I am currently working on a .NET 1.1 application that requires conversion of audio files from WAV format to MP3. Can WindowsMedia SDK convert audio format from WAV to MP3 and the other way around? thanks, Speech Lover ...
7 02.05.2007 13:42:04
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 02.05.2007 13:37:26
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 01.05.2007 21:03:59
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 01.05.2007 20:45:36
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 01.05.2007 12:32:08
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 29.04.2007 20:48:01
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 29.04.2007 09:22:01
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 28.04.2007 16:04:35
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 28.04.2007 09:32:25
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 26.04.2007 22:52:30
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 26.04.2007 15:14:07
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 26.04.2007 06:36:46
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 26.04.2007 05:02:53
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 26.04.2007 04:05:42
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 26.04.2007 04:05:36
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 25.04.2007 14:20:01
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 25.04.2007 11:16:45
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 25.04.2007 08:32:05
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 25.04.2007 01:30:01
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 24.04.2007 22:15:22
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 24.04.2007 18:48:03
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 24.04.2007 17:42:02
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 23.04.2007 16:36:26
9 Pages: 1  2  3  4  5  6  7  8  9  

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net