aboutsummaryrefslogtreecommitdiff
path: root/l2w_snd/listen.bat
blob: 30d77b3fae8b5e65bc8516085d8cdc2a78329c87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
:: SPDX-FileCopyrightText: 2023 Brian Woods
:: SPDX-License-Identifier: GPL-2.0-or-later

C:\

set LSTN_PORT=18181
set FFMPEG_PATH=C:\Users\user\ffmpeg-master-latest-win64-gpl\bin

cd %FFMPEG_PATH%

ffplay.exe -nodisp rtp://0.0.0.0:%LSTN_PORT%

exit