Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revisionLast revisionBoth sides next revision | ||
| hardware:video-pis [2024/04/02 21:57] – removed obsolete backslashes pat | hardware:video-pis [2024/04/03 21:13] – wtf | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| == gstreamer with Auvidea B101 HDMI-CSI2-Bridge | == gstreamer with Auvidea B101 HDMI-CSI2-Bridge | ||
| - | * max. supported resolution: 1080p30. [[https:// | + | * max. supported resolution: 1080p30. [[https:// |
| * The iframe-peroid of 2 frames is quiet aggressive. | * The iframe-peroid of 2 frames is quiet aggressive. | ||
| * I/O-mode = auto. Result unclear, it seems popular stating DMAbuf here. Investigate! | * I/O-mode = auto. Result unclear, it seems popular stating DMAbuf here. Investigate! | ||
| + | |||
| + | Hint: For better reading pipelines are described as pipeline files which one can use with `cat pipeline-file.txt | xargs gst-launch-1.0`. | ||
| === SMPTE2022-1 FEC streaming (multicast/ | === SMPTE2022-1 FEC streaming (multicast/ | ||
| Line 23: | Line 25: | ||
| * Don't forget to remove " | * Don't forget to remove " | ||
| - | Sender, using Audio from HDMI-In and sending video-input to display: | + | Sender, using audio from HDMI-In and sending video-input to first HDMI-display |
| - | Hint: For better reading pipelines are described as pipeline files which one can use with `gst-launch-1.0 -f pipeline-file.txt`. | ||
| ``` | ``` | ||
| rtpbin | rtpbin | ||
| name=rtp | name=rtp | ||
| - | fec-encoders=' | + | fec-encoders=' |
| v4l2src | v4l2src | ||
| Line 52: | Line 53: | ||
| rtp.send_rtp_src_0 | rtp.send_rtp_src_0 | ||
| ! udpsink | ! udpsink | ||
| - | host=${ipAddress} | + | host=224.0.23.1 |
| port=5000 | port=5000 | ||
| multicast-iface=eth0 | multicast-iface=eth0 | ||
| Line 58: | Line 59: | ||
| rtp.send_fec_src_0_0 | rtp.send_fec_src_0_0 | ||
| ! udpsink | ! udpsink | ||
| - | host=${ipAddress} | + | host=224.0.23.1 |
| port=5002 | port=5002 | ||
| async=false | async=false | ||
| Line 65: | Line 66: | ||
| rtp.send_fec_src_0_1 | rtp.send_fec_src_0_1 | ||
| ! udpsink | ! udpsink | ||
| - | host=${ipAddress} | + | host=224.0.23.1 |
| port=5004 | port=5004 | ||
| async=false | async=false | ||
| Line 94: | Line 95: | ||
| rtpbin | rtpbin | ||
| latency=100 | latency=100 | ||
| - | fec-decoders=' | + | fec-decoders=' |
| name=rtp | name=rtp | ||
| | | ||
| Line 243: | Line 244: | ||
| ! videoconvert | ! videoconvert | ||
| ! fbdevsink | ! fbdevsink | ||
| - | sync=false | + | sync=false |
| | | ||
| alsasrc | alsasrc | ||