Ticket #204 (new defect)
Opened 5 weeks ago
Indytube doesnt work with the videos with the same name, but different file extensions
| Reported by: | andycat | Owned by: | andycat |
|---|---|---|---|
| Priority: | major | Milestone: | 0.2.3 |
| Component: | Transcoding | Version: | |
| Keywords: | Cc: |
Description
Indytube breaks if a user uploads "myvideo.mov" and "myvideo.avi" because of the its simplisitic system of creating "myvideo.flv.inc" and "myvideo.flv"
It creates the correct FLV and .inc (html) files each time, but they get over-written , so that only one set of these files exist.
We need to construct a unqiue filename from the original uploaded video filename (maybe a hash of the entire filename , eg hash("myvideo.mov") & hash("myvideo.avi") ) so that the encoded video and html filenames are unique.
Attachments
Note: See
TracTickets for help on using
tickets.
