Marcus Wichelmann

Results 26 issues of Marcus Wichelmann

I've set up an instance of the BaGet server using the provided Docker image and configured mirroring: ``` - ApiKey= - Storage__Type=FileSystem - Storage__Path=/var/baget/packages - Database__Type=Sqlite - Database__ConnectionString=Data Source=/var/baget/baget.db -...

This PR add support for bcrypt-hashed passwords. To make sure, that this is not a breaking change, the existing plaintext `password` in `users.json` still works as before. But now, one...

This PR extends the client config generation code to add the MTU from the global settings to make sure both sides use the same MTU. ```ini [Interface] Address = 10.252.1.1/32...

Hi, I'm trying to extract the HEVC elementary stream from a DASH/HLS fMP4 segment so I can inspect it using https://github.com/virinext/hevcesbrowser for debugging purposes. For this I need to extract...

Just spooted a typo in your parsing_helpers.h which breaks you bounds check for parsing ipv4 packets. https://github.com/xdp-project/xdp-tutorial/blob/master/common/parsing_helpers.h#L163 should be `sizeof(*iph)` Reporting, in case you wanna fix it. 😄

Hi, when playing a HLS H.265/HEVC stream on a Fire TV 4K, the playback is very stuttering and the decoder seems to be dropping a lot of frames. This can...

When compiling a .p4 file as described in the readme, clang cannot find the `ebpf_xdp.h` header: ``` /tmp/xdp1.h:6:10: fatal error: 'ebpf_xdp.h' file not found ``` The header file is included...

question

ISO/IEC 14496-15 says about the `HEVCDecoderConfigurationRecord`: > **array_completeness** when equal to 1 indicates that all NAL units of the given type are in the following array and none are in...

This PR adds an optional `--hls_start_time_offset` parameter, that, when used, adds `EXT-X-START` tags to the HLS media playlists. The EXT-X-START tag allows to specify the location where the player starts...