Changes between Initial Version and Version 1 of Ticket #924


Ignore:
Timestamp:
Jul 29, 2009 12:21:08 PM (15 years ago)
Author:
bennylp
Comment:

Done in r2845

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #924

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Summary changed from Loop media transport now allows more than one stream to receive the reflected packets to Loop media transport now allows more than one streams to receive the reflected packets
  • Ticket #924 – Description

    initial v1  
    11Previously the loop media transport only sends packets back to the same stream, which is not very flexible. 
    22 
    3 This ticket allows the same loop media transport instance to be ''attached'' to more than one streams, and allow application to control which stream(s) receives the reflected packets. 
     3This ticket allows the same loop media transport instance to be ''attached'' to more than one streams, and allow application to control which stream(s) receives the reflected packets. The new behavior should be backward compatible with the previous behavior (when there is only one stream attached and application does not specify which stream to receive packet, since by default all streams receive packets).