Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsWindows Server 2003Windows 2000Windows NTSmall Business ServerVirtual ServerExchange ServerIISHost Integration ServerISA ServerSMSWSUSMOMWindows Media ServerSecurityCertification
Related Topics
SQL ServerMS WindowsMS OfficePC HardwareMore Topics ...

Windows Server Forum / Windows Media Server / October 2008

Tip: Looking for answers? Try searching our database.

Media Encoder 9 -> Win2000 / WMS 4.1?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jeffery Jones - 31 Dec 2006 19:40 GMT
I would like to publish  live audio broadcast from Media Encoder 9 to
a Windows Media Server running on Windows 2000.  If I try to push to
the service, I get

"The service that received the HTTP push request is not a compatible
version of Windows Media Services (WMS).  This error may  indicate the
push request was received by IIS instead of WMS.  Ensure the WMS
is started and has the HTTP Server control protocol properly enabled
and try  again.(0xC00D2F0C)"

 If I try to pull from the Media Encoder, a Media Player client gets
an error when trying to play the content.  Nothing is logged anywhere,
but a Wireshark packet capture shows that it is connecting to the
Media Encoder PC.

  Is there any way to publish live audio from Media Encoder 9 to
Windows 2000 / WMS 4.1?   I poked around Windows Download for an older
version of Media Encoder, but no luck.
Neil Smith [MVP Digital Media] - 31 Dec 2006 22:44 GMT
So - What happens when you shut down IIS on that box - does it work
now ? I can't see why the encoder direct connection would ever cause
an error, but since you didn't say what that "error" was ...

Cheers - Neil

>I would like to publish  live audio broadcast from Media Encoder 9 to
>a Windows Media Server running on Windows 2000.  If I try to push to
[quoted text clipped - 14 lines]
>Windows 2000 / WMS 4.1?   I poked around Windows Download for an older
>version of Media Encoder, but no luck.
------------------------------------------------
Digital Media MVP : 2004-2006
http://mvp.support.microsoft.com/mvpfaqs
Jeffery Jones - 01 Jan 2007 00:06 GMT
>So - What happens when you shut down IIS on that box - does it work
>now ? I can't see why the encoder direct connection would ever cause
>an error, but since you didn't say what that "error" was ...

  This W2k server plays a .WMV file just fine over windows media
server on port 1754, so I haven't tried to shut down IIS.   Also, one
thing that is logged on the Windows Media server is the client
connection event but nothring else.  The Windows Media player client
error follows - about as helpful as 'error'!! :-)

----------------------------------------------------------------------
Windows Media Player cannot play the file. If the file is on another
computer, verify that you are connected to the network. If you typed a
path, verify that it is correct. If the problem persists, the server
might not be available

C00D1197: Cannot play the file
Windows Media Player cannot play the file. You might encounter this
error message for one of the following reasons:

Your computer is not connected to the local area network (LAN) or to
the Internet. Connect to the network or Internet, and then try again.
The path to the file is not valid. If you typed a Uniform Resource
Locator (URL) in the Open URL dialog box, verify that the file name is
spelled correctly and that the path to the file is correct, and then
try again. If you clicked a link on a Web page, the link might not be
valid.
The server is not available (for example, the server is busy or not
online). Try again later.
Some network protocols in the Player are not enabled. Enable all
network protocols, and then try again.
The proxy server settings for the Player are not configured properly.
Verify that your proxy settings are correct, and then try again.
To enable all network protocols
On the Tools menu, click Options, and then click the Network tab.
In the Streaming protocols area, select all the protocol check boxes.
To verify your proxy server settings
On the Tools menu, click Options, and then click the Network tab.
Verify your settings in the Streaming proxy settings area.
Note

If you do not know what your proxy server settings should be, on the
Network tab, select a protocol, click Configure, and then select
Autodetect proxy settings or Use proxy settings of the Web browser
(available for HTTP protocol only).
Error ID = 0xC00D1197, Condition ID = 0x00000000
Web Help
Neil Smith [MVP Digital Media] - 01 Jan 2007 14:50 GMT
>>So - What happens when you shut down IIS on that box - does it work
>>now ? I can't see why the encoder direct connection would ever cause
>>an error, but since you didn't say what that "error" was ...
>
>   This W2k server plays a .WMV file just fine over windows media
>server on port 1754, so I haven't tried to shut down IIS.   Also, one

OK so we've confirmed that IIS is "intercepting" the port 80 request
to begin the Push stream to the server.

The options now are - go to the media server and configure http server
control protocol to listen on another port than port 80, or you can
set the server to listen on another IP bound to the network card - or
just use a second NIC for incoming encoder connections, making sure
IIS is configured *not* to listen to that IP.

>thing that is logged on the Windows Media server is the client
>connection event but nothring else.  The Windows Media player client
[quoted text clipped - 37 lines]
>Error ID = 0xC00D1197, Condition ID = 0x00000000
>Web Help

------------------------------------------------
Digital Media MVP : 2004-2006
http://mvp.support.microsoft.com/mvpfaqs
Jeffery Jones - 01 Jan 2007 17:09 GMT
>OK so we've confirmed that IIS is "intercepting" the port 80 request
>to begin the Push stream to the server.
[quoted text clipped - 4 lines]
>just use a second NIC for incoming encoder connections, making sure
>IIS is configured *not* to listen to that IP.

 This server is serving some web sites on port 80, so that cannot be
changed.

  I did however find a way to tell Windows Media Encoder to push to
port 1755.   This produced a message -

----------------
The network connection has failed (0xC00D0029)
---------
There was nothing relevant in any logs.  A network packet trace showed
a connection to port 1755, this POST, followed by an immediate server
disconnect.

POST /abcstream HTTP/1.1
Content-Type: application/x-wms-pushsetup
X-Accept-Authentication: Negotiate, NTLM, Digest
User-Agent: WMEncoder/10.0.0.3708
Host: 192.168.47.221:1755
Content-Length: 0
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: push-id=0
-----------------------------------------
  I couldn't find a way to specify a 'push' type of connection to
Windows Media Server version 4.1 when setting up the broadcast
publishing point.

 I'm guessing that Windows Media Encoder 9 is not compatible with
Windows Media Server 4.1/ Windows 2000?   I can't find anything in the
docs either way or cannot find an old version of Windows Media Encoder
to try.
Jeffery Jones - 01 Jan 2007 21:59 GMT
>   I did however find a way to tell Windows Media Encoder to push to
>port 1755.   This produced a message -

 I found that WMS 4.1 also opens port 7007, so I tried pushing to
that port with the same results.
Jeffery Jones - 02 Jan 2007 21:19 GMT
I resolved it -

>  If I try to pull from the Media Encoder, a Media Player client gets
>an error when trying to play the content.  Nothing is logged anywhere,
>but a Wireshark packet capture shows that it is connecting to the
>Media Encoder PC.

  Believe it or not, I never pressed the "Start encoding" button - I
thought it looked like it was running.   My only gripe is the lack of
relevant logging on the Windows Media Server - I don't know if Windows
Media Server 2003 is improved any.

>   Is there any way to publish live audio from Media Encoder 9 to
>Windows 2000 / WMS 4.1?   I poked around Windows Download for an older
>version of Media Encoder, but no luck.

   I managed to find a copy of Windows Media Encoder 7 and it was
clearer to me that I needed to press the "start" button.   Here's my
steup:

  Windows 2000 Server mms://  to Windows Media Player clients via
port 1755.

  Defined  Broadcast Unicast publishing point on the server to remote
PC running Windows Media Encoder 9 with a Live Broadcast session, PULL
protocol.   Pull is preferable because the connection will auto resume
if there is a network anomaly causing the connection to drop.
Neil Smith [MVP Digital Media] - 03 Jan 2007 00:01 GMT
>I resolved it -
>
[quoted text clipped - 4 lines]
>
>   Believe it or not, I never pressed the "Start encoding" button

Oh dear - that's the UI equivalent of "is it plugged in?"
O well, glad you're running now - Cheers, Neil
------------------------------------------------
Digital Media MVP : 2004-2007
http://mvp.support.microsoft.com/mvpfaqs
jisri - 04 Jul 2008 09:02 GMT
Hello Jeffery Jones,

Would you please send me Encoder 7 if you still have it?
or kindly tell me where did you get it from?

Thanks.

Signature

jisri

http://forums.techarena.in

BrettW - 17 Oct 2008 15:14 GMT
ok I found a fix for this error, at least one that worked for me.

First open Windows Media Services by locating it in the start menu.

Second, On the menu to the left, you should see the name of the serve
with a plus sign next to it. Click on the server name.

Third, Click the Properties tab on the left hand side of the window.

Fourth, click on Control Protocol in the category menu.

Last, make sure that the ” WMS HTTP Server Control Protocol ” i
enabled under the plug-in menu

--
Brett

http://forums.techarena.i
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.