mysql - The way to save streaming file (video or audio or both) through database and its effective -


i plan make rtsp server provides video or audio, saved live, such camera video data.

so i'm searching how save these data.

it quite lot of files, 10 ~ 10000. each of file size around 4gb.

first time, think each of files made files , write index data db. best simple , easy work think.

but how save data directly db??? such using blob. seemed looks more easier first thing if deal db well.

of course searched in case of mysql, mssql.

most of them negative. how big database? such hadoop or nosql?

i decided index in db! there disadvantages insert video data in db.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -