-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firefox
can't play videos (on DragonFly)
#334
Comments
@jrmarino ffmpeg is installed via ravenports. I can use Tried to install gstreamer, but firefox plays no videos either. |
I was curious about right-clicking on the video to get info on the needed codecs. |
This is what right-clicking and selecting "Copy Debug info" shows:
I don't see the video codec. Clicking on "Stats for nerds" displays a row "Codecs", but leaves it empty :/ |
I think, without a proper video decoder, you cannot display the codec properly :/ |
Opening the developer console gives more info:
|
perhaps there's a missing map file (to map video/mp4 to ffmpeg)? |
I interpret this to mean both the primary and tools subpackages of "ffmpeg" are installed. |
yes, both primary and tools are installed. dev packages does not help either:
|
Dunno where I could configure the map file. It should not open ffmpeg as an external application. The media player should be built into Firefox. Maybe it's not properly configured at compile time...? |
ffmpeg~dev~std~7.1 wasn't installed though ... |
you are referring to build time? |
no, when you showed output of "rvn info|grep ffmpeg", the ffmpeg dev package wasn't installed. only ffmpeg6's was installed. |
It is installed and still no videos:
|
It shows "Your browser can't play this video".
The text was updated successfully, but these errors were encountered: