Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hardware:video-pis [2026/07/26 22:17] – external edit 127.0.0.1hardware:video-pis [2026/08/13 08:46] (current) – [Video-Pis] clarifcation of current RPi4-scope wtf
Line 1: Line 1:
 # Video-Pis # Video-Pis
  
-Research-documentation for H264-encoding and streaming with Raspberry Pis.+Research-documentation for H264-encoding and streaming with Raspberry Pis. Document created when RPi 4 was new, so these examples incorporate hardware-encoding and need adaption for RPi 5.
  
 ## gstreamer with Auvidea B101 HDMI-CSI2-Bridge ## gstreamer with Auvidea B101 HDMI-CSI2-Bridge
Line 27: Line 27:
 Sender, using audio from HDMI-In and sending video-input to first HDMI-display port: Sender, using audio from HDMI-In and sending video-input to first HDMI-display port:
  
 +<code>
   rtpbin    rtpbin 
     name=rtp      name=rtp 
Line 87: Line 87:
     device="/dev/fb0"      device="/dev/fb0" 
     sync=false     sync=false
 +</code>
  
 Receiver, with audio-out on Headphone-jack: Receiver, with audio-out on Headphone-jack:
  
 +<code>
   rtpbin    rtpbin 
     latency=100      latency=100 
Line 131: Line 133:
   ! alsasink    ! alsasink 
       card-name="bcm2835 Headphones"       card-name="bcm2835 Headphones"
 +</code>
  
 ### SRT streaming (unicast), audio and display-loop-out included ### SRT streaming (unicast), audio and display-loop-out included
Line 141: Line 144:
 Sender, using audio from HDMI-In and sending video-input to display: Sender, using audio from HDMI-In and sending video-input to display:
  
 +<code>
   v4l2src    v4l2src 
       device=/dev/video0        device=/dev/video0 
Line 176: Line 180:
   ! queue    ! queue 
   ! mux.    ! mux. 
-  +</code> 
 Receiver, with audio-out on Headphone-jack: Receiver, with audio-out on Headphone-jack:
  
 +<code>
   srtclientsrc    srtclientsrc 
       latency=20        latency=20 
Line 201: Line 207:
   ! alsasink    ! alsasink 
       card-name="bcm2835 Headphones"       card-name="bcm2835 Headphones"
 +</code>
  
 ### RIST streaming (multicast/unicast), audio and display-loop-out included ### RIST streaming (multicast/unicast), audio and display-loop-out included
Line 213: Line 219:
 Sender, using audio from HDMI-In and sending video-input to display: Sender, using audio from HDMI-In and sending video-input to display:
  
 +<code>
   v4l2src    v4l2src 
       device=/dev/video0        device=/dev/video0 
Line 248: Line 255:
   ! queue    ! queue 
   ! mux.   ! mux.
 +</code>
  
 Receiver, with audio-out on headphone-jack: Receiver, with audio-out on headphone-jack:
  
 +<code>
   ristsrc    ristsrc 
       address=224.0.23.1        address=224.0.23.1 
Line 274: Line 283:
   ! alsasink    ! alsasink 
       card-name="bcm2835 Headphones"       card-name="bcm2835 Headphones"
 +</code>
  • hardware/video-pis.1785104259.txt.gz
  • Last modified: 2026/07/26 22:17
  • by 127.0.0.1