diff options
Diffstat (limited to 'TODOs.org')
-rw-r--r-- | TODOs.org | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -95,10 +95,27 @@ CLOSED: [2020-12-28 lun. 14:18] Audio done in {{{commit(e07ff2a1928be00bb7f7eb7fc82c8447a581c58f)}}}, and video done in {{{commit(9bd53de5a956c34f9ef41695e878bdd4b3df1697}}}. - State "TODO" from [2020-12-27 dim. 22:58] -** TODO Fix play of videos with WebTorrent +** DONE Fix play of videos with WebTorrent +CLOSED: [2020-12-28 lun. 19:16] :PROPERTIES: :CUSTOM_ID: 9d75fe3a-b7e5-4cc5-9300-1054c7e981c0 :END: +- State "DONE" from "TODO" [2020-12-28 lun. 19:16] \\ + Done when moved to WebM. Firefox gives an error when loading the file directly, + and a different error when loading with WebTorrent. I'll call this a Firefox + error, since Chromium was able to play the video on both, since both the file + creation and serving are pretty straighforward. + + When loading the file directly, Firefox says with =console.warn()=: + #+BEGIN_SRC + Media resource https://euandre.org/screencast/2020/12/24/sample-screencast.webm could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_DECODE_ERR (0x806e0004) + Details: virtual mozilla::MediaResult mozilla::FFmpegVideoDecoder<46465650>::DoDecode(mozilla::MediaRawData*, uint8_t*, int, bool*, mozilla::MediaDataDecoder::DecodedData&): avcodec_send_packet error: -1 + #+END_SRC + + When loading with WebTorrent, Firefox says with =console.error()=: + #+BEGIN_SRC + Uncaught Error: XDR encoding failure + #+END_SRC - State "TODO" from [2020-12-28 lun. 12:44] Ressurect the WebM file when experimenting with: |