Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/apivideo/ingest.new

A simple demo application for uploading, ingesting, embedding videos and converting them to mp4s. From api.video (https://api.video)
https://github.com/apivideo/ingest.new

embed hls hls-live-streaming ingestion mp4 video

Last synced: about 1 month ago
JSON representation

A simple demo application for uploading, ingesting, embedding videos and converting them to mp4s. From api.video (https://api.video)

Awesome Lists containing this project

README

        

[![badge](https://img.shields.io/twitter/follow/api_video?style=social)](https://twitter.com/intent/follow?screen_name=api_video)

[![badge](https://img.shields.io/github/stars/apivideo/ingest.new?style=social)](https://github.com/apivideo/ingest.new)

[![badge](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fcommunity.api.video)](https://community.api.video)

![](https://github.com/apivideo/.github/blob/main/assets/apivideo_banner.png)

[api.video](https://api.video) provides video APIs for building, scaling and operating on-demand and live streaming videos in your app, software or platform.

A simple [Next.js](https://nextjs.org) app using the [api.video](https://api.video) service to upload and ingest videos.

See the examples live:
- [https://ingest.new](https://ingest.new)
- [https://embed.new](https://embed.new)
- [https://mp4.new](https://mp4.new)
- [https://hls.new](https://hls.new)

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

- [api.video Documentation](https://api.video/docs) - learn about api.video features and how to use.
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.