I seem to need `--libav-format mpegts` for tcp streaming to work...
Specifically,
Using the following `vlc` line on the client:It works using `--libav-format mpegts` on the RPi5 servrer as follows:But fails without out adding it if I use just
Specifically,
Using the following `vlc` line on the client:
Code:
vlc tcp://<PiServerIP>:8888
Code:
rpicam-vid -t 0 --libav-format mpegts --inline --listen -o tcp://0.0.0.0:8888
Code:
rpicam-vid -t 0 --inline --listen -o tcp://0.0.0.0:8888
Statistics: Posted by puterboy — Fri Feb 02, 2024 6:50 pm