New submission from Aleksey Zhurbitsky <zhurbit...@gmail.com>: I use http://svn.python.org/projects/python/trunk/Demo/sockets/mcast.py to receive multicast stream. When i run one instance of this script to receive certain multicats stream all is fine, but when i run two instance of this script simultaneously to join different multicats stream whith same port - starts mess. Each script gets his packets and packets from other multicast group. Examples of multicast groups: rtp://224.1.1.1:1234 rtp://224.1.1.2:1234
I also try to use other code to recive multicast but got the same result - http://stackoverflow.com/questions/6387535/duplicate-packets-in-python-multicast-receiver ---------- components: Demos and Tools, Library (Lib) messages: 138696 nosy: Aleksey Zhurbitsky priority: normal severity: normal status: open title: Duplicate packets in Multicast Receiver type: behavior versions: Python 2.6, Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12373> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com