Ticket #326 (closed enhancement: fixed)

Opened 3 years ago

Last modified 21 months ago

Variable for custom control bar height in objectcode

Reported by: anonymous Owned by: robert
Priority: minor Milestone: MediaMosa 3.0
Component: Streaming Version:
Keywords: Cc:
MoSCoW: Must Have Estimated time after impact analysis:
Related to project: none Tested: no
Accepted: no Estimated Hours:

Description (last modified by forgacs) (diff)

I want to suggest a new variable {HEIGHT_PLUS_number} to be used in objectcode generation. At the moment variable {HEIGHT_PLUS_20} can be used to generate the value of 'height' in the objectcode including the height of the control bar used in the player software. This is done to maintain the aspect ratio.
{HEIGHT_PLUS_20} is available because the well known and frequently used jw player has a control bar of 20px in height. But what about when you use different player software like flowplayer, use a custom skin for jw player or when other content is supported in the future. In that case you want to provide a custom value for the control bar's height.
The variable is HEIGHT_PLUS_number, where the "number" can any integer number (>= 0). Eg. HEIGHT_PLUS_20, HEIGHT_PLUS_34.

See this discussion http://mediamosa.org/forum/viewtopic.php?f=11&t=170.

Bye, Tom Kuipers

Change History

Changed 3 years ago by Frans

  • owner set to MC-Arjen
  • status set to assigned
  • moscow changed from none to Should Have
  • milestone changed from MediaMosa X.X to MediaMosa 2.3

Changed 2 years ago by MC-arjen

  • owner MC-Arjen deleted

Changed 2 years ago by Frans

  • moscow changed from Should Have to Must Have
  • milestone changed from MediaMosa 2.3 to MediaMosa 3.0

Changed 2 years ago by forgacs

  • owner set to forgacs

Changed 2 years ago by forgacs

  • description modified (diff)

Changed 2 years ago by forgacs

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

The development is ready. I have improved the create_response() function. It transforms the {HEIGHT_PLUS_numeric} placeholder to the video height + numeric value.

Changed 2 years ago by robert

  • status changed from closed to reopened
  • resolution fixed deleted

Changed 2 years ago by robert

  • owner changed from forgacs to robert
  • status changed from reopened to assigned

Changed 2 years ago by robert

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

Changed 21 months ago by forgacs

Choose one of the streaming server:
 https://beheer.acceptatie.vpcore.snkn.nl/admin/mediamosa/config/server

Use this in the object code:
{HEIGHT_PLUS_xxx}, where xxx is a numeric value, eg. {HEIGHT_PLUS_35}

Note: See TracTickets for help on using tickets.