• Problem with web video

    From H0Iger SchuIz@3:770/3 to All on Wed Dec 23 13:58:46 2020
    Since today I cannot play videos in chromium anymore. It worked two days
    ago. In some cases (youtube, tagesschau.de) vidoes won't start playing.

    At sport1.de trying to start the live straem gives me error 232404.

    To me it seems it is not a chromium issue but a problem with some kid of
    video plugin. It get the same resulzs with iceweasel/firefox.

    Any hints?

    Raspberry Pi Model 4, 8GB
    Current Raspberry OS

    Thanks

    hs

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From paul lee@1:105/420 to H0Iger SchuIz on Wed Dec 23 06:02:37 2020
    Since today I cannot play videos in chromium anymore. It worked two days ago. In some cases (youtube, tagesschau.de) vidoes won't start playing.


    This might not be a fix for you, BUT have you done that big update that came out a couple weeks ago? It had a lot of Chromium fixes, for video specifically....

    But if its an issue that arose, its probably not Chromium and a video issue/something got broke.

    sudo apt update
    sudo apt upgrade
    first.



    |07p|15AULIE|1142|07o
    |08.........

    --- Mystic BBS v1.12 A47 2020/11/23 (Raspberry Pi/32)
    * Origin: 2o fOr beeRS bbS>>20ForBeers.com:1337 (1:105/420)
  • From H0Iger SchuIz@3:770/3 to paul lee on Wed Dec 23 16:00:59 2020
    paul lee <nospam.paul.lee@f420.n105.z1.binkp.net> wrote:

    sudo apt update
    sudo apt upgrade

    Did that, didn't help.

    Thanks, anyway.

    hs

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Martin Gregorie@3:770/3 to All on Wed Dec 23 17:56:32 2020
    On Wed, 23 Dec 2020 16:00:59 +0100, H0Iger SchuIz wrote:

    paul lee <nospam.paul.lee@f420.n105.z1.binkp.net> wrote:

    sudo apt update sudo apt upgrade

    Did that, didn't help.

    Obvious questions:

    - what was written to /var/log/messages when you attempted to view a
    video with Chromium?

    - does Firefox write the same set of messages to /var/log/messages?

    These are, or should be, obvious because when something like this
    happens, that's the first place to look when an application fails without showing the detail of what went wrong: IMHO displaying an unexplained
    error code doesn't count as 'showing what went wrong'.

    As well looking in /var/log/messages you should also:

    - look at any other logs in /var/log which carry the same 'last updated'
    timestamp as when the error occurred.

    - take a look in the directory where Chromium and Firefox stash data in
    case they wrote anything useful there. In this case:

    - Google Earth writes crashlogs to ~/.googleearth/crashlogs

    - Firefox writes crashlogs to '~/.mozilla/firefox/Crash Reports'

    so its very likely that Chromium does something similar.

    You can see the exact time to loog for in logs by causing the crashes
    again, but this time after opening a console window and running the
    command:

    sudo tail -f /var/log/messages

    in it. This will show you the timestamped log messages as the error
    actually occurs. When you're finished with it, stop 'tail' by typing Ctrl/
    C in the console window.



    --
    --
    Martin | martin at
    Gregorie | gregorie dot org

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)