From 0957d745cbb3189e8a00d0f854c0305f0746fd71 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 28 Dec 2020 19:20:28 -0300 Subject: TODOs.org: Mark 6587304c-ee0d-4f40-b046-48de94d00629 as done --- TODOs.org | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/TODOs.org b/TODOs.org index 6430849..1d5301e 100644 --- a/TODOs.org +++ b/TODOs.org @@ -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: -- cgit v1.2.3