Android open firebase https://console.firebase.google.comCreate projectAdd android appEnter SHA1 key run: keytool -exportcert -keystore keystore -list -vClick project cog -> project settings and then cloud messagingCopy and paste details into Appc cloudSender ID will be 12 digits and Server key will be hugeEasy when you know how with old outdated docs and 6 hours laterExample advanced […]
Hi All, I this video we will be explaining how easy it is to steal RTMP content from a website using Google Chrome only and its inspect element tools. When setting up to use secure online media streaming we always suggest using services like S3Bubble Secure media streaming that provide secure adaptive bitrate streaming setup […]
https://media.s3bubble.com/embed/hls/id/AfGMaesAGL
Hi All, First of this tutorial is for reference for our devs. If you are presented with this error. Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Now this is a import part to getting this up and running, first […]
sudo yum install at sudo yum install mod-pagespeed cd /etc/httpd/conf.d/ sudo vim pagespeed.conf Edit the ssl section if you have it installed. sudo service httpd restart curl -I https://example.com
Installing SSL cd /etc/ssl openssl req -nodes -newkey rsa:2048 -keyout your_domain_name.com.key -out your_domain_name.com.csr Country Name (2 letter code) [XX]:GB State or Province Name (full name) []:Cardiff Locality Name (eg, city) [Default City]:Cardiff Organization Name (eg, company) [Default Company Ltd]:Your Domain Ltd Organizational Unit Name (eg, section) []: Common Name (eg, your name or your server's […]
Its great to be able to announce that our umbrella company S3Bubble can now offer the same setup as Netflix and Amazon Prime Video uses to stream their videos, we have lots of awesome technologies available for our users. Why HLS Adaptive Bitrate. The reason adaptive bitrate is so awesome and is becoming a industry […]
To install wav2json run the code below # install dependencies sudo yum install boost-devel wget http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.26.tar.gz tar -zxvf libsndfile-1.0.26.tar.gz ./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/libsndfile-1.0.26 && make make install # clone repository cd ~/ mkdir wave2json && cd wave2json/ git clone https://github.com/beschulz/wav2json.git # build cd wav2json/build/ make all # install mv ../bin/Linux/wav2json /usr/bin/ Now lets […]