[Live-devel] client_port information.

Gautam Gopinadhan gautamvsg at yahoo.com
Mon Jul 25 13:10:36 PDT 2005


Hi,
   I have been using vlc 0.8.2 with live.com code
v2005.06.16. Here are the transactions that are being
recorded at the client side:

-----------------------------------------------------
Sending request: OPTIONS rtsp://pn5:11000/moviet.mpg
RTSP/1.0
CSeq: 19
User-Agent: VLC Media Player (LIVE.COM Streaming Media
v2005.06.16)


Received OPTIONS response: RTSP/1.0 200 OK
CSeq: 19
Public: SETUP, TEARDOWN, PLAY, PAUSE, DESCRIBE,
GET_PARAMETER


Sending request: DESCRIBE rtsp://pn5:11000/moviet.mpg
RTSP/1.0
CSeq: 20
Accept: application/sdp
User-Agent: VLC Media Player (LIVE.COM Streaming Media
v2005.06.16)


Received DESCRIBE response: RTSP/1.0 200 OK
CSeq: 20
Server: Kasenna
Content-Length: 436
Content-Type: application/x-rtsp-mh


Need to read 436 extra bytes
Read 436 extra bytes: <MediaDescription>
<MediaContainer
NumStreams = 1 />
<MediaStreams>
<MediaStream
StreamID = 0
MimeType = application/x-sgimb
MaxBitRate = 3800000
Height = 704
Width = 480
FramesPerSecond = 29.969999
AspectRatio = 0.673500
FramesToIFramesRatio = 12.000000
AudioHeader = 0
Duration = 204071000
StartTime = 0
PlayModes = 7
TypeSpecificData = MPEG-2
VideoPid = 16
AudioPid = 17 />
</MediaStreams>
</MediaDescription>

Kasenna Content Type: MPEG-2
Sending request: SETUP rtsp://pn5:11000/moviet.mpg/
RTSP/1.0
CSeq: 21
Transport: RAW/RAW/UDP/TCP;unicast;interleaved=0-1
User-Agent: VLC Media Player (LIVE.COM Streaming Media
v2005.06.16)


Received SETUP response: RTSP/1.0 200 OK
CSeq: 21
Transport:
RAW/RAW/UDP;destination=129.146.75.108;source=152.70.12.105
Session: 2;timeout=0


Sending request: PLAY rtsp://pn5:11000/moviet.mpg
RTSP/1.0
CSeq: 22
Session: 2
Range: npt=0.000-
User-Agent: VLC Media Player (LIVE.COM Streaming Media
v2005.06.16)


Received PLAY response: RTSP/1.0 200 OK
CSeq: 22
Scale: 1.0


TaskInterrupt
[00000274] livedotcom demuxer error: no data received
in 10s, aborting
Sending request: TEARDOWN rtsp://pn5:11000/moviet.mpg
RTSP/1.0
CSeq: 23
Session: 2
User-Agent: VLC Media Player (LIVE.COM Streaming Media
v2005.06.16)


[00000236] main playlist: nothing to play
-------------------------------------------------------


There seems to be no client_port information being
sent during the SETUP request. Is this a bug or has
this been purposely changed? In previous version of
the live.com code the SETUP request contained
client_port information.

Thanks,
Gautam.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the live-devel mailing list