-
CommentStreams:A9e8a951036f1c577ae53f7f6a4ea455
I did the edid load. I have a windows 10 laptop driving the HDMI-in to the module. After the EDID, the laptop sees the 2nd display. But no improvement using the raspivid.
Also tried the gst-launch with error openning audio device, and the foo.mkv is 0 bytes.
pi@raspberrypi:~ $ gst-launch-1.0 v4l2src io-mode=5 ! video/x-raw, format=UYVY, framerate=25/1 ! v4l2h264enc output-io-mode=4 ! video/x-h264,profile=high ! h264parse ! queue ! matroskamux name=mux ! filesink location=foo.mkv alsasrc device=hw:1 ! audio/x-raw,rate=48000,channels=2 ! audioconvert ! avenc_aac bitrate=48000 ! aacparse ! queue ! mux. 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(748): 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 ... pi@raspberrypi:~ $ pi@raspberrypi:~ $ pi@raspberrypi:~ $ pi@raspberrypi:~ $ pi@raspberrypi:~ $ pi@raspberrypi:~ $ pi@raspberrypi:~ $ pi@raspberrypi:~ $ pi@raspberrypi:~ $ ls -l foo.mkv -rw-r--r-- 1 pi pi 0 Sep 28 17:56 foo.mkv pi@raspberrypi:~ $