nttcom / skyway-iot-sdk

A project page for SkyWay IoT SDK
25 stars 4 forks source link

streaming rpicam test #3

Closed crosofg closed 7 years ago

crosofg commented 7 years ago

I am getting following error

pi@raspberrypi:~/skyway/skyway-signaling-gateway/skywayiot-sdk-test $ ./h264_streaming_raspicamm.sh
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0: Could not open audio device for recording.
Additional debug info:
gstalsasrc.c(744): gst_alsasrc_open (): /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0:
Recording open error on device 'hw:1': No such file or directory
Setting pipeline to NULL ...
Freeing pipeline ...

Can you please help?

crosofg commented 7 years ago

changing the autoaudiosrc to alsasrc device=hw:0 solved the issue.