hardware:video-pis

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
Next revisionBoth sides next revision
hardware:video-pis [2024/04/02 21:34] – For better reading pipelines are described as pipeline files which one can use with `gst-launch-1.0 -f pipeline-file.txt`. pathardware:video-pis [2024/04/02 22:08] – undo previous change pat
Line 52: Line 52:
 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 58:
 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 65:
 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 73: Line 73:
   device=hw:tc358743    device=hw:tc358743 
   do-timestamp=true    do-timestamp=true 
-! audio/x-raw,format=S16LE,rate=48000,channels=2 +"audio/x-raw,format=S16LE,rate=48000,channels=2
 ! audioconvert  ! audioconvert 
 ! voaacenc  ! voaacenc 
Line 86: Line 86:
 ! fbdevsink  ! fbdevsink 
   device="/dev/fb0"    device="/dev/fb0" 
-  sync=false Receiver, with audio-out on Headphone-jack:+  sync=false
 ``` ```
 +
 +Receiver, with audio-out on Headphone-jack:
  
 ``` ```
  • hardware/video-pis.txt
  • Last modified: 2024/04/03 21:13
  • by wtf