Monthly Archives: February 2012

FFMPEG stops receiving multicast stream after group membership lost

Recently I came across an issue under CENTOS 5.7 kernel 2.6.18 regarding multicast group membership. I was using ffmpeg 0.10 to receive udp stream over multicast sockets. There happened some disruption in the network and ffmpeg stopped receiving any incoming … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Checking multicast group membership

Following code can be used to check multicast group member under Linux. This code is only for ipv4, but can be extended for ipv6. Note: I have used netstat source as a reference to write this code. #define PATH_PROCNET_IGMP “/proc/net/igmp” … Continue reading

Posted in Uncategorized | Tagged , , , , | 1 Comment