Ticket #323 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

<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&amp;user_id=foo&amp;aut_domain=surfnet.nl&amp;response=metafile

    <item id="1">
      <output>...</output>
      <content_type>application/x-shockwave-flash</content_type>
    </item>

mp4

[GET] asset/ILQdNniTEYXGc6NSP5GUsCry/play?mediafile_id=PZ7n6ztE3Y7e7zP4aDlN0cgF&amp;user_id=foo&amp;aut_domain=surfnet.nl&amp;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

Changed 3 years ago by MC-arjen

  • status changed from new to closed
  • resolution set to fixed

Fixed. will be released in 2.1.5.

Changed 3 years ago by MC-arjen

  • version set to 2.1.5

Changed 3 years ago by Frans

  • milestone changed from MediaMosa 2.2 to MediaMosa 2.1

We zien nu een
<content_type>application/smil</content_type>
bij flash, dus dat lijkt goed. Moeten nog wat verder testen...

Changed 3 years ago by Michiel.Schok

  • tested changed from no to yes

Hebben verder getest, is OK.

Changed 3 years ago by Michiel.Schok

  • accepted changed from no to yes
Note: See TracTickets for help on using tickets.