shaka-packager icon indicating copy to clipboard operation
shaka-packager copied to clipboard

A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.

Results 283 shaka-packager issues
Sort by recently updated
recently updated
newest added

There are a lot of changes in this first phase, because there was a lot of infrastructure required to get some meaningful amount of porting done. Future PRs should be...

Hi team, I'm trying to create a DASH package from an xHE-AAC audio file. When parsing the file, I get the error ``` [0729/132723:ERROR:aac_audio_specific_config.cc(68)] Failure while processing: audio_object_type_ < 31...

The current latest image on Docker Hub is `v2.5.1`, which is about one year old. Can someone help to push version `v2.6.1` there? It seems to be enough to just...

The use of our ancient chromium build infrastructure has been increasingly problematic. We use old versions of chromium components so that they are compatible with gyp (gyp has been removed...

type: code health
priority: P0

We need to update all copyright headers with ~the year 2022 and update~ the legal name of the company to Google LLC.

type: code health
priority: P3

Hey folks, I'm currently in a situation where I have a HLS structure outputted by ffmpeg. Basically this is a HLS ABR stream with multiple languages and subtitles. Now I...

## System info **Operating System**: Ubuntu 20.04.3 LTS **Shaka Packager Version**: v2.6.1-634af65-release ## Issue and steps to reproduce the problem **Packager Command**: packager-linux-x64 in=spies.ts,stream=0,init_segment=spies/1080p_init.mp4,segment_template='spies/1080p_$Number$.m4s' in=spies.ts,stream=1,skip_encryption=1,language=eng,init_segment=spies/audio_init1.mp4,segment_template='spies/audio1_$Number$.m4s' in=spies.ts,stream=2,skip_encryption=1,language=deu,init_segment=spies/audio_init2.mp4,segment_template='spies/audio2_$Number$.m4s' in=spies.ts,stream=3,skip_encryption=1,language=fra,init_segment=spies/audio_init3.mp4,segment_template='spies/audio3_$Number$.m4s' in=spies.ts,stream=4,skip_encryption=1,language=spa,init_segment=spies/audio_init4.mp4,segment_template='spies/audio4_$Number$.m4s' in=spies.ts,stream=5,skip_encryption=1,language=deu,init_segment=spies/text_init5.mp4,segment_template='spies/text5_$Number$.m4s' in=spies.ts,stream=6,skip_encryption=1,language=fra,init_segment=spies/text_init6.mp4,segment_template='spies/text6_$Number$.m4s'...

## System info Ubuntu 16.04 shaka-packager version 025e10d-release about dvbsub, which player can I test? I’ve already tested Shaka Player and Exoplayer, neither of them showed subtitles #!/bin/bash CONTENT_ID=`echo $1...

type: bug

is there a way to set availabilityStartTime of dynamic live manifests, I'm using Segment template formatting $Time$ and I want to preserve the identity of the old files even if...

type: enhancement
flag: seeking PR

Thumbnail in to DASH IF IOP 4.1 (see section 6.2.6 in http://dashif.org/wp-content/uploads/2017/09/DASH-IF-IOP-v4.1-clean.pdf) Streams: http://dash.edgesuite.net/akamai/bbb_30fps/bbb_with_tiled_thumbnails.mpd http://dash.edgesuite.net/akamai/bbb_30fps/bbb_with_4_tiles_thumbnails.mpd http://dash.edgesuite.net/akamai/bbb_30fps/bbb_with_tiled_thumbnails_2.mpd http://dash.edgesuite.net/akamai/bbb_30fps/bbb_with_multiple_tiled_thumbnails.mpd http://vm2.dashif.org/livesim-dev/testpic_2s/Manifest_thumbs.mpd Is possible support it in Shaka Packager?

type: enhancement