Skip to content

Instantly share code, notes, and snippets.

View yugandhar91's full-sized avatar

Yugandhar Veeramachaneni yugandhar91

View GitHub Profile
@yugandhar91
yugandhar91 / envoy-demo.yaml
Created September 22, 2021 22:23
envoy-demo
admin:
address:
socket_address: { address: 0.0.0.0, port_value: 9901 }
static_resources:
listeners:
- name: listener_0
address:
socket_address: { address: 0.0.0.0, port_value: 443 }
filter_chains:
- filters:
@yugandhar91
yugandhar91 / test
Last active November 28, 2019 21:00
DISPLAY= /opt/google/chrome-remote-desktop/start-host --code="4/twFxz33diNYvqhIOu49R6jnqeD2X8QNtu2VfGBJ-3amTWK63OVnEZhrTwJO1z8uvMUifFEuAbbE-hDF_I7raiQM" --redirect-url="https://remotedesktop.google.com/_/oauthredirect" --name=
@yugandhar91
yugandhar91 / error
Created July 18, 2018 16:13
ffmpeg h264_nvenc error
yugandharv@eclairs:~$ /home/yugandharv/bin/ffmpeg -hwaccel nvdec -i "udp://239.100.106.45:1234?localaddr=169.254.0.0&overrun_nonfatal=1&?fifo_size=2048000" -c:v h264_nvenc -map 0:v:0 -map 0:a:0 -deinterlace -c:a aac -b:a 96k -f flv rtmp://10.10.10.1/channel/1 -loglevel debug
ffmpeg version N-91439-gc71e1e6 Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 6.4.0 (Ubuntu 6.4.0-17ubuntu1) 20180424
configuration: --prefix=/home/yugandharv/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/yugandharv/ffmpeg_build/include --extra-ldflags=-L/home/yugandharv/ffmpeg_build/lib --extra-libs='-lpthread -lm' --bindir=/home/yugandharv/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libtheora --enable-libx264 --enable-nonfree
libavutil 56. 18.102 / 56. 18.102
libavcodec 58. 21.104 / 58. 21.104
libavformat 58. 17.101 / 58. 17.101
libavdevice 58. 4.101 / 58. 4.101
libavfilter 7. 25.100 / 7. 25.100
libswscale