Re: Help with media server setup



Well I followed that arcticle, but here is the part I don't understand, I
only have 1 adapter, but how can bind 2 different IP address to 1NIC card,
where?
-one interface card-
MC

"Neil Smith [MVP Digital Media]" <neil@xxxxxxxxxx> wrote in message
news:14lq035ug6ntnndvpum1s9e016mjfaamm1@xxxxxxxxxx
On Thu, 29 Mar 2007 17:27:42 -0400, "CAMC1" <webmaster@xxxxxxxxxxxx>
wrote:

Hi
Installed windows 2003 server and media services and install Media
encoder,
I have 1 network adapter with 1 IP address bound to it, so I am thinking
article# KB328728 does not apply to my problem.,


I(t definitely applies to your problem. You have skipped the important
part of the document, which I'll cut+paste here :

For both IIS and WMS to use port 80, one of the following two
conditions must be true:
. One (1) network adapter has at least 2 IPs bound to the
adapter.
. Two (2) network adapters have at least 1 IP bound to each
adapter.


Two services on one IP address cannot share the same port number.
Move IIS to another port (eg 8080) or bind a second IP address to the
network adapter, and run IIS off that IP address.

HTH
Cheers - Neil


So I enabled IIS on the same server, created a Virtual Directory pointing
to
publishing point of the media server.
If I use PULL option on the encoder to publish live video,
I have no problem watching live video from web browser on different
computer
on the network, (while HTTP protocol is disabled on WMserver)

If I change to PUSH on the encoder, (which forces me to enable HTTP
protocol
on WMserver) then I can not watch it from the web browser
When I look at WMserver http protocol properties, I see 2 IP addresses in
the list
1 with local IP address of the adapter, the other one is 127.0.0.1

Just in case, I followed the arcticle, added 127.0.0.1 using
WMSHttpsyscfg.exe,
opened HTTP protocol properties on WMServer, and selected my local IP
address for distribution of video.

It only works from any computer using mms://servername/distributionPoint
but not with http://servername/distributionPoint.htm

Any idea, what I am missing?
Thanks
MC

------------------------------------------------
Digital Media MVP : 2004-2007
http://mvp.support.microsoft.com/mvpfaqs


.



Relevant Pages

  • Re: UDP question.
    ... >> My two adapters has two different IP address, and I bind one IP ... >> do you mean that I alloc two socket and bind different IP is not ... > sending a packet *to* 1.2.4.5, it will go out the first interface. ... not real bind the adapter? ...
    (Linux-Kernel)
  • Re: How to know if a network adapter is connected
    ... This is the only way I know to identify the network adapter, ... Yes i agree but if the adapter is not connected to the network, the bind() function return SOCKET_ERROR. ... So i need to bind every socket each time i call the recv ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: socket send help
    ... That's true for hardware firewalls ... merely hook socket calls", I still don't see failing a bind() to INADDR_ANY while allowing a bindto 127.0.0.1. ... If some physical network adapter should be unavailable while the loopback is allowed, fine; passing INADDR_ANY should work and bind to the loopback adapter. ... The time to bindto localhost is when we specifically do not want to be available on an external network adapter. ...
    (comp.lang.python)
  • Re: UDP question.
    ... >>> My two adapters has two different IP address, and I bind one IP ... >>> do you mean that I alloc two socket and bind different IP is not ... >> interface address it came from. ... why dont you try a different subnet for the other adapter & its dest. ...
    (Linux-Kernel)
  • Re: [DESPERATE] Turn on/off Bluetooth, WiFi and an RFID tag reader.
    ... setting a bit in the registry for the target adapter and then calling NDIS ... To do a NDIS bind or NDIS unbind you can use these API: ... ref string wszAdapterInstanceName, ...
    (microsoft.public.windowsce.app.development)

Loading