I have troble with multicat routing from VLAN with Multicast server to VLAN with subscribers.
( REC_VLAN - Subscribers ) - x460 - ( SEND_VLAN - Multicast server ) 
System Type:      X460-24t
Image Selected:   primary
Primary ver:      15.5.3.4 patch1-6  Enabled License Level: Core  
Here my config:
configure vlan mgmt_switch_core tag 104create vlan "REC_VLAN"
configure vlan REC_VLAN tag 109
create vlan "SEND_VLAN"
configure vlan SEND_VLAN tag 2001
configure vlan REC_VLAN add ports 24 tagged
configure vlan SEND_VLAN add ports 8 untagged
configure vlan SEND_VLAN ipaddress 10.3.0.2 255.255.255.252
enable ipforwarding vlan SEND_VLAN
configure vlan REC_VLAN ipaddress 10.3.3.5 255.255.255.252
enable ipforwarding vlan REC_VLAN
enable ipmcforwarding vlan "REC_VLAN"
enable ipmcforwarding vlan "SEND_VLAN"
configure igmp snooping "REC_VLAN" ports 24 add static router
configure pim add vlan "SEND_VLAN" sparse
configure pim crp vlan "SEND_VLAN" "MCAST_TEST" 100
configure pim add vlan "REC_VLAN" sparse passive
configure pim vlan "REC_VLAN" dr-priority 100
enable pim
configure pim crp static 10.3.0.2 "MCAST_TEST" 100MCAST_TEST:
entry m {
if match any { }
        then {
                nlri 225.1.1.0/24 ;
        }
}    On egress vlan I can see subscribers and static router: 
show igmp snooping "REC_VLAN"
Router Timeout                :    260 sec
Host Timeout                  :    260 sec
Igmp Snooping Fast Leave Time :   1000 ms
VLAN REC_VLAN         (109) Snooping=Enabled
    Port   Host            Subscribed        Age    Group-Limit
    24     10.3.3.6        225.2.1.1         60     0
    24     10.3.3.6        239.255.255.250   65     0
    24     10.3.3.5        All Groups(s)     0      0
On ingress vlan I can see server:
show igmp snooping "SEND_VLAN"Router Timeout                :    260 sec
Host Timeout                  :    260 sec
Igmp Snooping Fast Leave Time :   1000 ms
VLAN SEND_VLAN        (2001) Snooping=Enabled
    Group           Sender          Age
    225.2.1.1       10.3.0.1        0
    1 Incoming multicast streams
Multicast traffic present on ingress port:
clear counters ports all
show ports 8 statistics no-refresh
Port      Link     Tx Pkt       Tx Byte       Rx Pkt       Rx Byte Rx Pkt Rx Pkt
          State    Count        Count         Count        Count    Bcast  Mcast
================================================================================
8         A             7          531        40567     55245069        2    40565
================================================================================
          > indicates Port Display Name truncated past 8 characters
          Link State: A-Active, R-Ready, NP-Port Not Present, L-Loopback
But it doesn't present on egress port:
how ports 24 statistics no-refreshPort      Link     Tx Pkt       Tx Byte       Rx Pkt       Rx Byte Rx Pkt Rx Pkt
          State    Count        Count         Count        Count    Bcast  Mcast
================================================================================
24        A            10         1548           10         1210        4        6
================================================================================
          > indicates Port Display Name truncated past 8 characters
          Link State: A-Active, R-Ready, NP-Port Not Present, L-Loopback
What I need to do for multicast routing between REC_VLAN and SEND_VLAN.
I don't need MVR, because I have two multicast upstreems (LOCAL - SEND_VLAN) and from neighbor AS.