What is missing with firefox/opera and not chrome?

in clear linux i am unable to play videos of dailymotion except in chrome.

Please have a look at the other threads that extensively cover media/playback/codecs.

This guide will hopefully solve that issue. :smile:

android@clr~/build $ tar jxf ffmpeg-4.2.1.tar.bz2
android@clr~/build $ cd ffmpeg-4.2
android@clr~/build/ffmpeg-4.2 $ ./configure --prefix=/usr/local --enable-shared && make && sudo make install
bash: ./configure: No such file or directory
android@clr~/build/ffmpeg-4.2 $ sudo sh -c 'echo /usr/local/lib >>/etc/ld.so.conf'
android@clr~/build/ffmpeg-4.2 $ sudo sh -c 'echo /usr/local/lib >>/etc/ld.so.conf'
android@clr~/build/ffmpeg-4.2 $ ./configure --prefix=/usr/local --enable-shared && make && sudo make install
bash: ./configure: No such file or directory
android@clr~/build/ffmpeg-4.2 $ ls
COPYING.GPLv3  libavcodec  libavdevice  libavresample  libswscale  presets  RELEASE  RELEASE_NOTES
android@clr~/build/ffmpeg-4.2 $ ./configure
bash: ./configure: No such file or directory
android@clr~/build/ffmpeg-4.2 $

I think you would be better served looking for support on the tutorial thread. Though it seems you just have an issue of cwd not being correct during the configure command.

1 Like