0.8.10 • Published 5 months ago

@eyevinn/web-player-component v0.8.10

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

A Web Component for the Eyevinn WebPlayer

This web component is powered by the Eyevinn WebPlayer and can be used on an HTML-page by using the <eyevinn-video></eyevinn-video> tag.

Attributes

ATTRIBUTE NAMEVALUEDESCRIPTION
sourceURLSpecifies the URL of the source media stream
starttimesecondsSpecifies where in the timeline to start playing the stream
autoplayautoplaySpecifies that the video will start playing as soon as it is ready
mutedmutedSpecifies that the audio output of the video should be muted
autoplay-visibleautoplay-visibleSpecifies that the video will start playing as soon as it is ready and only when visible (pauses when not visible)
analyticsanalyticsEnable EPAS analytics
epas-urlURLURL to EPAS eventsink. Default is sink.epas.eyevinn.technology
disable-level-capdisableDisable the player's functionality to limit the resolution of the level playing, to the size of the element

Example

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Web Player Component Demo</title>
</head>
<body scroll="no">
    <!-- Import the web component script --->
    <script async type="text/javascript" src="https://unpkg.com/@eyevinn/web-player-component@latest/dist/web-player.component.js"></script>
    <!-- Use the 'eyevinn-video' element as such --->
    <eyevinn-video source="https://lab.cdn.eyevinn.technology/VINN-OpbZjryxa3.mp4/manifest.m3u8" starttime="30" muted autoplay></eyevinn-video>

</body>
</html>

Run npm install && npm run dev in the root of this repository to see it in action!

Contribution

You are welcome to either contribute to this project or spin-off a fork of your own. This code is released under the Apache 2.0 license.

Copyright 2018 Eyevinn Technology

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About Eyevinn Technology

Eyevinn Technology is an independent consultant firm specialized in video and streaming. Independent in a way that we are not commercially tied to any platform or technology vendor.

At Eyevinn, every software developer consultant has a dedicated budget reserved for open source development and contribution to the open source community. This give us room for innovation, team building and personal competence development. And also gives us as a company a way to contribute back to the open source community.

Want to know more about Eyevinn and how it is to work here. Contact us at work@eyevinn.se!

0.8.10

5 months ago

0.8.9

7 months ago

0.8.8

8 months ago

0.8.5

9 months ago

0.8.7

8 months ago

0.8.6

8 months ago

0.8.4

1 year ago

0.8.1

2 years ago

0.8.3

2 years ago

0.8.2

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.6

2 years ago

0.6.5

2 years ago

0.6.4

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago