Skip to content
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

cannot see embedded videos #180

Closed
asartori86 opened this issue Nov 2, 2016 · 6 comments
Closed

cannot see embedded videos #180

asartori86 opened this issue Nov 2, 2016 · 6 comments

Comments

@asartori86
Copy link

hi,

I cannot see the embedded videos. I tried with the video-example.pdf provided in the readme. I get this warning/error

** (pdfpc:21498): WARNING **: movie.vala:531: Error creating control pipeline: Could not make element overlay of type cairooverlay.

I am running on gentoo with openbox. I am missing any gstreamer plugin? which one?

thanks

@AndreasBilke
Copy link
Member

The video in the demo example uses the theora video codec IIRC. So you
should be fine with gstreamer + gstreamer-good plugins.

You can see the dependency list for debian here:

https://packages.debian.org/stretch/pdf-presenter-console

or for arch linux here:

https://www.archlinux.org/packages/community/x86_64/pdfpc/

So could you try on your own a litte bit? Maybe we forgot some depencies in
the cmake file.

@asartori86
Copy link
Author

actually I have all of them installed..

@a123qwertz567
Copy link

If it is an overlay thing, have you tried to supress the overlays:

pdfpc --help
[...]
-g, --disable-auto-grouping     Disable auto detection and grouping of overlayed slides
[...]

@asartori86
Copy link
Author

Thanks @a123qwertz567, but it didn't help

$ pdfpc -g video-example.pdf 

** (pdfpc:10526): WARNING **: movie.vala:531: Error creating control pipeline: Could not make element overlay of type cairooverlay.

@AndreasBilke
Copy link
Member

cairooverlay is in gst-plugins-good and it seems that your gentoo installation is not working properly. So I would say it is not a pdfpc issue.

@fnevgeny
Copy link
Member

fnevgeny commented Oct 6, 2018

The relevant Gentoo bug tracker: https://bugs.gentoo.org/291150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants