update
This commit is contained in:
parent
1cedb2b080
commit
e2a96efa91
|
|
@ -0,0 +1,100 @@
|
||||||
|
Urmi MPEG2 transcoder
|
||||||
|
----------------------------------------
|
||||||
|
|
||||||
|
Mpeg2 Transcoder
|
||||||
|
Used by mso old box
|
||||||
|
|
||||||
|
Instalation
|
||||||
|
----------------------------------------
|
||||||
|
|
||||||
|
Install Ubuntu server 24.04 and run following commands as root
|
||||||
|
|
||||||
|
cd /tmp;
|
||||||
|
apt install git -y;
|
||||||
|
cd /tmp;
|
||||||
|
git clone --depth 1 https://git.dbhatt.org/hw_partner/urmic_mpeg2_transcoder.git;
|
||||||
|
cd urmic_mpeg2_transcoder;
|
||||||
|
chmod +x install.sh;
|
||||||
|
./install.sh
|
||||||
|
|
||||||
|
|
||||||
|
after reboot visit https://IP
|
||||||
|
default Username :- shreebhattji
|
||||||
|
default password :- foreverstreamingpartner
|
||||||
|
|
||||||
|
|
||||||
|
Under Licence https://github.com/shreebhattji/Urmi
|
||||||
|
|
||||||
|
|
||||||
|
Urmi an "you happy me happy" license
|
||||||
|
----------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
In the name , memory and honor of
|
||||||
|
|
||||||
|
|
||||||
|
Every single mother who given birth , love , part of it self to their child ,
|
||||||
|
|
||||||
|
Every single father who fulfilled his every single duty ,
|
||||||
|
|
||||||
|
Every single teacher who taught human and made civilization possible ,
|
||||||
|
|
||||||
|
Every single warrior who stood still and took a fall on own self for protection of other ,
|
||||||
|
|
||||||
|
Every single savior who risked their life own life to save others ,
|
||||||
|
|
||||||
|
Every single power who helped individuals in the greatest hour of need ,
|
||||||
|
|
||||||
|
Every single artist who made human life happy , pleasant and colorful ,
|
||||||
|
|
||||||
|
Every single human who ever walked and contributed to constructive work of humanity.
|
||||||
|
|
||||||
|
Every single Power ever existed in universe who done good
|
||||||
|
|
||||||
|
|
||||||
|
This is given to every single human , goverment , NGO , educational institutes .
|
||||||
|
|
||||||
|
If you use things under this licence you have to spend 11$ or more (US dollar) for one of the following in ascending order.
|
||||||
|
|
||||||
|
|
||||||
|
1 > If you have a sister, hand over 11$ or more to her .
|
||||||
|
|
||||||
|
2 > If you have a loan on you, repay 11$ or more extra .
|
||||||
|
|
||||||
|
3 > If your parents ever taken care of you, hand over 11$ or more to them .
|
||||||
|
|
||||||
|
4 > If any relative ever helped you , find some family members in need and send them 11$ or more.
|
||||||
|
|
||||||
|
5 > If you ever enjoyed any service from your state, donate 11$ or more to your state .
|
||||||
|
|
||||||
|
6 > If you are protected in your country, donate 11$ or more to your country .
|
||||||
|
|
||||||
|
7 > we came empty handed and we go empty handed from earth, however while on earth if you ever got help please help others .
|
||||||
|
|
||||||
|
|
||||||
|
Distribution Rules
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
work published under this licence can be obtained by any entity .
|
||||||
|
|
||||||
|
work published under this licence is permenent and only share able with same licene , selling ,leasing reselling or doing any thing else is illigal .
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
What about me ... ??? hmmmmmmm
|
||||||
|
-----------------------------------
|
||||||
|
|
||||||
|
To achieve any goal in life anyone need to have two main things "GOOD KARMA" and "BLESSINGS" ,
|
||||||
|
|
||||||
|
I am taking care of good karma ,now providing blessing is gods responsibility .
|
||||||
|
|
||||||
|
We all have only one life , death is only truth of our life.
|
||||||
|
|
||||||
|
I wish every soul a life with good health ,happy family ,mighty power , highest respect and unlimited fortune.
|
||||||
|
|
||||||
|
- With faith and hope
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Notice :- We do not accept any kind of donation in any way in any manner.
|
||||||
|
|
||||||
|
If you dont spend 11$ or more after seeing this email god will transfer all of your good KARMA to my account so dont forgot to spend 11$ or more according to licence.
|
||||||
|
|
@ -6,6 +6,7 @@ Copyright (c) 2026 shreebhattji
|
||||||
|
|
||||||
License text:
|
License text:
|
||||||
https://github.com/shreebhattji/Urmi/blob/main/licence.md
|
https://github.com/shreebhattji/Urmi/blob/main/licence.md
|
||||||
|
|
||||||
*/
|
*/
|
||||||
include 'header.php'; ?>
|
include 'header.php'; ?>
|
||||||
<?php
|
<?php
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y apache2 php libapache2-mod-php vainfo ufw intel-media-va-driver-non-free libavcodec-extra mesa-utils i965-va-driver libmfx1 intel-gpu-tools ffmpeg v4l-utils python3-pip mpv alsa-utils vlan git zlib1g-dev php-zip php-curl
|
sudo apt install -y apache2 php libapache2-mod-php vainfo ufw intel-media-va-driver-non-free libavcodec-extra mesa-utils i965-va-driver libmfx1 intel-gpu-tools ffmpeg v4l-utils python3-pip mpv alsa-utils vlan git zlib1g-dev php-zip php-curl numactl
|
||||||
sudo pip3 install psutil --break-system-packages
|
sudo pip3 install psutil --break-system-packages
|
||||||
|
|
||||||
cat > /etc/sudoers.d/www-data << 'EOL'
|
cat > /etc/sudoers.d/www-data << 'EOL'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue