java - which database and encoding scheme would be appropriate for audio data storage? -
i have experience of relational database systems storing text data, , building applications them. have heard relational databases don't work audio(multimedia) databases , encoding scheme required. guidance in regard helpful. want stream audio, in chunks, , planning use ogg vorbis codec same. streaming audio data, think 1 cannot think of storing file on server , providing path in database pointing them. if then: audio files large, without compressing them, sending them on channel won't work normal internet connections, neither uploading them work.
it can work (see blob http://en.wikipedia.org/wiki/binary_large_object), use files actual data, , store varchar pointing files.
encoding should avoided, since adds step of decoding each use.
Comments
Post a Comment