I found a bug in VLM parsing.
As I mentioned here: viewtopic.php?t=18624 there is a problem with dshow FriendlyNames.
The problem is, that VLM doesn´t support text strings with spaces and quotation marks.
Bad definition
Code: Select all
new kamera1 broadcast enabled
setup kamera1 input dshow://:dshow-vdev="MSI Star Cam 370i No1"
setup kamera1 option dshow-vdev="MSI Star Cam 370i No1"
setup kamera1 option dshow-size="320x240"
Code: Select all
new kamera1 broadcast enabled
setup kamera1 input dshow://:dshow-vdev=MSI_Star_Cam_370i_No1
setup kamera1 option dshow-vdev=MSI_Star_Cam_370i_No1
setup kamera1 option dshow-size=320x240
Albert