Skip to content

Instantly share code, notes, and snippets.

View iameli's full-sized avatar
💭
Beep boop

Eli Mallon iameli

💭
Beep boop
View GitHub Profile
@iameli
iameli / graph-ingest.log
Created August 7, 2019 18:36
graph ingest logs 2019-08-07
Aug 07 18:33:22.930 INFO Graph Node version: v0.14.0 (03106b1cb 2019-07-29)
Aug 07 18:33:22.955 DEBG Setting up Sentry
Aug 07 18:33:22.955 INFO Starting up
Aug 07 18:33:22.955 INFO Trying IPFS node at: http://ipfs.default.svc.cluster.local/
Aug 07 18:33:22.988 INFO Creating transport, url: http://eth-proxy.default.svc.cluster.local, network: mainnet
Aug 07 18:33:23.000 INFO Connecting to Postgres, conn_pool_size: 10, url: postgresql://postgres:HIDDEN_PASSWORD@104.154.150.220:5432/subgraph
Aug 07 18:33:23.001 INFO Connecting to Ethereum..., network: mainnet
Aug 07 18:33:23.002 TRCE Run with retry: net_version RPC call
Aug 07 18:33:23.003 TRCE Run with retry: eth_getBlockByNumber(0, false) RPC call
Aug 07 18:33:23.042 INFO Successfully connected to IPFS node at: http://ipfs.default.svc.cluster.local/
Aug 08 02:55:40.275 INFO Graph Node version: v0.14.0+14 (bfede1d0b 2019-08-07)
Aug 08 02:55:40.276 DEBG Setting up Sentry
Aug 08 02:55:40.276 INFO Starting up
Aug 08 02:55:40.276 INFO Trying IPFS node at: http://ipfs.default.svc.cluster.local/
Aug 08 02:55:40.305 INFO Creating transport, url: http://parity-archive.default.svc.cluster.local, network: mainnet
Aug 08 02:55:40.331 INFO Connecting to Postgres, conn_pool_size: 10, url: postgresql://postgres:HIDDEN_PASSWORD@104.154.150.220:5432/subgraph
Aug 08 02:55:40.331 INFO Connecting to Ethereum..., network: mainnet
Aug 08 02:55:40.332 TRCE Run with retry: net_version RPC call
Aug 08 02:55:40.332 TRCE Run with retry: eth_getBlockByNumber(0, false) RPC call
Aug 08 02:55:40.392 INFO Connected to Ethereum, network_version: 1, network: mainnet
Aug 08 02:55:40.275 INFO Graph Node version: v0.14.0+14 (bfede1d0b 2019-08-07)
Aug 08 02:55:40.276 DEBG Setting up Sentry
Aug 08 02:55:40.276 INFO Starting up
Aug 08 02:55:40.276 INFO Trying IPFS node at: http://ipfs.default.svc.cluster.local/
Aug 08 02:55:40.305 INFO Creating transport, url: http://parity-archive.default.svc.cluster.local, network: mainnet
Aug 08 02:55:40.331 INFO Connecting to Postgres, conn_pool_size: 10, url: postgresql://postgres:HIDDEN_PASSWORD@104.154.150.220:5432/subgraph
Aug 08 02:55:40.331 INFO Connecting to Ethereum..., network: mainnet
Aug 08 02:55:40.332 TRCE Run with retry: net_version RPC call
Aug 08 02:55:40.332 TRCE Run with retry: eth_getBlockByNumber(0, false) RPC call
Aug 08 02:55:40.392 INFO Connected to Ethereum, network_version: 1, network: mainnet
Aug 08 21:46:19.080 INFO Graph Node version: v0.14.0+14 (bfede1d0b 2019-08-07)
Aug 08 21:46:19.101 DEBG Setting up Sentry
Aug 08 21:46:19.101 INFO Starting up
Aug 08 21:46:19.101 INFO Trying IPFS node at: http://ipfs.default.svc.cluster.local/
Aug 08 21:46:19.237 INFO Creating transport, url: http://parity-archive.default.svc.cluster.local, network: mainnet
Aug 08 21:46:19.318 INFO Connecting to Postgres, conn_pool_size: 10, url: postgresql://postgres:HIDDEN_PASSWORD@104.154.150.220:5432/subgraph
Aug 08 21:46:19.318 INFO Connecting to Ethereum..., network: mainnet
Aug 08 21:46:19.319 TRCE Run with retry: net_version RPC call
Aug 08 21:46:19.319 TRCE Run with retry: eth_getBlockByNumber(0, false) RPC call
Aug 08 21:46:19.349 INFO Successfully connected to IPFS node at: http://ipfs.default.svc.cluster.local/
total used free shared buff/cache available
Mem: 32171 20505 9347 1 2318 11209
Swap: 0 0 0
total used free shared buff/cache available
Mem: 32171 20497 9355 1 2318 11216
Swap: 0 0 0
total used free shared buff/cache available
Mem: 32171 20505 9347 1 2318 11209
Swap: 0 0 0
total used free shared buff/cache available
@iameli
iameli / output.log
Last active September 23, 2019 16:56
1660 Ti transcoding test
> ffmpeg -i bbb_sunflower_1080p_30fps_normal.mp4 -c:a copy -c:v h264_nvenc bbb_sunflower_1080p_30fps_normal.out.mp4
ffmpeg version N-93546-g1ec777dcdd Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 8.3.0 (Rev2, Built by MSYS2 project)
configuration: --disable-autodetect --enable-amf --enable-bzlib --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-iconv --enable-lzma --enable-nvenc --enable-zlib --enable-sdl2 --disable-debug --enable-ffnvcodec --enable-nvdec --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libx264 --enable-libdav1d --enable-fontconfig --enable-libass --enable-libbluray --enable-libfreetype --enable-libmfx --enable-libmysofa --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libwavpack --enable-libwebp --enable-libxml2 --enable-libzimg --enable-libshine --enable-gpl --enab
@iameli
iameli / install_ffmpeg.sh
Created September 30, 2019 00:26
a version of Livepeer's install_ffmpeg.sh that builds with SRT support
#!/usr/bin/env bash
set -ex
# Windows (MSYS2) needs a few tweaks
if [[ $(uname) == *"MSYS2_NT"* ]]; then
export PATH="$PATH:/usr/bin:/mingw64/bin"
export C_INCLUDE_PATH="${C_INCLUDE_PATH:-}:/msys64/mingw64/lib"
export HOME="/build"
mkdir -p $HOME
[00007fed00d106d0] main libvlc debug: VLC media player - 3.0.6 Vetinari
[00007fed00d106d0] main libvlc debug: Copyright © 1996-2018 the VideoLAN team
[00007fed00d106d0] main libvlc debug: revision 3.0.6-0-g5803e85f73
[00007fed00d106d0] main libvlc debug: configured with /Users/d-fu/vlc-3.0/extras/package/macosx/../../../configure '--prefix=/Users/d-fu/vlc-3.0/build/vlc_install_dir' '--enable-macosx' '--enable-merge-ffmpeg' '--enable-osx-notifications' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-shout' '--enable-ncurses' '--enable-twolame' '--enable-realrtsp' '--enable-libass' '--enable-macosx-qtkit' '--enable-macosx-avfoundation' '--disable-skins2' '--disable-xcb' '--disable-caca' '--disable-pulse' '--disable-sdl-image' '--disable-vnc' '--build=x86_64-apple-darwin17' '--host=x86_64-apple-darwin17' '--with-macosx-version-min=10.7' '--with-macosx-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk' '--with-breakpad=https://mac.crashes.videolan
[00007fa2c6201b60] main libvlc debug: VLC media player - 3.0.6 Vetinari
[00007fa2c6201b60] main libvlc debug: Copyright © 1996-2018 the VideoLAN team
[00007fa2c6201b60] main libvlc debug: revision 3.0.6-0-g5803e85f73
[00007fa2c6201b60] main libvlc debug: configured with /Users/d-fu/vlc-3.0/extras/package/macosx/../../../configure '--prefix=/Users/d-fu/vlc-3.0/build/vlc_install_dir' '--enable-macosx' '--enable-merge-ffmpeg' '--enable-osx-notifications' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-shout' '--enable-ncurses' '--enable-twolame' '--enable-realrtsp' '--enable-libass' '--enable-macosx-qtkit' '--enable-macosx-avfoundation' '--disable-skins2' '--disable-xcb' '--disable-caca' '--disable-pulse' '--disable-sdl-image' '--disable-vnc' '--build=x86_64-apple-darwin17' '--host=x86_64-apple-darwin17' '--with-macosx-version-min=10.7' '--with-macosx-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk' '--with-breakpad=https://mac.crashes.videolan
elapsed=1.938 1.ts status=200 duration=3.184
elapsed=1.888 1.ts status=200 duration=2.96
elapsed=1.236 2.ts status=200 duration=2.0
elapsed=1.296 3.ts status=200 duration=2.0
elapsed=1.255 4.ts status=200 duration=2.0
elapsed=1.326 5.ts status=200 duration=2.0
elapsed=1.308 6.ts status=200 duration=2.0
elapsed=1.329 7.ts status=200 duration=2.0
elapsed=1.189 8.ts status=200 duration=2.0
elapsed=1.181 9.ts status=200 duration=2.0