[vlc-devel] RTSP request of an aminocom STB

Alexis de Lattre alexis at via.ecp.fr
Thu Jul 3 02:49:22 CEST 2003


We made some dumps of a RTSP 'SETUP' request made by an aminocom STB...
I think it can be interesting for the developers of RTSP on VideoLAN.

For this, we typed the following URL in the web navigator of the STB:
rtsp://server.exemple.com/film1
and dumped the request with "nc" on server.exemple.com (the request is
made by TCP on port 554).

* If the STB is configured to talk to an 'Ncube' server :

SETUP rtsp:/film1 RTSP/1.0
CSeq: 1
Transport: MP2T/H2221/UDP;unicast;destination=138.195.152.161;client_port=11111
x-mayNotify:
x-playNow:

* If the STB is configured to talk to a 'Mediabase' server :

SETUP rtsp:/film1 RTSP/1.0
CSeq: 1
User-Agent: MBASE_MPEG_PLAYER_KA
Transport: RAW/RAW/UDP;unicast;destination=138.195.152.161;client_port=11111
x-mayNotify:
x-playNow:

We couldn't dump the other requests because we haven't been able so far
to generate a good answer. But we saw a 'teardown' request when we tried
to make an answer (it was with the 'ncube' setting) :

TEARDOWN rtsp:/film1 RTSP/1.0
CSeq: 2
Session:  PscfefH3Iji5

We haven't made some tests with VLRS yet. I'll post more info as we go
deeper into this issue.

-- 
Alexis
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list