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

mojbuk

Extended Member
Ext. Member
Joined
Sep 22, 2019
Messages
55
Reaction score
342
Points
64
Location
BiH
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





Update: 21.2.2021
Monitor process with monit:

1.
Code:
sudo apt install monit

2. Edit monit file, set IP addres and port, login parameters.
Code:
sudo nano /etc/monit/monitrc

3. Add config lines for astra process on end file, example:

4. Restart monit with service monit restart.

5. Add more process, and open web interface for monit http://ip:port
Code:
https://i.imgyukle.com/2021/02/21/LUY6Bx.png

6. Edit process on web
Code:
https://i.imgyukle.com/2021/02/21/LUakz8.png
 
Last edited:
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top