I have problem whis Windows Media Services 9 Series.

21/11/2006 - 07:59 por vera esaulova | Informe spam
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.

Preguntas similare

Leer las respuestas

#1 El Nazgûl
21/11/2006 - 09:48 | Informe spam
This is a spanish group of .NET Framework.

Salu2 desde Udûn
El Nazgûl :-)

"vera esaulova" escribió en el mensaje
news:
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.




email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida