-
Stream your IP camera on Facebook Live
How to stream your IP camera to Facebook Live with LiveBox247 With Facebook Live, there is a simple to set up and free service to host your IP camera live stream and embed it into your website (and also show it in your facebook timeline). 1. Get the camera stream URL The video stream URL […]
-
Configure wifi on Orange Pi with Armbian OS
In following section we will explain how to configure wifi on orange pi. Orange Pi should already have armbian installed/configured and connected to your router though a LAN cable. If armbian is not already installed/configured read this first. connect to Orange Pi using putty and execute following command: # nmtui This will open a GUI […]
-
[Android App] Instant Camera Translator
Instant Camera Translator – Scanner use OCR technology to help you easy to convert any image to text. This OCR text scanner saves time and provides convenience for users by allowing them to take photos of text instead of transcribing it. This app help users scan and translate text to over 100 languages (by Google […]
-
How to fix Hitachi External USB 3.0 3TB HDD (Touro Desk Pro) Unrecognized in Windows 10
1. Try Fernando’s Modified Drivers: Video: Download suitable drivers here: http://www.win-raid.com/t834f25-USB-Drivers-original-and-modded.html 2. Try my solutions: I have copied drivers from previous version of Windows and overwrite in my Windows 10 version. Just download, extract and overwrite at C:\Windows\System32\drivers (Please backup your files first: UCX01000.SYS, USBHUB3.SYS, USBSTOR.SYS, USBXHCI.SYS) Download link: https://www.cloudbox247.com/ekasnn5uirs7
-
Download Torrents to Google Drive
Are you a big Google drive user? Do you Download Torrents to Google Drive? Believe it or not but it is now possible to save your torrents directly to Google Drive. This has a lot of advantages, which include super fast, anonymous downloading of torrents, and automatic synchronization via Google Drive sync. CloudBox247 already allows […]
-
Install H264 Streaming Module for Apache & PHP on CentOS Server
Installing the streaming module can be a problem sometimes. This is a simple ins;tall guide which worked fine in a standard CentOS7/cpanel server: For Cpanel: yum install ea-apache24-devel otherwise: yum install httpd-devel wget http://h264.code-shop.com/download/apache_mod_h264_streaming-2.2.7.tar.gz tar -zxvf apache_mod_h264_streaming-2.2.7.tar.gz cd mod_h264_streaming-2.2.7 ./configure make make install Edit /usr/local/apache/conf/httpd.conf Add the following lines: LoadModule h264_streaming_module /usr/lib64/httpd/modules/mod_h264_streaming.so AddHandler h264-streaming.extensions .mp4 […]
-
Free CDN video hosting
Hello all, One free CDN video hosting at https://wootake.com is really awesome for newbie. Some benefits you got there: Free storage Free fast CDN streaming Security with your videos. Can’t steal your hot link Earn money from sharing and putting your ads code at each your video => Try and see what you want there
-
Compile ffmpeg libs on Windows with Visual Studio compiler
Today I spent some time to compile ffmpeg libs on Windows. Most documentation out there is not updated to 2015, yet compiling ffmpeg on Windows is pretty easy. If you’re looking for a copy and paste solution, keep reading. Pre-requisites Visual Studio 2013 or 2015 MSYS2 YASM Visual Studio Latest ffmpeg versions compile both with Visual Studio 2013 and 2015. Previous versions don’t […]
-
ruTorrent – How to auto install on CentOS and Debian
Installing ruTorrent on CentOS and Debian WHAT IS A SEEDBOX? Simply, a seedbox (like ruTorrent) is a server used for downloading and uploading files. A seedbox is usually used to run and download torrents which can later be downloaded through FTP. Seedboxes have a very fast internet connection (100 mbps, 1gbps…) I’m going to use […]
-
How to Install ClamAV on CentOS 7
Install ClamAV First, install the Epel (Extra Packages for Enterprise Linux) repository and the mailx command with yum. . yum -y install epel-release In this step, we will install Clam AntiVirus or ClamAV to get the best scanning results of LMD. ClamAV is available in the Epel repository (that we’ve installed in the first step). Install […]