-
Notifications
You must be signed in to change notification settings - Fork 605
setupPipelineFailed #833
Comments
SDK version is 1.7.0 |
Hi @xuqifu, Can you check that you have the audioconvert element installed? We have not tested with GStreamer 1.9.1, but the release notes mark the 1.9 series as unstable. If it's convenient to upgrade to a more stable version, 1.10.4 for example, it may resolve the issue as well as future problems. |
hi @kjkh |
hi @kjkh ./SampleApp Integration/AlexaClientSDKConfig.json INFO2018-07-09 13:24:24.734 [ 1] I sdkVersion: 1.7.0 (SampleApp:5480): GStreamer-CRITICAL **: gst_object_unref: assertion 'object != NULL' failed (SampleApp:5480): GLib-CRITICAL **: g_source_remove: assertion 'tag > 0' failed there's same problem: https://github.com/alexa/avs-device-sdk/643 |
Hi @xuqifu, please note that your issue is not exactly the same as #643 because in that issue, it failed because of createAudioSinkElementFailed, while you are failing createConverterElementFailed. Since converter is the first element created in the pipeline, I suspect the issue lies in your gstreamer installation/configuration. Could you try this command: |
hi@kclchan |
hi @kclchan ..... Total count: 77 plugins, 984 features |
Hi @xuqifu, Could you do the below command to double check the version of gstreamer:
Unfortunately, this seems to be a gstreamer related issue and I do not know how to debug further except to suggest trying to reinstall gstreamer again... Thanks, |
hi @kclchan |
Hi @xuqifu, Can you please test the following test instead:
Thanks |
hi@celinval I'm trying following command: Thanks |
Sorry, @xuqifu, I forgot the '-m' in the command above. It should be
Can you also please double check that you are using the same gstreamer installation for your tests and to build the sdk? For that, please run:
Are those the same libraries that you are using the build the sdk? |
create |
@hidori 2018-07-31 06:52:45.825 [ 1] I sdkVersion: 1.7.1 (SampleApp:4613): GStreamer-CRITICAL **: gst_object_unref: assertion 'object != NULL' failed (SampleApp:4613): GLib-CRITICAL **: g_source_remove: assertion 'tag > 0' failed Can anyone please suggest a solution? |
try following command: |
@preth-2018 I think the following issue is causes by invalid audio configuration.
SampleApp is running with The sample .asoundrc is
"hw:x,y" of the above, x is card number and y is device number. You can know the card number and the device number by
Although the above is a story with raspbian, I think that also with arm-linux. |
@xuqifu |
@preth-2018 |
@xuqifu list=$(apt-cache --names-only search ^gstreamer1.0-* | awk '{ print $1 }' | grep -v gstreamer1.0-hybris) But when running Sample App the issue is still there. |
@preth-2018 |
This is the output of gst-inspect-1.0 androidomr@AndroidOMR:~$ gst-inspect-1.0 Total count: 235 plugins, 1341 features |
Did you do the above check's mentioned in ubuntu or emulator? |
@preth-2018 |
@xuqifu |
you are from china? |
@xuqifu |
@preth-2018 |
@xuqifu |
I am closing this issue due to inactivity. Please feel free to re-open it if it has been closed in error. |
Hi @xuqifu, Did your error got resolved? I am also trying to run on ARM platform itself. /data/alexa/SampleApp # ./SampleApp ../Integration/AlexaClientSDKConfig.json /da (SampleApp:9986): GStreamer-CRITICAL **: 08:57:22.670: gst_object_unref: assertion 'object != NULL' failed (SampleApp:9986): GLib-CRITICAL **: 08:57:22.670: g_main_context_find_source_by_id: assertion 'source_id > 0' failed Thanks! |
Hi @avp24 , I meet the same error with you, have you solve this problem? Thanks! |
@shenhuaz for me this problem got solved by adding environment variables for location of all gstreamer libs. |
I met the same error but on Apple M1 MAC. Has anyone been able to solve this problem for M1 MAC? |
@ankitsablok89, could you try the steps mentioned in here? |
IMPORTANT: Before you create an issue, please take a look at our Issue Reporting Guide.
Briefly summarize your issue:
transplant avs on arm plaform throungh compiler for arm-linux-gcc .
i have install gstreamer-1.9.1 ,gst-plugins-base-1.9.1. but there's some fail when run SampleApp:
#./SampleApp Integration/AlexaClientSDKConfig.json INFO
1970-01-01 02:10:50.857 [ 1] I sdkVersion: 1.7.0
configFile Integration/AlexaClientSDKConfig.json
Running app with log level: INFO
1970-01-01 02:10:50.949 [ 1] E MediaPlayer:setupPipelineFailed:reason=createConverterElementFailed
1970-01-01 02:10:50.950 [ 1] E MediaPlayer:initPlayerFailed:reason=setupPipelineFailed
What is the expected behavior?
What behavior are you observing?
Provide the steps to reproduce the issue, if applicable:
Tell us about your environment:
What version of the AVS Device SDK are you using?
Tell us what hardware you're using:
Tell us about your OS (Type & version):
arm-linux(ambarella)
The text was updated successfully, but these errors were encountered: