Skip to content

Hydeo is an html5 video player based on angular and inspired by Videogular.

License

Notifications You must be signed in to change notification settings

guanghetv/hydeo

Repository files navigation

Hydeo Build Status

Hydeo is an html5 video player based on react.

Installation

  $ npm install --save-dev hydeo

Getting started

import { Hydeo, Controls, Play, Sound, Fullscreen, Progress, Played, Buffered } from 'hydeo';
render() {
    return (
        <Hydeo autoPlay src="http://www.streambox.fr/playlists/x36xhzz/x36xhzz.m3u8">
            <Controls>
                <Play />
                <Sound />
                <FullScreen />
                <Progress>
                    <Played />
                    <Buffered />
                </Progress>
            </Controls>
        </Hydeo>
    );
}

About

Hydeo is an html5 video player based on angular and inspired by Videogular.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •