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

Basic Tutorial 13 does not work #173

Closed
xldenis opened this issue Apr 25, 2021 · 1 comment
Closed

Basic Tutorial 13 does not work #173

xldenis opened this issue Apr 25, 2021 · 1 comment

Comments

@xldenis
Copy link

xldenis commented Apr 25, 2021

Hi,

Thanks for the work on this set of libraries, impressive work :)

When I try to use one of the provided example tutorial binaries, it successfully runs but is non-functional. In particular it seems like seeking is has no effect. I've been able to confirm the issue on both mac and linux (ubuntu), I'll need to build gstreamer from source to confirm if the issue is also present there.

The command I ran:

cargo run --bin basic-tutorial-13 --features=termion

This successfully runs, opening a window in which the video is streamed. However, when I press either S s or D to change the video speed or direction, the video is unaffected.

I'll attempt build GStreamer from source tomorrow to confirm that the same example in C correctly functions on my machine, however maybe you have an idea of what could be going wrong here.

@sdroege
Copy link
Owner

sdroege commented Apr 26, 2021

Yes that doesn't seem to work reliably. This here is only a mirror of the correct bindings repository: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/

Can you report it there? This is likely a general problem that also happens with the C tutorial.

@sdroege sdroege closed this as completed Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants