[vlc-devel] WMP->Realserver proto

Viktor Kompaneyets vato at wnet.ua
Fri Jan 13 17:14:07 CET 2006


Hi!
As promised, I'd made some ethereal capturing of stream init of Realserver9
with windows media encoder. 

First conclusion - WME _waits_ for any connection (http/mms) and responce
with "200 OK" to the server query:

GET / HTTP 1.0
ACCEPT */*

I.e - Realserver waits for _any_ data from port, which WME encoder is
conneced to.

WME answers with 

HTTP/1.0 200 OK
Server: Rex/10.0.0.3646
Cache-Control: no-cache
Pragma: no-cache
Pragma: client-id=3009610942
Pragma: features="broadcast,playlist"
Content-Type: application/x-mms-framed

On the other side VLC respond on the same request with 

HTTP/1.0 404 Not found
Content-Length: 310

<?xml version="1.0" encoding="ascii" ?><!DOCTYPE html PUBLIC
"-//W3C//DTD  XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml10/DTD/xhtml10strict.dtd">
<html>
<head>
<title>Error 404</title>
</head>
<body>
<h1>404 Resource not found(/)</h1>
<hr />
<a href="http://www.videolan.org">VideoLAN</a>
</body>

And conversation with RealServer is stopped.
Is anybody interested in continuing that experiments? Please mail me 
vato (at) wnet (dot) ua

-- 
Viktor Kompaneyets
Wnet project manager

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list