Max Arnold
Max Arnold
Found two related issues from 2020: https://github.com/saltstack/salt/issues/58369 https://github.com/saltstack/salt/issues/56348 I think 2019.2.x might work
Given a similar issue https://github.com/saltstack/salt/issues/56348#issue-578765478 I think the output parsing in `saltmod.parallel_runners` could be made more robust (i.e. handle non-dicts). But this can be addressed later I guess.
Related issues: https://github.com/videojs/http-streaming/pull/829 https://github.com/videojs/http-streaming/issues/1356 https://github.com/videojs/video.js/issues/7842 https://github.com/videojs/http-streaming/issues/1130 https://github.com/videojs/video.js/issues/8054 https://github.com/videojs/http-streaming/issues/1064 https://github.com/videojs/video.js/issues/7992 https://github.com/videojs/http-streaming/issues/1285 https://github.com/videojs/video.js/issues/8026 Cc: @brandonocasey
A really really dirty workaround: 1. Make a local copy of `https://vjs.zencdn.net/8.5.2/video.min.js` 2. Delete the following code: ``` ,"subtitle"!==e&&t.excludePlaylist({error:{message:`Excessive ${e} segment downloading detected.`},playlistExclusionDuration:1/0}) ``` 3. Use the patched version instead...
I have the same issue - the audio fragment duration is 1s longer than video: ``` $ mediastreamvalidator test-video/master.m3u8 -------------------------------------------------------------------------------- MUST fix issues -------------------------------------------------------------------------------- Error: Different target durations detected -->...
I'm trying to invoke pdb (for step-by step debugging and altering some variables) at specific line without editing the source code. The code fragment looks like this: ``` def __init__(......
Hey! Can you please look at this issue?
Metadata grains definitely should be namespaced, even if it breaks backward compatibility
ES.zip contains features (not translations) for country with iso code ES. It should not be specified in TRANSLATION_SOURCES. And TRANSLATION_LANGUAGES setting only affects alternate_names column in each table. Could you...
@hectorcanto ?