Nodcam icon indicating copy to clipboard operation
Nodcam copied to clipboard

i follow your read me but i found error

Open DungBuiDeveloper opened this issue 6 years ago • 2 comments

https://dungbui-gmail.tinytake.com/media/82381e?filename=1534408955211_16-08-2018-03-42-35.png&sub_type=thumbnail_preview&type=attachment&width=699&height=367&&salt=Mjg0MjQyOF84NTM0MDQ2

DungBuiDeveloper avatar Aug 16 '18 08:08 DungBuiDeveloper

Hi ! Have you solved it yet ?

Anya09 avatar Apr 24 '19 09:04 Anya09

This is not an issue. This is a user error. The problem arises because of the use of single and double quotes. Try using double quotes for everything, escape the ones that need escaping and make sure that the device name are indeed correct. Most likely it won't be the device name what comes by default in the repo.

eg.

ffmpeg -f dshow -rtbufsize 1024M -i video=\"HD Pro Webcam C920\":audio=\"Microphone (HD Pro Webcam C920)\" abc.mp4 -f mpeg1video http://localhost:8082/12345/640/480

morfinismo avatar Dec 22 '21 03:12 morfinismo