anyaudio / anyaudio-server

:musical_note: Simple server to search youtube and give direct audio download and stream links
91 stars 19 forks source link

Loosen restriction on allowable video length #65

Closed singhpratyush closed 6 years ago

singhpratyush commented 8 years ago

Since we have moved on from m4a to mp3, serving large songs won't be an issue.

IMO, we can set the limit for m4a songs to 1 hour and leave the mp3 limit as it is.

aviaryan commented 8 years ago

As we are using m4a by default now, we can remove the duration limit completely. But since, allowing users to download a large file can cause RAM issues on the server, we should be careful about it. I think we should have some limits for m4a download (maybe 2.5 hrs). The streaming will have no limits.

singhpratyush commented 8 years ago

@aviaryan : Any updates?