Changeset 307:bbf7ed60b10b

Show
Ignore:
Timestamp:
10/15/08 17:20:54 (3 months ago)
Author:
vadim@mbdsys.com
Message:

avoid sending stram to multicast originator

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • phapi/phmedia-audio.c

    r296 r307  
    13051305                return; 
    13061306        } 
     1307 
     1308        /* avoid sending rtp to multicast source */ 
     1309        if (stream->ms.mses->mcast_recv) 
     1310          return; 
    13071311 
    13081312        /* do we need to do Voice Activity Detection ? */