Anil Wadghule
  • About me
  • Talks
  • GitHub
  • Twitter

How to install wxmac properly for running observer with Elixir

2 years ago 1 min read elixirobserverwxmacmacosasdf
For Elixir installed with asdf, whenever I try to run iex> :observer.start I keep getting the following error Could not find 'wxe_driver.so' in: /Users/anil/.asdf/installs/erlang/23.
Read Now Read Later
Anil Wadghule
By: Anil Wadghule

How to mount Amazon EFS file system to EC2 instance

3 years ago 1 min read aws
In one of our client applications, we use the WebRTC Media server which records the peer videos of candidates on the server. We create multiple instances of WebRTC Media server in auto scaling
Read Now Read Later
Anil Wadghule
By: Anil Wadghule

Detecting fake media/webcam for WebRTC

3 years ago 1 min read webrtc
Recently our client asked us if can we detect if the camera used by the examinee during the exam is a fake camera or a real live camera. One of their examinees had
Read Now Read Later
Anil Wadghule
By: Anil Wadghule

Set up remote observer for Elixir mix release

3 years ago 1 min read elixirphoenix
Elixir/Erlang offers Observer a GUI tool for observing the Elixir/Erlang system In this article, we will set up the Observer for remotely connecting to the mix release deployed Elixir app. Let's
Read Now Read Later
Anil Wadghule
By: Anil Wadghule

How to upload Janus video recordings to AWS S3 with Ubuntu systemd service

3 years ago 1 min read
Add following files [Unit] Description=Upload Janus recordings to AWS S3 After=network.target [Service] Type=oneshot User=ubuntu WorkingDirectory=/home/ubuntu/janus_recordings ExecStart=/bin/bash /usr/local/bin/upload_videos [Install]
Read Now Read Later
Anil Wadghule
By: Anil Wadghule
Page 1 of 3
Older Posts
Anil Wadghule