Julen Garcia Leunda
Julen Garcia Leunda
It is strange although I have some `lintian` errors, there are different ones... 😅 When I execute this command, ``` lintian --no-tag-display-limit webtorrent-desktop_0.23.0_amd64.deb ``` I get the following result. ```...
Added #1887 to override lintian warnings 😉
Could this be the same feature that it is implemented in #1217 ? In that case let's get the PR reviewed and merged! 😉
Possibly related to #1496
It should be fixed with #1711
> It would be nice if we could use the HTMLMediaElement.audioTracks property I made an attempt with #1712 😉
Unfortunately, although we have added support for `audioTracks` in #1711, `audioTracks` only exposes the tracks that have been successfully decoded. So we are not able to distinguish between unsupported audio...
I've added #1731 with an experimental MP4 and WebM video container parser to solve this problem 😉 Please give it a try and of course any suggestions or improvement is...
Related with https://github.com/webtorrent/webtorrent-desktop/issues/664 https://github.com/webtorrent/webtorrent-desktop/pull/1125 could be a good starting point 😉
Although it could be doable with something like [smi2vtt](https://github.com/nupamore/smi2vtt), I don't know if I would add more dependencies to webtorrent-desktop given that VLC supports perfectly SMI files 😅