Operating system:
Steps to reproduce:
- Start the sender sample app
- Register the sender with the service
- Tick "use webcam"
- Click "Start"
Expected result:
- The sender app opens the webcam device and starts streaming
Actual result:
- The sender crashes with the following log:
Unknown input format: 'dshow'
Visual proof:

Additional Information:
I have done some research and the correct command that should be invoked on Linux is the following
ffmpeg -f v4l2 -i /dev/video0 -f mpegts -v warning [...]
instead of:
ffmpeg -f dshow -i video={webcam} -f mpegts -v warning [...]
note the that the device /dev/video0 might change depending on the system used.
Operating system:
Steps to reproduce:
Expected result:
Actual result:
Unknown input format: 'dshow'Visual proof:

Additional Information:
I have done some research and the correct command that should be invoked on Linux is the following
instead of:
ffmpeg -f dshow -i video={webcam} -f mpegts -v warning [...]note the that the device
/dev/video0might change depending on the system used.