I started to explore multicast network technology and talk about it from previous post. Mostly working with WowzaStreamingEngine, I wish to show principles and milestones configuration there.
Category Archives: Hardware
Create multitrack channel in Wowza Streaming Engine
We’re familiar with ABR stream playback, where we pick between multiple video bitrates. But what about streams with different audio tracks and different video pictures? Sometimes channel can be switched to different languages or different comments.
Deal with NVIDIA drivers on Fedora
Sometimes NVIDIA users faced with driver problem trying to successfully setup Linux on workstations. Linux kernel includes open source driver, but sometimes it isn’t fully eligible for videocards. The old ones in particular. Some days ago I felt the same thing trying to step up to Fedora 24 & 4.6 kernel. I guess it could happen with any rpm-based distro like CentOS, ROSA etc..
How to deploy HTTPS in Wowza Streaming Engine
HTTPS means HTTP implementation over Secure Sockets Layer (SSL) protocol. This protocol is able to encrypt HTTP streaming traffic such as HLS, HDS, and Smooth. I explained HTTPS deployment in webserver at my post, but media streaming field is a little bit different for this goal.
How to enable multicast on Linux network interface
There is a myriad of webpages about this question. But here is just my way of look at it. Multicast customization is not too tricky, but I’d like to explain how and why it works.
Cheatsheet: Linux system variables
Many people think that the problem of application performance, security and networking lies in supported services. Like Nginx is proxying too slow or remote DBMS cannot see my network. Frequently the problem in OS. Default values of system settings can restrict our environment to make the service jobs quick and simple. The best way to change your system configuration – change the system variables.
CPU temperature monitoring with Zabbix
With contemporary monitoring systems you can monitor whatever you wish. All you need – understand technology of data gathering and visualizing. 2016 year serves thousands of ways to perform it. At this post I’ll show up one of the most popular ways to do it – monitoring customization with Zabbix.
Cheatsheet: iptables
iptables is Linux firewall standard. You can easily open and close network connections through it. Actually it’s pretty easy, but sometimes we can’t remember any flags and commands to create firewall rules. Here is a cheatsheet table constituted by all necessary iptables rules for novices. I’ll try to update it once in a while.
10 Books for Operations Engineer
Professional literature – one of the most important parts in engineer education. Junior Ops (as a developer too) feels lack of knowledge and experience which needs to be removed. Every found useful book improves your subject insight and professional mindset at all. It’s worth to get out from rest and spend a couple of hours to get to the subject bottom.
How to connect HP printer to Linux
In some experiences of Linux customization printing is a sore point. Frankly, I still can’t figure out about Canon printers, where is no one official Linux driver. Here I want to share my experience about what to do with HP printers. In my example I used HP Laserjet 1020 and Fedora 23. So, I used DNF for some packages installation. You’re in your own at this case.