ffplay -f video4linux2 -framerate 60 -video_size 1920x1080 -input_format mjpeg /dev/video2
You can try other video number (video3, video4)
Create:
/etc/udev/rules.d/91-hdmi-to-usb-ms2109.rules
With:
#!/usr/bin/env python3 | |
""" | |
[email protected] | |
Read current playing track from D-BUS and add it to my favorites | |
playlist. Any previous instances of the same track on the playlist are removed. | |
I have mapped this script to the XF86Favorite key of my Microsoft Natural Keyboard. |