add og:video and other metadata headers #2925

Open
opened 2016-06-14 10:11:38 +00:00 by j · 0 comments
Owner

ideally this should work on a clip level
loading https://in,out or https:// should contain video for that clip or annotation.

<meta property="og:video" content="http://example.com/train.mp4">
<meta property="og:video:secure_url" content="https://example.com/train.mp4">
<meta property="og:video:type" content="video/mp4">
<meta property="og:video:width" content="472">
<meta property="og:video:height" content="296">
<meta property="og:video" content="http://example.com/train.webm">
<meta property="og:video:secure_url" content="https://example.com/train.webm">
<meta property="og:video:type" content="video/webm">
<meta property="og:video:width" content="480">
<meta property="og:video:height" content="320">
<meta property="video:release_date" content="1895-12-28">
<meta property="video:director" content="http://examples.opengraphprotocol.us/profile.html">
<meta property="video:duration" content="50">
<meta property="video:tag" content="La Ciotat">
<meta property="video:tag" content="train">
ideally this should work on a clip level loading https:<page>/<id>/in,out or https:<page>/<id>/<annotation> should contain video for that clip or annotation. ``` <meta property="og:video" content="http://example.com/train.mp4"> <meta property="og:video:secure_url" content="https://example.com/train.mp4"> <meta property="og:video:type" content="video/mp4"> <meta property="og:video:width" content="472"> <meta property="og:video:height" content="296"> <meta property="og:video" content="http://example.com/train.webm"> <meta property="og:video:secure_url" content="https://example.com/train.webm"> <meta property="og:video:type" content="video/webm"> <meta property="og:video:width" content="480"> <meta property="og:video:height" content="320"> <meta property="video:release_date" content="1895-12-28"> <meta property="video:director" content="http://examples.opengraphprotocol.us/profile.html"> <meta property="video:duration" content="50"> <meta property="video:tag" content="La Ciotat"> <meta property="video:tag" content="train"> ```
0x2620 added the
general
label 2016-06-14 10:11:38 +00:00
0x2620 added this to the 14.04 milestone 2016-06-14 10:11:38 +00:00
0x2620 self-assigned this 2016-06-14 10:11:38 +00:00
0x2620 added the
normal
defect
labels 2016-06-14 10:11:38 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#2925
No description provided.