Carl Karsten
Carl Karsten
CLIENT_SECRETS_FILE = "client_secrets.json" https://github.com/CarlFK/veyepar/blob/master/dj/lib/youtube_v3_uploader.py#L76 where should that file go?
veyepar.cfg supports: upload-formats=mp4 webm which gets split() into a list: self.options.upload_formats = self.options.upload_formats.split() the ini format doesn't support lists: "always storing them internally as strings" https://docs.python.org/3/library/configparser.html#supported-datatypes so to get rid...
When a problem is found with an uploaded file, fixed and re-encoded, the default is to skip uploading the new file to avoid deleting accidentally. this gives everyone a headache.
Using the $accesskey:$secret from http://archive.org/account/s3.php curl -v \ --location \ --header 'x-archive-meta-collection:test_collection' \ --header 'x-amz-auto-make-bucket:1' \ --header 'x-archive-meta-mediatype:movies' \ --header 'x-archive-meta-title:test' \ --header "authorization: LOW $accesskey:$secret" \ --upload-file ~/Videos/veyepar/test_client/test_show/mp4/Lets_make_a_Test.mp4 \...
https://f4pga-examples.readthedocs.io/en/latest/xc7/litex_demo.html openFPGALoader -b arty_a7_100t top.bit top.bit not found. looks like it should be arty.bit
I need a list of sponsor_logo images so assemble into a slide show that loops between talks. if I could hit an endpoint and get said list, that would be...
juser@trist:~$ streaming-system/tools/setup/runall.sh when it errors, and I fix the error, I get other errors like these two fatal: destination path 'gst-plugins-dvswitch' already exists and is not an empty directory. -...
configure: error: You need to install or upgrade the GStreamer development packages on your system. I did, it seemed to fix this. juser@trist:~$ sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev I am...