Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

omniplayer-new-url #1700

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const getUrl = ({url, type, id, query = {}, opts = {}}) => {
case 'uptale':
return `https://my.uptale.io/Experience/Launch?id=${id}`;
case 'omniPlayer':
return `https://mms.myomni.live/${id}`;
return `https://upec.player.myomni.live/?k=${id}`;
case 'jwplayer':
return `https://content.jwplatform.com/players/${id}-7IMa4DCK.html`;
default:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
props: {
type: 'omniPlayer',
id: 'xap9fp25e429de5be444d66709af6326d0ufH3lY6pOmw'
id: '692fc8f5-8940-5cd6-aed9-95883482c738'
}
};
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
props: {
mimeType: 'application/omniPlayer',
id: '5e429de5be444d66709af632',
id: 'c6a552f0-f00a-5da6-83ac-8446eeb58790',
width: '100%',
height: '343px',
onPlay: () => console.log('onPlay omniPlayer'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
poster: 'https://huep.aphp.fr/wp-content/blogs.dir/80/files/2012/11/logo-aphp.png',
description: 'Comment choisir le niveau de PEP?',
mimeType: 'application/omniPlayer',
videoId: '5e429de5be444d66709af632',
videoId: 'c6a552f0-f00a-5da6-83ac-8446eeb58790',
_id: '590b862e2e967f64333ad45f',
width: '100%',
height: '343px',
Expand All @@ -21,7 +21,7 @@ export default {
poster: 'https://huep.aphp.fr/wp-content/blogs.dir/80/files/2012/11/logo-aphp.png',
description: 'Ventilation COVID-19',
mimeType: 'application/omniPlayer',
videoId: '5e6126fdbe444d66709afab1',
videoId: '950f5741-5c6a-5c1a-8dab-585da1f1bb30',
_id: '590b862e2e967f64333ad45e',
width: '100%',
height: '343px',
Expand Down