Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleConsole output
root@raspberrypi3-rdk-camera:~# pw-capture &


STEP 910:

Get encoded data available file from local /tmp directory.

Code Block
languagebash
titleConsole output
root@raspberrypi0-rdk-camera:~# cd /tmp/
root@raspberrypi0root@raspberrypi3-rdk-camera:/tmp# ls pipewire*

pip*
pipewire2021-07-12:04:22:46.h264  pipewire2021-07-12:04:22:53.h264  pipewire2021-07-12:04:22:56.h264


STEP 911:

Copy encoded data available file from your RPI /tmp directory into your local PC and play it in VLC player.

Code Block
languagebash
titleConsole output
xxxxxx@yyyyy-Lenovo-B480:~/XXXXX$ scp root@RPI_DEVICE_WIFI_IP:/tmp/pipewirepipewire2021-07-12:04:22:46.h264 .

Example:
xxxxxx@yyyyy-Lenovo-B480:~/XXXXX$ scp root@192.168.43.246:/tmp/pipewirepipewire2021-07-12:04:22:46.h264* .
pipewire-pipewire2021-07-12:04:22:46.h264                                                                                                                 100%   16KB  16.4KB/s   00:00    
xxxxxx@yyyyy-Lenovo-B480:~/XXXXX$ 


STEP 12:

We need to give demux module as "H264 video demuxer" in VLC player to play h264 file.

Please follow "Part 2: How to Play H.264 Files on VLC" option in below link to enable demux module in VLC player

https://reolink.com/how-to-play-h264-files-in-vlc/

Play the pipewireAfter enable the demux module play the pipewirexxxyyy.h264 file in VLC player.