473,396 Members | 1,712 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

I have problem whis Windows Media Services 9 Series.

I have problem whis Windows Media Services 9 Series.

I have videostream, which will consist of two streams(512k/bit and
256k/bit).I need to allocate a stream 256k/bit. In SDK is written:

Supporting Multiple Bit Rate Files
Several versions of the same audio or video content can be stored in
separate streams, encoded at different bit rates, in a Windows Media file.
When a Windows Media player connects to an origin server, it requests only
one each of the possible audio and video streams, based upon the available
bandwidth of the connection. However, if a distribution server or cache
proxy server connects to download content, it requests all of the multiple
bit rate streams. Because the origin server attempts to deliver all of the
packets in real time, the download can fail if bandwidth limitations are
exceeded. To address this problem, your plug-in can specify a download rate
that is slower than real time when it calls the
IWMSCacheProxyServer::DownloadContent method.

But not examples on C#, how to receive object IWMSCacheProxyServer.

But object IWMSServer has similar method:

IWMSServer.DownloadContent(
string strSrcURL,
string strDestFile,
int lContentSizeLow,
int lContentSizeHigh,
int lBitRate
);

Last parameter limits a passband.

WMSServerLib.WMSServer Server;

Server.DownloadContent("http://172.18.68.147/en_TEST555_cam1","C:\\cam1\\123333_cam1"+"<d>.<m>. <Y>
<H>.<M>.<S>.wmv",0xFFFF,0xFFFF,0xff);

But this does'n work, cannel passes both streams.

Nov 21 '06 #1
1 1926
I saw this posting in the following groups:

microsoft.public.dotnet.framework.windowsforms.des igntime
microsoft.public.dotnet.general
microsoft.public.dotnet.languages.csharp

When you post a message to multiple groups, please post all
of them at once. That way, if someone in one group provides
a solution, the solution will be posted to all of the groups.
Also, if someone in another group is working on a solution,
they will know it has been solved, and they can work on
helping somebody else.

It also helps you if you post it to a group that is pertinent
to the message.

Thanks.
Robin S.
-----------------------------

"vera esaulova" <tm*@mail.ruwrote in message
news:O4**************@TK2MSFTNGP06.phx.gbl...
>I have problem whis Windows Media Services 9 Series.

I have videostream, which will consist of two streams(512k/bit and
256k/bit).I need to allocate a stream 256k/bit. In SDK is written:

Supporting Multiple Bit Rate Files
Several versions of the same audio or video content can be stored in
separate streams, encoded at different bit rates, in a Windows Media file.
When a Windows Media player connects to an origin server, it requests only
one each of the possible audio and video streams, based upon the available
bandwidth of the connection. However, if a distribution server or cache
proxy server connects to download content, it requests all of the multiple
bit rate streams. Because the origin server attempts to deliver all of the
packets in real time, the download can fail if bandwidth limitations are
exceeded. To address this problem, your plug-in can specify a download
rate
that is slower than real time when it calls the
IWMSCacheProxyServer::DownloadContent method.

But not examples on C#, how to receive object IWMSCacheProxyServer.

But object IWMSServer has similar method:

IWMSServer.DownloadContent(
string strSrcURL,
string strDestFile,
int lContentSizeLow,
int lContentSizeHigh,
int lBitRate
);

Last parameter limits a passband.

WMSServerLib.WMSServer Server;

Server.DownloadContent("http://172.18.68.147/en_TEST555_cam1","C:\\cam1\\123333_cam1"+"<d>.<m>. <Y>
<H>.<M>.<S>.wmv",0xFFFF,0xFFFF,0xff);

But this does'n work, cannel passes both streams.

Nov 21 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Philip Korolev | last post by:
Hi All. I am looking for articles on Windows Media development in ASP.NET pages. Dynamically adding playlists etc. Can I use server side code or is it all client side controlled? Spent the last...
0
by: fremo | last post by:
Hi, I like to use C# and Windows XP to develop a program that uses Windows Media Services. The Microsoft Platform SDK for Windows Server 2003 SP1 says that the interop assembly I need will be...
1
by: Lonewolf | last post by:
Hi everyone, pls forgive me for my lack of knowledge and skills if my question sounds very stupid. I am trying to implement a video conferencing software and I am currently looking at a few set of...
0
by: Dumdidum | last post by:
Hello I am a newbie to VB.NET, normally I code in VB6! Now I have a big problem: I want to have a server which has a windows media player-Control on it. With the client I should remotly...
3
by: Jason Richmeier | last post by:
I looked for a more appropriate newsgroup for this question but I didn't see much of anything (something more specific to Windows Media Services). I have a server with Windows Media Services. ...
1
by: vera esaulova | last post by:
I have problem whis Windows Media Services 9 Series. I have videostream, which will consist of two streams(512k/bit and 256k/bit).I need to allocate a stream 256k/bit. In SDK is written: ...
0
by: artsohc | last post by:
Hey Everyone, this is my first time posting so go easy on me. I am trying to hook up music-on-hold at the office I work at. I got all the music loaded and I got Windows Media Player working while...
5
by: creative1 | last post by:
hi everyone, I am struck in layout of my site. Im using 1024 fixed width layout. I have a site layout designed in psd files. Bisically I have to stick with that design tightly and I am asked not to...
0
by: okonita | last post by:
Hi all, I am having a DB2 connectivity problem that I hope someone can help me resolve. I need this to test Replication and such other things. What am I doing wrong here? Any help that I can get...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.