Skip to content

A mobile video player app built with Amazon IVS + Ionic-Vue

Notifications You must be signed in to change notification settings

alphacentauri82/ivs-ionic-vue

Repository files navigation

Hello IVS + Ionic-Vue

This is an Ionic-Vue & Amazon IVS Player app with Video.js. It loads a stream channel into the player.

Check the step by step tutorial here

Project setup

Install all dependencies

npm install

Create a .env file and set the value for the variable VUE_APP_PLAYER_URL

VUE_APP_PLAYER_URL='https://fcc3ddae59ed.us-west-2.playback.live-video.net/api/video/v1/us-west-2.893648527354.channel.DmumNckWFTqz.m3u8'

Compiles and hot-reloads for development

ionic serve

Build a Native App

Adding native functionality is easy. First, add Capacitor to your project: capacitorjs

ionic integrations enable capacitor

Build the project, then add your platform of choice:

ionic build
ionic cap add ios
ionic cap add android

We use the standard native IDEs (Xcode and Android Studio) to open, build, and run the iOS and Android projects:

ionic cap open ios
ionic cap open android

For more information ionic-vue documentation

Test Streams

You can use these test streams provided by Amazon IVS

Code Samples

You may find more code samples of Amazon IVS in the official repository.

About

A mobile video player app built with Amazon IVS + Ionic-Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published