Tuesday, 25 February 2020
Overlay In FFMPEG
ffmpeg -i rtmp://122.248.43.136/ch11/myStream -loop 1 -i /var/www/html/hd.png -filter_complex "overlay=58:501" -s 720x402 -vcodec libx264 -preset veryfast -acodec aac -strict experimental -f flv rtmp://103.30.246.43/rtv/live
Tuesday, 28 January 2020
Cara Membuat Iframe Streaming
<br />
<div class="grid-container">
<div class="grid-containerlive">
<div class="grid-100 mobile-grid-100">
<br />
<section class="example-block streaming-video" source_id="3">
<b>
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class="embed-container">
<iframe allowfullscreen="" frameborder="0" mozallowfullscreen="" src="https://podorono.blogspot.com/p/var-playerinstance-jwplayerplayergcucif_25.html"></iframe></div>
</b></section></div>
</div>
</div>
<div class="grid-container">
<div class="grid-containerlive">
<div class="grid-100 mobile-grid-100">
<br />
<section class="example-block streaming-video" source_id="3">
<b>
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class="embed-container">
<iframe allowfullscreen="" frameborder="0" mozallowfullscreen="" src="https://podorono.blogspot.com/p/var-playerinstance-jwplayerplayergcucif_25.html"></iframe></div>
</b></section></div>
</div>
</div>
---------------------------------
<div class="video-detail" style="position: relative !important;">
<iframe frameborder="0" width="480px" height="270px" style=" width: 820px; height: 454px;" src="//xxxtv.cf/live/iframe/xxxa.html?autoplay=1&ui-start-screen-info=false&sharing-enable=false" allowfullscreen></iframe>
<div class="video-detail" style="position: relative !important;">
<iframe frameborder="0" width="480px" height="270px" style=" width: 820px; height: 454px;" src="//xxxtv.cf/live/iframe/xxxa.html?autoplay=1&ui-start-screen-info=false&sharing-enable=false" allowfullscreen></iframe>
Monday, 9 December 2019
Aneka LINUX
https://www.metahackers.pro/spoof-http-header-using-squid-proxy/
ssh <user>@<IP_server>
ssh pi@192.168.12.35
apt-get install squid
mkdir /var/www/html/squid
ssh <user>@<IP_server>
ssh pi@192.168.12.35
apt-get install squid
mkdir /var/www/html/squid
SSL On SQUID 2.7.STABLE9
#=== service squid start =====#
#==================START CONFIGURATION====================#
cache_mgr triman@anonymos.com
### 2019/ December ##
#auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
#acl ncsa_user proxy_auth REQUIRED
#http_access allow ncsa_user
auth_param basic program /usr/lib64/squid/basic_ncsa_auth /etc/squid/passwd
auth_param basic children 5
#==================START CONFIGURATION====================#
cache_mgr triman@anonymos.com
### 2019/ December ##
#auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
#acl ncsa_user proxy_auth REQUIRED
#http_access allow ncsa_user
auth_param basic program /usr/lib64/squid/basic_ncsa_auth /etc/squid/passwd
auth_param basic children 5
Subscribe to:
Posts (Atom)