After receiving multicast stream from route 1 and transcode it, i am going to do multi-cast stream through route 2.
My Centos PC has two network ports and each port has router1 and router2.
enp3s0 - router 1
enp4s0 - router 2
The physical form is PC - Router (switch) - CentosPC - Router (switch) - client device.

route add -net 224.0.0.0 netmask 240.0.0.0.0 enp4s0
route add -net 224.0.0.0 netmask 240.0.0.0.0 enp3s0
You have entered a command, but only one multicast stream can be received.
If Enter only "route add -net 224.0.0.0 netmask 240.0.0.0.0 enp4s0" command, multicast stream can through router 2.
If Enter only "route add -net 224.0.0.0 netmask 240.0.0.0.0 enp3s0" command, multicast stream can through router 1.
Do we have to change route add?
Please help me. I've searched for quite a while, but it's too hard.