rlaphoenix

Results 146 comments of rlaphoenix

This error actually seems to be a decryption error on the Audio file, even though it looks as if it isn't. I say this because if the audio did decrypt...

After discussing this issue on Discord and through AnyDesk it was discovered to be a fault with Shaka-Packager v3.x having a segmentation fault. ``` I0324 18:50:19.184362 15732 demuxer.cc:94] Demuxer::Run() on...

This was done with the new Chapters class, but needs to be done with Video, Audio, and Subtitles too.

In certain cases this issue has popped up again recently.

I'm not sure what you mean to be quite honest. The DASH parser and downloader is currently limited to only use the first `Period`. Is your manifest spanning across multiple...

Well, there's a problem with supporting multi-period manifests. While it might or might not be the case for your manifest, most manifests do not have any way to link one...

One idea here is to keep processing per-segment DRM information like retrieving the key after downloading the segment, but store that DRM information mapped to the segment. Then after all...

Something to note is it could automatically decide to do SRT if there's no style or positioning information, otherwise do SSA, if enabled in the config.

> Hi, did you try on Streamlink ? It works quite well with streamlink running through mpv or vlc. Possibly more stable than ffplay surprisingly. Not entirely sure why either.

> Or did you have try to change tempfolder to "/tmp" or "/var/tmp" because tmp or /var/tmp is under tmpfs , maybe can give better i/o rate @rlaphoenix ? I'm...