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!

Download Content Decryption Module Plugin for 1-Stream Panel

rootkit

Basic Member
Basic Member
Joined
Oct 16, 2024
Messages
2
Reaction score
6
Points
11
A plugin that decrypts MPD Streams

Download link:


-----------------------------
Steps to install:
# Before installation on the main server
Edit the file /etc/php/8.1/fpm/pool.d/bo.conf
and change
php_admin_value[post_max_size] = 100M
php_admin_value[upload_max_filesize] = 100M

Edit the file /etc/php/8.1/cli/php.ini
and change
post_max_size = 100M
upload_max_filesize = 100M

Edit the file /etc/nginx/sites-available/bo.conf
and change client_max_body_size 100M;

After the changes to the files run:
systemctl restart php8.1-fpm
systemctl restart nginx
-----------------------------
After Installation of the plugin:
# You may need to create the directory after installation
mkdir /home/onestream/iptv/packages/1s-extra/contentdecryption/storage/

# And you need to execute
chmod -R 777 /home/onestream/iptv/packages/1s-extra/contentdecryption/bin/
chmod -R 777 /home/onestream/iptv/packages/1s-extra/contentdecryption/storage/

How It Works
The system decrypts the provided MPD URL and streams it to the specified server via RTMP.

Setup Instructions
Fill in the required fields. The RTMP URL is generated automatically in the following format: rtmp://{server_domain || server_ip}/line/{stream_name}
Navigate to Manage MPD Streams and click Decrypt And Start Pushing.
Ensure that you whitelist the IPs for both publishing and playback.

Any feedback will be appreciated. There will be changes in the future, but as of now, I have it working, so I'm sharing this with the community.
 
Last edited by a moderator:
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top