Welcome to My iptv forum

  • Everyone is invited! My iptv forum is for everyone, new and advanced user alike!
  • Searching is key! Before you post a question, use the forum search feature to determine whether your topic has already been covered.
  • Do not start flame wars! If someone has engaged in behavior that is detrimental to the discussion -- spamming, harassment, etc -- report the post and we'll take a look.
  • Help Flussonic20.12 Rebel Edition

    I Need Your Help
    Help Flussonic20.12 Rebel Edition
    M Offline

    matthew reus

    New member
    Member
    Jun 4, 2020
    41
    220
    33
    Nepal
    Hello

    From forum help i could easily install the flussonic , but issue is I could not pull the unicast udp .. as i am unaware of network namesapce which was mention on flussonic.

    I have 2 interface port

    1. eth1 with ip (192.168.10.0/24) , which connects to internet as well as pull and push unicast udp/hls/rtmp
    (Issue is unable to accept unicast udp send from other transcoding server udp://192.168.X.X:1234 )

    Failed to Pull these types of url
    stream test12 {
    url udp://192.168.100.10:1234;
    }


    2. eth2 with (172.100.100.1/24) somehow manage to pull multicast udp (239.10.100.1:5000)

    ip link set eth2 netns netns0
    ip netns exec netns0 ifconfig eth2 up
    ip netns exec netns0 ip addr add 10.3.8.23/24 dev eth2
    ip netns exec netns0 route add -net 224.0.0.0 netmask 240.0.0.0 eth2

    stream test {
    url udp://224.1.1.1:3000;
    }​

    Issue ..
    How can i accept udp unicast from eth1 as well
     
    Crack Offline

    Crack

    New member
    Member
    Apr 27, 2021
    110
    2,591
    93
    UA
    veth.bash

    ip netns exec netns0 ip link set veth0b up
    iptables -t nat -I POSTROUTING -s 192.168.56.2/24 -o $1 -j MASQUERADE
    iptables -t nat -I POSTROUTING -s 192.168.56.2/24 -o eno1 -j MASQUERADE
    iptables -t nat -I POSTROUTING -s 192.168.56.2/24 -o eno2 -j MASQUERADE
    iptables -t nat -I POSTROUTING -s 192.168.56.2/24 -o eno3 -j MASQUERADE
    iptables -t nat -I POSTROUTING -s 192.168.56.2/24 -o eno4 -j MASQUERADE
     
    M Offline

    matthew reus

    New member
    Member
    Jun 4, 2020
    41
    220
    33
    Nepal
    veth.bash

    ip netns exec netns0 ip link set veth0b up
    iptables -t nat -I POSTROUTING -s 192.168.56.2/24 -o $1 -j MASQUERADE
    iptables -t nat -I POSTROUTING -s 192.168.56.2/24 -o eno1 -j MASQUERADE
    iptables -t nat -I POSTROUTING -s 192.168.56.2/24 -o eno2 -j MASQUERADE
    iptables -t nat -I POSTROUTING -s 192.168.56.2/24 -o eno3 -j MASQUERADE
    iptables -t nat -I POSTROUTING -s 192.168.56.2/24 -o eno4 -j MASQUERADE
    still having failure to pull unicast udp
     

    Create an account or login to comment

    You must be a member in order to leave a comment

    Create account

    Create an account on our community. It's easy!

    Log in

    Already have an account? Log in here.

    Top Posters of the Month

    Latest resources

    Online statistics

    Members online
    105
    Guests online
    496
    Total visitors
    601
    18,273Threads
    63,821Messages
    62,755Members
    lilzyLatest member
    Top