Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- PW_STREAM=$(pw-dump -N | grep -A6 "Rift Tracking"| grep object.id | cut -c22-)
- echo $PW_STREAM
- GST_PIPE=""
- for path in $PW_STREAM; do
- echo $path
- GST_PIPE="$GST_PIPE pipewiresrc path=$path ! glimagesink sync=false"
- done
- echo $GST_PIPE
- gst-launch-1.0 --no-position $GST_PIPE
Advertisement
Add Comment
Please, Sign In to add comment