gpac
gpac copied to clipboard
GPAC Ultramedia OSS for Video Streaming & Next-Gen Multimedia Transcoding, Packaging & Delivery
Is there a documentation on what they mean? https://github.com/search?q=repo%3Agpac%2Fgpac+%22urn%3Agpac%22&type=code
In our current code I see this: https://github.com/gpac/gpac/blob/cdecbb751f4688e3e73ed22473c136792efd4245/configure#L1536 However, since GPAC Filters allows to rely on external libraries such as FFmpeg and others, it creates a chicken and egg problem...
I'm using GPAC compiled at master branch f79e0b61094c0cf5665904144af41a7193aa4329 Sorry as I can not found an easy way to reproduce the issue, will update it later if possible. It usually happen...
# Status - [x] I looked for a similar issue and couldn't find any. - [x] I tried with the latest version of GPAC. Installers available at https://gpac.io/downloads/gpac-nightly-builds/ - [x]...
I want to make mpeg-dash live stream that can have its content replaced with other content. - I looked at this https://github.com/gpac/gpac/issues/2983 and find the statement > You should write...
The [documentation of flist](https://wiki.gpac.io/Filters/flist/?h=flist#playlist-directives) indicates: > start=T: tries to play the file from start time T seconds (double format only). This may not work with some files/formats not supporting seeking....
When dasher creates a new period, the segments outside the timeshift window aren't pruned in the older periods. After debugging a bit, I see that we lose access to the...
adds a /stats endpoint to mabr gateway counting requests served from multicast cache vs unicast
- Ability to detect discontinuities via `reframer:chkdisc` option - DASH will create a new period and HLS will put `EXT-X-DISCONTINUITY` tag upon a discontinuity - `avgen` can simulate discontinuities in...
Hi, The following code should be added to the `export.cpp` file: `#pragma comment (linker, EXPORT_SYMBOL(gf_isom_sample_entry_get_bitrate_box))` (The definition of the `gf_isom_sample_entry_get_bitrate_box` function is already properly declared with `GF_EXPORT`) Thank you.