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 StreamApp - Streaming Movies, TV Series and Live TV - Flutter Full App with Admin Panel

i_2014

Extended Member
Ext. Member
Joined
Dec 6, 2019
Messages
40
Reaction score
777
Points
94
Location
Dhaka
Name StreamApp
Version : 1.1
StreamApp is an application built on Flutter the powerful Google framework.
It provides streaming movies, tv series and live tv.
It supports most formats on external servers, local or AWS S3 storage.
It is designed to offer a great user experience and optimal performance on both iOS and Android.




Deploy Admin panel in Vps (ubuntu)

Bash:
sudo apt-get update
sudo apt-get dist-upgrade

to install the Laravel dependencies we will need to composer, we return to PUTTY and run these commands.

Bash:
sudo apt-get install php-gd php-xml php7.2-mbstring
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
We go to the /var/www/laravel directory, and execute the
composer install
after that we assign the necessary permissions to the storage folder.
Bash:
sudo chown -R www-data: storage
sudo chmod -R 755 storage
To configure the environment variables of our project we must execute
Bash:
cp .env.example .env
sudo nano .env
and edit the following variables:
Code:
APP_NAME = your brand name
DB_DATABASE = the database we created previously
DB_USERNAME = the user we created previously
DB_PASSWORD = the user password
CTRL + X to close and press Y to save changes.
to generate the APP_KEY we must execute
Bash:
php artisan key:generate
After that we can run our migrations and seeders.
Code:
php artisan migrate --seed
Finally, we can only point the Apache root to the public folder of our Laravel project, to do this modify the virtual host file
Bash:
sudo nano /etc/apache2/sites-enabled/000-default.conf
changing this
Bash:
DocumentRoot /var/www
<Directory /var/www>
For this
Bash:
DocumentRoot /var/www
<Directory /var/www>
Then add the following two lines inside of that same "Directory" tag:
Bash:
RewriteEngine On
RewriteBase /var/www/laravel/public
We must enable the Apache mod_rewrite module for the correct operation of the laravel routes:
Bash:
sudo a2enmod rewrite
sudo service apache2 restart
Default access data:
Code:
user: [email protected]
password: 123456

And for Apps there is a documentation inside the .rar file
 
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
Good share m8
where is the apk file and don't see database/sql install info ...?
Thanks.
 
Last edited by a moderator:
Good share m8
where is the apk file and don't see database/sql install info ...?
Thanks.
It's a laravel project file...here you need to migrate seed and need to change .env file to connect project and there is a full documentaion about this flatter app project inside this .rar file
 
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
Have you tested how it works, are streams protected that no one can grab them, tokenization ...?
yahh, tested and .... and for security you need to make own player with token system then simply embed it on this app....
 
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
thanks for sharing
 
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
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