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 3 Does Not Run On OS X #146

Closed
raytiley opened this issue Oct 29, 2018 · 5 comments
Closed

Basic Tutorial 3 Does Not Run On OS X #146

raytiley opened this issue Oct 29, 2018 · 5 comments

Comments

@raytiley
Copy link
Contributor

Tutorial 1 and 2 run find but looks like with tutorial 3 the attatched signal for pad added never gets called. Is it possible this is Os specific?

Pipeline state changed from Null to Ready
Received new pad src_0 from test-pipeline
It has type video/x-raw which is not raw audio. Ignoring.
Error received from element Some("/GstPipeline:test-pipeline/GstURIDecodeBin:source/GstSoupHTTPSrc:source") Internal data stream error.
Debugging information: Some("gstbasesrc.c(3055): void gst_base_src_loop(GstPad *) (): /GstPipeline:test-pipeline/GstURIDecodeBin:source/GstSoupHTTPSrc:source:\nstreaming stopped, reason not-linked (-1)")
@sdroege
Copy link
Owner

sdroege commented Oct 29, 2018

Funny one. Can you attach a debug log with GST_DEBUG=6?

@raytiley
Copy link
Contributor Author

@sdroege
Copy link
Owner

sdroege commented Oct 29, 2018

You can don't have vorbisdec installed, that's why there's never an audio stream added and only the video stream. And we don't link the video stream, that's why it fails like that.

There's not a lot of error handling in those tutorials to keep them simple

@sdroege sdroege closed this as completed Oct 29, 2018
@raytiley
Copy link
Contributor Author

Thanks... Feel like an idiot for not catching that. Saw that basic-tutorial-1 worked and didn't notice that one does video the other audio. Thanks!

@sdroege
Copy link
Owner

sdroege commented Oct 30, 2018

No worries, it's far from obvious from the error :)

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