-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
How does the Next deal with the videos and audio HTML5? #191
Comments
hi @noloop thank you for your interest in the project! Did you make sure that you have all of the dependencies for Linux installed? Did you install from source? There are options dependencies for video codecs. A little more information about your set-up could help us debug this issue! thank you :) |
I'm on Void Linux, I downloaded this link: https://next.atlas.engineer/static/release/next-linux-gtk-webkit.tar.lz So it is possible that some codecs are missing, which ones should I have? or is it already included in the unzipped "gnu" directory? |
This is a known issue with Guix and its A Void Linux package would also be neat :D |
This should be fixed in Next 1.2.1. Feel free to re-open if you still experience the issue. |
Just installed this browser via AUR. Getting that same error message: "Your browser does not currently recognize any of the video formats available." What dependencies might I might be missing? I have webkit2gtk installed already. |
AUR should install all dependencies, I dont think its the issue! |
Hm well idk then. I installed the browser via |
The dependencies to display HTML5 content are optional. From the
PKGBUILD:
```
gst-plugins-bad (gst-plugins-bad-git) (optional) – for HTML5 audio/video
gst-plugins-base (gst-plugins-base-git) (optional) – for HTML5 audio/video
gst-plugins-good (gst-plugins-good-git) (optional) – for HTML5 audio/video
gst-plugins-ugly (gst-plugins-ugly-git) (optional) – for HTML5 audio/video
gstreamer (gstreamer-git) (optional) – for HTML5 audio/video
```
Install the above and you should be good to go!
|
That did indeed solve the issue. Thanks, @Ambrevar. |
I did download the version 1.3.4 and I installed all packages and still can't see videos. |
Maybe delete ~/.cache/gstreamer-1.0 and try again.
Can you see videos with Epiphany?
|
I did this, and it still doesn't work. In Epiphany I can watch videos. |
I try compile of the next source and i get:
I have all dependencies installed. |
Are you still using the Guix pack on Void Linux?
I thought that Next was packaged for Void Linux these days, you could
give this a try.
|
I was, but I tried compiling the source now and it can't either. And there is the next void-linux package available. |
What do you mean, either? The Void Linux package does not work?
Can you share the error output you get when compiling?
|
It works, but I only discovered it after trying to compile, I searched before and don't find, but someone built the package. But now that I've tried to compile I would like to be able to do so. |
From the error output, you need to install openssl.
If I recall correctly, Void Linux might have an openssl-dev which you'll
need for the .so symlinks.
|
I installed |
I cleaned up everything I could and tried again, and now it compiles, so I change my file "~/.config/next/init.lisp". And I tried to run next, and I get the same as I'm getting when running next void-linux package:
|
You need dbus. In particular, dbus-broker is not supported.
|
I have installed:
and the |
What's your window manager / desktop environment?
Can you start next with the following?
export $(dbus-launch) ; next
|
This doesn't work. |
Are you using systemd?
Can you report the output of
ps -U $USER | grep dbus
|
Sorry, I was wrong, yes it worked by exporting but already checked, it's my memory that is over, but there is still something that happens. When I close next and open again, I get:
and I have to start over, sometimes this is repeated for more than once.
Void-linux uses runit, not systemd.
|
If Next crashes, it is possible that a hung process is left running in
the background. Make sure to kill `next` and `next-gtk-webkit` before
trying again.
|
but |
Maybe a misunderstanding:
- C-x C-c should quit Next.
- In all cases, C-x C-c or not, if Next crashes the processes might not
get cleaned up properly. Just make sure no Next process is running
before starting it again.
|
But this occurs even when it does not crashes. |
What occurs? It seems that you have different issues. Can you
list all the different cases?
|
No, we have all solved so far, now there is only one, that when I open Next and then close it, the next time I open it I have to try more than once to get it open. |
So can you check the background processes after you've quit Next? Any "next" something running?
|
I restarted my system and run only the Next. Here, all way until crashes the Next. When I watch a video the Next crashes with or whitout free memory. |
I downloaded the "next-pyqt-webengine" and I can watch video whitout crashes the Next and it seems to work faster. But when I try write here by example, It doesn't work the Capslook and also doesn't work the space key. And I can't write in the I see this whe I press CAPSLOOK:
|
Indeed, it seems that Next is not closing properly on your system.
|
I think the problem is that This is bad because the two available backends do not work. |
You seem to be the first one reporting this issue. There could be an
issue with the WebKitGTK package on Void Linux.
Maybe ask the Void Linux packagers?
Could you try another distribution?
Else you can build it using Guix:
guix build -f build-scripts/guix.scm
|
In fact with |
I'm just guessing here. I can't reproduce your issue, so it's not easy
to investigate on my side :)
Some distributions maybe ship different version of WebKitGTK. Which
version do you use to link against Next?
Which one is used by Epiphany (if different)?
|
I understand, this doesn't is a block for me not use the Next, but l would like to find the problem. My version webkit2gtk that is used by Next and Epiphany:
This is:
|
I'm looking for the project, it attracted me a lot, in time I'm looking for a simple and customizable browser. So I downloaded the Next, I liked it a lot, but he did not open the videos, I get the message:
"Your browser does not currently recognize any of the video formats available."
I do not know if something is wrong here or the Next can not see videos. I wonder if the Next supports videos and audios? And if Next do not support, what could be done to change that, what are the limitations.
The text was updated successfully, but these errors were encountered: