https://github.com/corevo/safari-video-streaming
https://github.com/corevo/safari-video-streaming
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/corevo/safari-video-streaming
- Owner: corevo
- License: mit
- Created: 2021-06-25T08:52:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-25T14:16:17.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T20:51:43.312Z (over 1 year ago)
- Language: JavaScript
- Size: 2.04 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Safari Video Streaming
This repository serves as an example for [The weird Case of Streaming in Safari](https://corevo.io/the-weird-case-of-video-streaming-in-safari/).
This example shows how to stream WebM videos in Safari, it is possible as of macOS 11.3.
Mostly based on [video-streaming-example](https://github.com/bootstrapping-microservices/video-streaming-example),
my example is more to my flavor, using newer ECMAScript features and promises.
## Setup
Get [yarn](https://classic.yarnpkg.com/lang/en/)
Download [the zip file for this respository](https://github.com/corevo/safari-video-streaming/archive/master.zip) or clone it using Git
```bash
git clone https://github.com/corevo/safari-video-streaming.git
```
Then install the dependencies
```bash
cd safari-video-streaming
yarn
```
## Running
```bash
yarn start
```
Navigate to [http://localhost:3000](http://localhost:3000) with your browser.