kw1jjang / CalVoD

CalVoD
http://www.eecs.berkeley.edu/~kw1jjang/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

When a server is registered, it should register the videos that are actually stored. #1

Closed kw1jjang closed 8 years ago

kw1jjang commented 8 years ago

Currently, it registers the list of videos based on "config/video_info.csv". Instead of this, it should see which videos are available in its directory, and should automatically identify / register the correct list of videos.

chenjiayuan commented 8 years ago

Complete a temporary workaround, that whenever a new FLV file is encoded, its info will be added into that .csv file automatically (included in my new pull request)

ryankashi commented 8 years ago

hey chen inside of server.py do you think you can make i t so that instead of reading from the .csv, it looks for already chunked videos inside of the server folder, and creates the csv from that? This way we can use already chunked videos on our machines when we test it, and do not have to worry about running encode_new.py to properly set up our csv.

kw1jjang commented 8 years ago

@ryankashi made a good point.