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: 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 .......................... 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 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: 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
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel