Ticket #323 (closed defect: fixed)
<content_type> on a playrequest is wrong
| Reported by: | Michiel.Schok | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | MediaMosa 2.1 |
| Component: | Core | Version: | 2.1.5 |
| Keywords: | Cc: | ||
| MoSCoW: | none | Estimated time after impact analysis: | |
| Related to project: | none | Tested: | yes |
| Accepted: | yes | Estimated Hours: | 0 |
Description
In #262 a 'smil-file' was introduced.
In the comments I reported a content-type that was not set correctly. That was subsequently fixed, but now we notice that it is only fixed for mp4-containers, and not for flash.
So, we observe the difference between the results on the playcalls for flash and mp4
flash:
[GET] asset/ILQdNniTEYXGc6NSP5GUsCry/play?mediafile_id=LrKNT887xmnnym2l1zHilwFp&user_id=foo&aut_domain=surfnet.nl&response=metafile
<item id="1">
<output>...</output>
<content_type>application/x-shockwave-flash</content_type>
</item>
mp4
[GET] asset/ILQdNniTEYXGc6NSP5GUsCry/play?mediafile_id=PZ7n6ztE3Y7e7zP4aDlN0cgF&user_id=foo&aut_domain=surfnet.nl&response=metafile
<item id="1">
<output>...</output>
<content_type>application/smil</content_type>
</item>
We also want 'application/smil' as a content_type on flash content.
Change History
Note: See
TracTickets for help on using
tickets.
