readme updatye
This commit is contained in:
parent
8251796b76
commit
48b350597d
28
Readme.md
28
Readme.md
|
|
@ -1,27 +1,29 @@
|
||||||
Urmi Universal Encoder Decoder ( INTELQSV )
|
Urmi Universal Encoder Decoder ( INTELQSV )
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
H264 - H265 - Encoder/Decoder
|
H264 - H265 - Encoder/Decoder
|
||||||
HLS - DASH - RTMP - SRT - UDP - HTTPS - FFMPEG Output Support
|
HLS - DASH - RTMP - SRT - UDP - HTTPS - FFMPEG Output Support
|
||||||
|
|
||||||
Instalation
|
Instalation
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
Install Ubuntu server 24.04 and run following commands as root
|
Install Ubuntu server 24.04 and run following commands as root
|
||||||
|
|
||||||
cd /tmp
|
cd /tmp;
|
||||||
apt install git -y
|
apt install git -y;
|
||||||
cd /tmp
|
cd /tmp;
|
||||||
git clone --depth 1 https://git.dbhatt.org/hw_partner/urmic_digital_encoder_decoder.git
|
git clone --depth 1 https://git.dbhatt.org/hw_partner/urmic_digital_encoder_decoder.git;
|
||||||
cd urmic_digital_encoder_decoder
|
cd urmic_digital_encoder_decoder;
|
||||||
chmod +x install.sh
|
chmod +x install.sh;
|
||||||
./install.sh
|
./install.sh
|
||||||
|
|
||||||
after reboot visit https://IP:8080
|
|
||||||
default Username :- shreebhattji
|
|
||||||
default password :- foreverstreamingpartner
|
|
||||||
|
|
||||||
Under Licence https://github.com/shreebhattji/Urmi
|
after reboot visit https://IP:8080
|
||||||
|
default Username :- shreebhattji
|
||||||
|
default password :- foreverstreamingpartner
|
||||||
|
|
||||||
|
|
||||||
|
Under Licence https://github.com/shreebhattji/Urmi
|
||||||
|
|
||||||
|
|
||||||
Urmi an "you happy me happy" license
|
Urmi an "you happy me happy" license
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue