Skip to content

Commit

Permalink
Merge pull request #28 from Eyevinn/feat/demux_n_cmaf
Browse files Browse the repository at this point in the history
Feature: Support stitching on  DEMUX HLS and/or CMAF HLS VODs
  • Loading branch information
Nfrederiksen committed Feb 17, 2023
2 parents 7342c5c + 8a38179 commit 2544b5d
Show file tree
Hide file tree
Showing 86 changed files with 4,083 additions and 902 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Publish

on:
release:
types: [published]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
name: Publish

on:
release:
types: [published]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
.nyc_output
node_modules
.nyc_output

0 comments on commit 2544b5d

Please sign in to comment.