[streaming] Non - aggregation

Mohammad Alam <[email protected]> Fri, 3 Jul 2009 11:53:41 +0530 (IST)
Newsgroups gmane.comp.video.videolan.vls.general
Message-ID <[email protected]>
Hi All
I want to support non aggregation in my RTSP server. I want to control different media sessions differently. I want to know what changes are to be made in sdp info to support non aggregation. I am using this......
           v=0           o=- 2890844526 2890842807 IN IP4 192.16.24.202           s=RTSP Session           m=audio 0 RTP/AVP 0           a=control:rtsp://audio.example.com/twister/audio.en           m=video 0 RTP/AVP 31           a=control:rtsp://video.example.com/twister/video
First setup request is fine. but in second SETUP request i receive the same session id as the first one. thus cant control sessions separetly if they have same session ID.. Its something like that.....
  C->A: SETUP rtsp://audio.example.com/twister/audio.en RTSP/1.0           CSeq: 1           Transport: RTP/AVP/UDP;unicast;client_port=3056-3057
     A->C: RTSP/1.0 200 OK           CSeq: 1           Session: 12345678           Transport: RTP/AVP/UDP;unicast;client_port=3056-3057;                      server_port=5000-5001
     C->V: SETUP rtsp://video.example.com/twister/video RTSP/1.0           CSeq: 1           Session: 12345678           Transport: RTP/AVP/UDP;unicast;client_port=3058-3059
     V->C: RTSP/1.0 200 OK           CSeq: 1           Session: 12345678           Transport: RTP/AVP/UDP;unicast;client_port=3058-3059;                      server_port=5002-5003

Can anybody help me on this
Regardsalam


      Looking for local information? Find it on Yahoo! Local http://in.local.yahoo.com/

_______________________________________________
streaming mailing list
To unsubscribe or modify your subscription options:
http://mailman.videolan.org/listinfo/streaming