B
B
batchar2015-09-02 10:34:56
Computer networks
batchar, 2015-09-02 10:34:56

How to provide multicast broadcast from Raspberry Pi?

Hello! There is a problem of playing a multicast video stream from Raspberry Pi.
The essence of the problem is as follows: if it is between a computer (with pre-installed Debian) and a Raspberry switch, then the multicast broadcast is successfully played on the computer. In the case of a direct connection from the Raspberry to the computer, there is no playback, although tcpdump shows the presence of packets. It is necessary to achieve multicast video playback in such a "configuration".
The problem is related to the IGMP protocol, since you need to "subscribe" the computer to broadcast a multicast video stream.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Ovsiannikov, 2015-09-12
@Ovsiannikov

tcpdump shows packets

outgoing on the Raspberry, or incoming on the computer?
if there are bridges in the Raspberry or computer configuration,
try disabling igmp-snooping for them:
#echo "0" > /sys/devices/virtual/net/ br0 /bridge/multicast_snooping

B
batchar, 2015-09-16
@batChar

Everything was elementary: I didn’t set up a network, between raspberries and a computer. Specified the default gateway (on the computer) as raspberi. And everything is fine)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question