Changes between Initial Version and Version 2 of Ticket #160

Show
Ignore:
Timestamp:
09/21/09 14:49:01 (4 years ago)
Author:
MC-arjen
Comment:

translated...

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #160

    • Property type changed from defect to enhancement
    • Property summary changed from onmiddelijke analyse na upload. to instant analyse after upload
  • Ticket #160 – description

    initial v2  
    1 Na een upload wordt in VP-Core een analyse job gestart om te bepalen 
    2 hoe een mediafile afgespeeld moet worden, tevens worden andere 
    3 technische metadata bepaald (zoals lengte/mimetype). Onmiddelijk na 
    4 een upload ontstaat er nu voor een gebruiker onduidelijke situatie van 
    5 een mediafile die niet afspeelbaar is. Beter is het om als laatste 
    6 stap van de upload het bestand onmiddelijke te analyseren op de 
    7 app-server omdat het analyseren een job is wat weinig tijd nodig 
    8 heeft. 
     1After succesfull upload VP-Core starts an analyse job te determine how the file can be played, as well as to determine the technical metadata such as length /mimetype. Inmediatly after upload (and before the analyse) there is a unclear situation of a mediafile that is not playable. 
    92 
    10 Randvoorwaarden: transcoding package op alle app servers. 
     3We want as the last step of a upload an immediate analyse. This can be executed on the app/upload server since the analyse takes very little time/resources. 
     4