Mm2PL / dankerino

Chat client for twitch.tv. See releases for download. Only nightlies are supported.
MIT License
55 stars 11 forks source link

Allow video/audio upload #83

Open JunkiEDM opened 3 years ago

JunkiEDM commented 3 years ago

What should be added? The ability to upload audio/video (mp4,webm,mkv,etc; mp3,wav,flac,ogg,opus,etc) with the inbuilt uploader used for images, probably as an opt-in toggle since some hosts like imgur dont support it, but others like nuuls and x0.at do.

Why should it be added? It's cumbersome to have to go to the site to upload video/audio files when its the same site you use for image uploading via chatterino/dankerino.

Mm2PL commented 3 years ago

The uploader was never meant to function for video. It loads the ENTIRE file into memory before transferring it now imagine uploading several hundred megabytes of file using that. However I am open to expanding the uploader to audio formats too.