Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!
Resource icon

Download Cesbo Astra free version .

Register & Get access to index
1. Download free version of cesbo astra (4.4.182), depending on your system and copy to /usr/bin/ :

or

1. Install astra

2.
Code:
chmod +x /usr/bin/astra

3. Create directory
Code:
mkdir /etc/astra/
and put your testch.lua config file

Example testch.lua file:
Code:
#!/usr/bin/astra

-- log.set({ debug = true })

log.set({
        debug = true,
        filename = "testch.log",
})

pidfile("/var/run/testch.pid")

adapter_1 = dvb_tune({
     type = "S2",
  adapter = 1,
       tp = "11995:H:25000",
      lnb = "9750:10600:11700",
})


make_channel({
    name = "testch",
    input = {
        "dvb://adapter_1#pnr=2099&cam"
    },
    output = {
        "http://192.168.1.188:6019/testch"
    }
})

make_channel({
    name = "testch1",
    input = {
        "dvb://adapter_1#pnr=2088&cam"
    },
    output = {
        "http://192.168.1.188:6019/testch1"
    }
})

4.
Code:
chmod +x /etc/astra/testch.lua

5. Run lua file as root
Code:
./etc/astra/testch.lua
Author
mojbuk
Downloads
6
Views
1,622
First release
Last update

Ratings

0.00 star(s) 0 ratings
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top