Upload audio files to ibroadcast.com.
gcc -o ibup ibroadcast-uploader.c -lcurl -lssl -ljansson -lcrypto -lpthread
Do not add optimization flag (e.g., -O2) because it will cause stack smashing detected error, which I do not know why yet.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Upload audio files to ibroadcast.com.
gcc -o ibup ibroadcast-uploader.c -lcurl -lssl -ljansson -lcrypto -lpthread
Do not add optimization flag (e.g., -O2) because it will cause stack smashing detected error, which I do not know why yet.