for me: streaming from the hdmi capture (not webcams) (I also will be getting a different dongle like capture device via Amazon Vine later in the week)
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows
PS C:\WINDOWS\system32> Get-WmiObject Win32_Process | select commandline | Select-String -Pattern "ffmpeg"
@{commandline=C:\ProgramData\ChannelsDVR\latest\ffmpeg.exe -hide_banner -nostats -loglevel warning -f dshow -framerate
60 -video_size 1920x1080 -rtbufsize 40M -fflags discardcorrupt -copyts -probesize 8000000 -i
"video=J5-CAPTURE:audio=Digital Audio Interface (J5-AUDIO)" -enc_time_base -1 -max_muxing_queue_size 4096 -muxdelay 0
-ignore_unknown -map 0:v:0? -map 0:a? -map 0:s? -c:v h264_mf -g:v 60 -force_key_frames:v source -hw_encoding 1
-profile:v high -bsf:v h264_metadata=a53_cc=insert -filter:v format=nv12,fastdeint=blend,format=nv12 -b:v 50000k
-minrate 45000k -maxrate 55000k -bufsize 100000k -c:a aac -ac 2 -filter:a aresample=async=1 -c:s copy -f mpegts -}
PS C:\WINDOWS\system32>
my m3u
#EXTM3U
#EXTINF:-1, channel-id="usb-webcam",USB Webcam
capture://dshow/HD Pro Webcam C920/Microphone (HD Pro Webcam C920)/?framerate=30&video_size=1920x1080&bitrate=20000
#EXTM3U
#EXTINF:-1, channel-id="usb-WYZE",WYZE USB CAM
capture://dshow/HD USB Camera/Microphone (HD USB Camera)/?framerate=30&video_size=1920x1080&bitrate=20000
#EXTM3U
#EXTINF:-1, channel-id="usb-hdmi",USB HDMI Capture
capture://dshow/J5-CAPTURE/Digital Audio Interface (J5-AUDIO)/?framerate=60&video_size=1920x1080&bitrate=50000