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

https://github.com/corevo/safari-video-streaming


https://github.com/corevo/safari-video-streaming

Last synced: 7 months ago
JSON representation

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.