Ticket #518 (new defect)

Opened 2 years ago

.smil / .asx files don't work in 2.3.x

Reported by: robert Owned by: robert
Priority: major Milestone: MediaMosa X.X
Component: Core Version:
Keywords: Cc:
MoSCoW: Should Have Estimated time after impact analysis:
Related to project: none Tested: no
Accepted: no Estimated Hours: 0

Description

Although this problem is known for a while, we keep 'forgetting' to fix it. So lets create ticket here.

Current implementation of /still image URL, introduced in 2.3.3+, it no longer returns .asx and .smil files. This is because these files are stored in the same directory as stills and new code for permanent stills broke the retrieval of these files.

Workaround/hotfix;

<IfModule mod_alias.c>
      AliasMatch ^/still/(.*)(.asx|.smil)$ /[my sannas path]/still_links/$1$2
    </IfModule>

Add previous lines to the download / still server apache configuration to allow these files to be downloaded. Just don't forget to enter [my sannas path] to match your sannas setup.

Note: See TracTickets for help on using tickets.