An open API service indexing awesome lists of open source software.

https://github.com/dev-pengi/sif-player

a powerful web based video player, with advanced user friendly controllers and the support for many features
https://github.com/dev-pengi/sif-player

solution video-player web-player

Last synced: 11 months ago
JSON representation

a powerful web based video player, with advanced user friendly controllers and the support for many features

Awesome Lists containing this project

README

          

# Sif Player

[![GitHub license](https://img.shields.io/github/license/dev-pengi/sif-player)]()
[![GitHub issues](https://img.shields.io/github/issues/dev-pengi/sif-player)]()
[![GitHub stars](https://img.shields.io/github/stars/dev-pengi/sif-player)]()
[![GitHub forks](https://img.shields.io/github/forks/dev-pengi/sif-player)]()

---

![Sif Player](https://imgur.com/xY8KQ86.png)

A web-based video player built with Vite and React.

## Description

This project is a web-based video player that allows users to play and control videos on a web page. It is built using Vite, a fast build tool for modern web applications, and React, a popular JavaScript library for building user interfaces.

## Features

- Play and pause videos
- Control video playback (seek, volume, etc.)
- Full screen mode
- Customizable player controls
- Support for multiple video formats (e.g., MP4, WebM)

## Installation

1. Clone the repository:

```shell
git clone https://github.com/dev-pengi/sif-player.git
```

2. Install dependencies:

> with npm

```shell
cd sif-player
npm install
```

> with yarn

```shell
cd sif-player
yarn
```

## Usage

1. Start the development server:

> with npm

```shell
npm run dev
```

> with yarn

```shell
yarn dev
```

1. Open your browser and navigate to `http://localhost:5173`.

## Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

## License

This project is licensed under the [MIT License](LICENSE).

## Acknowledgements

- [Vite](https://vitejs.dev/)
- [React](https://reactjs.org/)

## Contact

For any questions or inquiries, please contact [siffffdoul@gmail.com](mailto:siffffdoul@gmail.com).

![Sif Player](https://imgur.com/RIB4GKf.png)
![Sif Player](https://imgur.com/Ao1z9jA.png)