[Live-devel] SETUPrtsp for two different IP

Joao Almeida joao_dealmeida at hotmail.com
Sat Oct 1 00:51:52 PDT 2011


hi,

For our work we are trying to stream a mp4 container with two movie track on it, but from two different IP (using only one streaming server and two interface). 
When we stream our MP4 container we get this with wireshark:
No.,Time,Source,Destination,Protocol,Info
1,0.000000,195.134.1.2,195.134.1.6,RTSP,OPTIONSrtsp://195.134.1.6/spatialSoc_basenh3.mp4RTSP/1.0
2,0.000454,195.134.1.6,195.134.1.2,RTSP,Reply:RTSP/1.0200OK
3,0.000607,195.134.1.2,195.134.1.6,RTSP,DESCRIBErtsp://195.134.1.6/spatialSoc_basenh3.mp4RTSP/1.0
4,0.002474,195.134.1.6,195.134.1.2,RTSP/SDP,Reply:RTSP/1.0200OK,withsessiondescription
5,0.004125,195.134.1.2,195.134.1.6,RTSP,SETUPrtsp://195.134.1.6/spatialSoc_basenh3.mp4/trackID=65536RTSP/1.0
6,0.004885,195.134.1.6,195.134.1.2,RTSP,Reply:RTSP/1.0200OK
7,0.005351,195.134.1.2,195.134.1.6,RTSP,SETUPrtsp://195.134.1.6/spatialSoc_basenh3.mp4/trackID=65538RTSP/1.0
8,0.006363,195.134.1.6,195.134.1.2,RTSP,Reply:RTSP/1.0200OK
9,0.006605,195.134.1.2,195.134.1.6,RTSP,PLAYrtsp://195.134.1.6/spatialSoc_basenh3.mp4/RTSP/1.0
10,0.007841,195.134.1.6,195.134.1.2,RTSP,Reply:RTSP/1.0200OK
11,0.007854,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-97,SSRC=0x52C67564,Seq=39746,Time=1652425076
12,0.007917,195.134.1.6,195.134.1.2,RTCP,SenderReportSourcedescriptionApplicationspecific(qtsi)subtype=1
13,0.007942,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-97,SSRC=0x52C67564,Seq=39747,Time=1652425076
14,0.007948,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-97,SSRC=0x52C67564,Seq=39748,Time=1652425076
15,0.008686,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-97,SSRC=0x52C67564,Seq=39749,Time=1652425076
16,0.008699,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-97,SSRC=0x52C67564,Seq=39750,Time=1652425076
17,0.008705,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-97,SSRC=0x52C67564,Seq=39751,Time=1652425076
18,0.008711,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-97,SSRC=0x52C67564,Seq=39752,Time=1652425076
19,0.008716,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-97,SSRC=0x52C67564,Seq=39753,Time=1652425076
20,0.008721,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-97,SSRC=0x52C67564,Seq=39754,Time=1652425076
21,0.008726,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-97,SSRC=0x52C67564,Seq=39755,Time=1652425076
22,0.008730,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-97,SSRC=0x52C67564,Seq=39756,Time=1652425076
23,0.008735,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-97,SSRC=0x52C67564,Seq=39757,Time=1652425076
24,0.009474,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-97,SSRC=0x52C67564,Seq=39758,Time=1652425076,Mark
25,0.009487,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-96,SSRC=0x5AD78F4E,Seq=7486,Time=189610604
26,0.009524,195.134.1.6,195.134.1.2,RTCP,SenderReportSourcedescriptionApplicationspecific(qtsi)subtype=1
27,0.009549,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-96,SSRC=0x5AD78F4E,Seq=7487,Time=189610604
28,0.009555,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-96,SSRC=0x5AD78F4E,Seq=7488,Time=189610604
29,0.009561,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-96,SSRC=0x5AD78F4E,Seq=7489,Time=189610604
30,0.009566,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-96,SSRC=0x5AD78F4E,Seq=7490,Time=189610604
31,0.009571,195.134.1.6,195.134.1.2,RTP,PT=DynamicRTP-Type-96,SSRC=0x5AD78F4E,Seq=7491,Time=189610604,Mark

Can you please tell us, what we can do to change the SETUPrtsp to indicate that the two track come from two different IP (interface) for example:
4,0.002474,195.134.1.6,195.134.1.2,RTSP/SDP,Reply:RTSP/1.0200OK,withsessiondescription

    5,0.004125,195.134.1.2,195.134.1.6,RTSP,SETUPrtsp://195.134.1.3/spatialSoc_basenh3.mp4/trackID=65536RTSP/1.0

    6,0.004885,195.134.1.6,195.134.1.2,RTSP,Reply:RTSP/1.0200OK

    7,0.005351,195.134.1.2,195.134.1.6,RTSP,SETUPrtsp://195.134.1.6/spatialSoc_basenh3.mp4/trackID=65538RTSP/1.0

    8,0.006363,195.134.1.6,195.134.1.2,RTSP,Reply:RTSP/1.0200OK


Thks for your help

Joao Almeida

PS: I know you prefer institutional emails, this my university one jmdaa at iscte.pt but i dont like to use it (no cloud computing), this why i use this hotmail in staid.

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20111001/dcb29b7e/attachment.html>


More information about the live-devel mailing list