I have recently installed an Ubuntu 20.04. Of course, I have installed VLC, version 3.0.12. With it installed, I can read DVDs and Blurays without any problem, as well as video files. But I have some trouble while I try to read a stream from my media player. Here is the error message I get on the command line:
Code: Select all
$ vlc http://mafreebox.freebox.fr/freeboxtv/playlist.m3u
VLC media player 3.0.12 Vetinari (revision 3.0.12-1-0-gd147bb5e7e)
[000056060a1a85b0] main libvlc: Lancement de vlc avec l'interface par défaut. Utiliser « cvlc » pour démarrer VLC sans interface.
[00007f5a3c001180] mjpeg demux error: cannot peek
[00007f5a3c0c3a80] mjpeg demux error: cannot peek
[00007f5a3400c8b0] access stream error: HTTP 404 error
[00007f5a3400c8b0] http stream error: local stream 1 error: Cancellation (0x8)
[000056060a1a85b0] main libvlc error: no suitable access module for `https://upload.wikimedia.org/wikipedia/fr/thumb/e/e8/France_2_logo_antenne_(2008).png/270px-France_2_logo_antenne_(2008).png'
[00007f5a3d184a90] mjpeg demux error: cannot peek
[00007f5a3d1c3490] mjpeg demux error: cannot peek
[00007f5a3c012b90] mjpeg demux error: cannot peek
QObject::~QObject: Timers cannot be stopped from another thread
Code: Select all
Votre média d'entrVotre média d'entrée ne peut être ouvert:
VLC ne peut pas ouvrir « rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=sd ». Vérifier les messages du journal pour plus de détails.
Code: Select all
$ sudo ufw status verbose
État : actif
Journalisation : on (low)
Par défaut : allow (incoming), allow (outgoing), deny (routed)
Nouveaux profils : skip
$ vlc http://mafreebox.freebox.fr/freeboxtv/playlist.m3u
VLC media player 3.0.12 Vetinari (revision 3.0.12-1-0-gd147bb5e7e)
[000055ae755dd620] main libvlc: Lancement de vlc avec l'interface par défaut. Utiliser « cvlc » pour démarrer VLC sans interface.
[00007f1a04001a80] access stream error: HTTP 404 error
[00007f1a04001a80] http stream error: local stream 1 error: Cancellation (0x8)
[000055ae755dd620] main libvlc error: no suitable access module for `https://upload.wikimedia.org/wikipedia/fr/thumb/e/e8/France_2_logo_antenne_(2008).png/270px-France_2_logo_antenne_(2008).png'
[00007f1a0c015ec0] mjpeg demux error: cannot peek
[00007f1a0c0c3e40] mjpeg demux error: cannot peek
[00007f1a0c0c3e40] mjpeg demux error: cannot peek
QObject::~QObject: Timers cannot be stopped from another thread
Best regards.