# Сервер для CSI-камеры (Порт 8554, путь /test)
test-launch -p 8554 "( tcpclientsrc host=127.0.0.1 port=5000 ! video/x-h265, stream-format=(string)byte-stream ! h265parse config-interval=1 ! rtph265pay name=pay0 pt=96 )" &
# Сервер для USB-камеры (Порт 8555, путь /test)
test-launch -p 8555 "( tcpclientsrc host=127.0.0.1 port=5001 ! video/x-h265, stream-format=(string)byte-stream ! h265parse config-interval=1 ! rtph265pay name=pay0 pt=96 )" &