- Head to API Manager
- Click on credentials
- Create new credential->Api Key
- Your api key is a string in the form of something like:
BIzqTyzdDdg3fBqaouJI6z2nC3ygJNZ1qZsoYGc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am cobookman on github. | |
* I am cobookman (https://keybase.io/cobookman) on keybase. | |
* I have a public key whose fingerprint is E22F 161C 78BC C866 035A A959 301D 2FC3 9883 D638 | |
To claim this, I am signing this object: |
The following two functions will stream just about any audio or video file to any browsers supporting mp3 and/or webm. Due to the unknown number of bytes, a custom html5 audio/video player will have to be written (my next step) to allow seeking.
For w/e reason node.js didn't want to spawn a child process with a unix pipe in it. This could be so that they can keep support for windows computers. As such I've created the following bash script:
#!/bin/bash
START_TIME=${2:-0}
VARIABLE_BIT_RATE=${3:-4}
ABSOLUTE_PATH=$1
NewerOlder