<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<pre>Hi,

In trying to solve a SVC multi streaming transmission of separate layers, using a standard MP4 container (i belive your server dont support this container).
I manage to stream a mp4 container with two movie track on it, but to two different IP (using only one streaming server and two interface in the client).
When we stream our MP4 container we get this with wireshark:</pre>
<pre>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,<strong>SETUPrtsp://195.134.1.6/spatialSoc_basenh3.mp4/trackID=65536RTSP</strong>/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,<strong>SETUPrtsp://195.134.1.6/spatialSoc_basenh3.mp4/trackID=65538RTSP</strong>/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
..........................
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
.........................................
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

<strong>Do you know a way to change the SETUPrtsp in your client code (openRTSP) to indicate that the two track go to two different IP (interface) for example:</strong></pre>
<pre>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://<strong>195.134.1.<span style="color: #ff0000;">3</span></strong>/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://<strong>195.134.1.<span style="color: #ff0000;">6</span></strong>/spatialSoc_basenh3.mp4/trackID=65538RTSP/1.0
8,0.006363,195.134.1.6,195.134.1.2,RTSP,Reply:RTSP/1.0200OK
</pre>
<pre> </pre>
<pre>Thks</pre>
</body></html>