Werbung: SecurityConsole.de verwaltet Ihre Computer mit Security Essentails aus der Cloud!
30 Tage kostenfrei testen und 20% Rabatt für Ihre Bestellung mit Promocode: WBF2685582
(Promocode gültig bis 31.12.2011)

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

HTVi
TV Discussion Newsgroups

Threads Replies Last Post
13 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  
WM Video 9 Advanced Profile and two pass encoding
Hello, I have a developed a (DES) application which uses Windows Media Video 9 video encoder (and others). Testing the application with windows media center edition I find another video encoder is available with MCE - Windows Media Video 9 Advanced Profile. This encoder works for with the developed application with one pass configuration/setting and does not work with two pass settings. ...
4 5/18/2007 10:20:58 PM
C# Credentials for server push distribution
Anyone have some sample code on how to implement credentials when performing a push distribution to a media server? I'm using C#. It appears that the rest of the code is attempting to work but I'm getting denied at the "invalid username" part of the deal. Any help here would be appreciated... Thanks, D ...
1 5/18/2007 9:06:43 PM
Controlling a device
hello to all! i'm trying to control a device (a vga grabber in this case..) using WME SDK. when i used the specify code in the sdk for controlling a device (the complete example), the line: "sDeviceString = PlugInfo.Item(0);" throws me an excaption that contains the message: "no matching elements is found in the list". i belive that is importent to say, that the result of enumerate ...
1 5/18/2007 1:03:01 PM
Live event streaming hangs and delays - increasing WMS buffers?
Hi. We broadcasting live events at 150Kbps, and have strange issues where the playback is randomly slows down and even hangs. The content reception speed also drops to 73-76Kbps. This happens in different times on different computers, i.e. one computer plays the event normally and other has delays in the same time. Stopping and re-starting the play resolves the problem until the next...
6 5/17/2007 2:40:49 PM
How to read Windows Media 9 Profiles
I have Windows Media Format SDK11 installed on my system. I want to read the Windows Media 9 profiles. I am using following piece of code to read the system profiles IBaseFilter *pAsfWriter = NULL; IWMProfile *pProfile = NULL; IWMProfile *pSystemProfiles = NULL; IWMProfileManager *pProfileMgr = NULL; hr = WMCreateProfileManager(&pProfileMgr); DWORD dwCount = 0; IWMProfileManager2 *p...
1 5/17/2007 1:58:02 PM
The future of WMA lossless, is it dead?
We are embarking on digitally archiving a large (college band) analog music library into some lossless format, be it, FLAC, WMA lossless, WAV, etc and are evaluating what we should use. Is there any truth to the rumor that WMA lossless is not going to be supported in the future since no portable devices (including Zune) support it for lossless playback, and the ones that do actually conver...
25 5/16/2007 4:20:20 PM
Errors in WMFSDK header files
After specifying the include path to, i am getting the following errors,How to solve these problems? ========================================================================================================================== Deleting intermediate files and output files for project 'CreateWMV - Win32 Debug'. --------------------Configuration: CreateWMV - Win32 Debug-------------------- Compil...
2 5/16/2007 5:03:51 AM
RPC server unavailable for publish point on Win 2003 - timeout??
I am using two Windows 2003 Servers. I use a utility on server A to look up publish points on server B's Windows Media Service. Server A uses standard connection code (see below). When I try to connect to server B, I get error "RPC server is unavailable" result code. I've used dcomcnfg on server B to allow correct rights. What is strange is I can get it to work by simply opening up ...
2 5/16/2007 4:32:45 AM
Using Media Player to Show a Video on a Webpage
Hello, I am looking for a way, either through JavaScript or HTML, to place a video on a web page, and, when some one opens that page, the video plays in an embedded Windows Media Player AFTER it has been either completely downloaded or downloaded most of the way so it doesn't sputter during playback. I was hoping to be able to set up a function that gets called periodically where I could ...
3 5/15/2007 3:29:58 PM
Adding multiple captions to a WMV file
Hi, Does anyone know how to synchronise multiple SAMI files with a WMV file server-side (WSX!!)? What I mean is that I have a sever-side playlist ouputting various video clips in one language and I need to display subtitles in other languages. the subtitle files (SAMI) need to be synchronised with the clip so when a clip changes, the SAMI changes? First Solution tried - Copy the vide...
3 5/15/2007 7:45:02 AM
Reader skipping frames
I've come across a problem where the async reader doesn't deliver all frames from a file. The file has an audio stream compressed with MS Audio codec and a video stream compressed with our proprietary codec. Also, there is a script stream with a single dummy sample in it (this is a workaround for playing the file on Vista's WMP). In the DMO codec I see that at first every frame from the...
18 5/15/2007 6:22:49 AM
WindowsMediaPlayerClass without Forms, is that even possible?
Goal: Be able to test a windows media stream via the command line, and print the output "OK" or "ERR" depending on the status. I was able to successfully do it via windows forms: "app.exe http://url/file.wmv" Problem: However, these will only work if executed from a logged-in-desktop's command prompt. When I have the call executed FROM another NT service, I get an error in the even...
4 5/15/2007 4:06:30 AM
Streaming file data to WMP
I'm new to WMP development and I'm trying to figure out how I can send raw data (in this case, MPEG-2 TS video) to WMP for streaming playback. The MPEG-2 data is stored inside a much larger file (along with several other types of data) and I want to pull it into a memory buffer and play it back without having to pull it out into a .MPEG file first (this is a very time consuming proces...
5 5/14/2007 10:04:00 PM
Same problem - passing cookie between asp.net and WMS auth plugin
Hi group - sorry I still have the same problem as my previous post... I have an asp.net website which requires a username and password to access. I also have a WMS server which is bare to the world. Both servers are on the same domain. I would like to restrict access to the WMS server based on username and password on the website. It is my understanding that I can accomplish the task by b...
1 5/14/2007 5:21:02 PM
Video Monitoring
Hello, I am realizing a video monitoring system I want to store a channel flow accessed by tcp/ip from a Windows Media Encoder server. End user should - View Live (or so) and archived video - the archive is about a week deep ; - Navigate (forward, review, pause, and search by date and time) through the archive. The archived contents have to be available only few seconds after Live. -...
1 5/14/2007 4:08:13 PM
Media Foundation sample request and waveIn problem
Hello, does anybody know where to find sample code for the media foundation exclusive mode. Since Windows Vista I need larger buffers if using the MM-API as in earlier windows versions, what's negative for VoIP applications because of the increasing delay. So I would like to find out the minimum buffer size using the new exclusive mode, but I couldn't find an adequate sample. My seco...
1 5/14/2007 1:27:01 PM
Include Path
Hi Everybody, How can i set include path in visual C++ 6 IDE? Regards Adarsh...
2 5/14/2007 1:02:17 PM
Windows Media Format SDK
Hi all, I am using windows Media format SDK in my application of converting avi to wmv file. I am copying the header files one bye one form WMSDK to ../vc98/include/ directory.But after copying the shtypes.h its giving some error.How can i solve this? Please help me.... Regards Adarsh...
4 5/14/2007 12:56:46 PM
how to use third party codecs with windows media encoder
hi, I am trying to broadcast some videofiles using windows streaming server with windows media encoder. I need to compress the files with a third party codec and broadcast it. So, can any please tell me how to do this in windows media encoder? I saw some stuff saying I need to write my own encoding application. Could anyone please help me where can I get the help to develop the appli...
1 5/14/2007 12:36:31 PM
Fail to connect audio pin using qasf.dll version 10.00.00.3802
Hi, Fail to connect the audio pin when I construct the following filter graph using GraphEdit.exe File Async (used AVI Audio / Video file)->AVI Splitter->WM ASF Writer If I try to connect the Audio pin to WM ASF writer , the GraphEdit.exe is crashing. If I register some other version of qasf.dll version eq:10.0.0.3646; Audio pin connects without any problem. I have WMplayer10 and...
3 5/14/2007 5:28:02 AM
WMP 11 - Play media from exact location from last time
Any one has a C# code to run WMP from exact location within a song when it was last terminated. Thanks...
1 5/13/2007 5:32:00 PM
recompressing audio but not the video produces file which will not play smoothly
I have written a program which takes a WMV file and copies the video stream in its compressed form but recompresses the audio stream to a lossless format. This produces an output file where sometimes the video is very jerky or where sometimes the audio is intermittent. If I change this program to also recompress the video back to its original format I get a file which plays OK but the ...
2 5/12/2007 5:03:23 PM
Black borders after switching from <embed> to <object> tag
Hi. I changed the method of including WMP in HTML from <embed> (which not fully supported by IE) to <object> tag, as follows: <object id="mplayer" width="320" height="200" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"> \ <param name="URL" value="http://localhost/test.wmv"> \ <param name="uiMode" value="none"> \ <param nam...
9 5/11/2007 5:40:03 PM
Creating WMV file
Hi All, I would like to create an activeX control using VC++ MFC.In side the activeX control i like to create wmv file from the rgb buffer,which contains the bits that is used to paint ActiveX GUI. Please anyone suggest me how can i create Windows Media file from the buffer?I will appreciate if sample code could be given! Thank YOu Adarsh...
4 5/11/2007 3:34:52 PM
Creating WMV file
Hi All, I would like to create an activeX control using VC++ MFC.In side the activeX control i like to create wmv file from the rgb buffer,which contains the bits that is used to paint ActiveX GUI. Please anyone suggest me how can i create Windows Media file from the buffer?I will appreciate if sample code could be given! Thank YOu Adarsh...
1 5/11/2007 4:43:05 AM
13 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net
Suche nach Orten, Städten, Postleitzahlen, Vorwahlen, Kfz-Kennzeichen