-
Notifications
You must be signed in to change notification settings - Fork 270
RTSP Players
Paul Philippov edited this page Jun 19, 2025
·
2 revisions
Commands Reference
https://ffmpeg.org/ffplay.html
ffplay -v debug rtsp://192.168.1.10/ch0
ffplay -v trace -loglevel debug rtsp://192.168.1.10/ch0
ffplay -v debug -rtsp_transport tcp rtsp://192.168.1.10/ch0
ffplay -v trace -loglevel trace rtsp://192.168.1.10/ch0
ffplay -rtsp_transport udp rtsp://192.168.1.10/ch0
ffplay -rtsp_transport tcp rtsp://192.168.1.10/ch0
mpv rtsp://thingino:thingino@192.168.1.10/ch0
mpv --demuxer-lavf-o=rtsp_transport=tcp rtsp://thingino:thingino@192.168.1.10/ch0
mpv --profile=low-latency rtsp://thingino:thingino@192.168.1.10/ch0
mpv --msg-level=all=debug rtsp://thingino:thingino@192.168.1.10/ch0
mpv --msg-level=demux=debug,network=debug rtsp://thingino:thingino@192.168.1.10/ch0
mpv --msg-level=vd=debug,decode=debug rtsp://thingino:thingino@192.168.1.10/ch0
mpv --msg-level=all=trace rtsp://thingino:thingino@192.168.1.10/ch0
mpv --msg-level=demux=debug,network=debug,decode=info rtsp://thingino:thingino@192.168.1.10/ch0
mpv --cache=yes --demuxer-max-bytes=50M rtsp://thingino:thingino@192.168.1.10/ch0
mpv --hwdec=no rtsp://thingino:thingino@192.168.1.10/ch0
mpv --vo=gpu rtsp://thingino:thingino@192.168.1.10/ch0
mpv --demuxer-lavf-o=rtsp_transport=tcp --msg-level=network=debug rtsp://thingino:thingino@192.168.1.10/ch0
mpv --profile=low-latency --msg-level=demux=debug rtsp://thingino:thingino@192.168.1.10/ch0
mpv --demuxer-lavf-o=rtsp_transport=tcp --hwdec=no --cache=yes --msg-level=all=debug rtsp://thingino:thingino@192.168.1.10/ch0
- Wiki Home
- About the Project
- Getting Started
-
Supported Cameras
- Cameras
- 360 AP1PA3
- AliExpress LTIA‐37FJZ (Vanhua Z55 module)
- AOQEE C1
- Aosu C5L
- Cinnado
- Dekco DC5L
- Eufy
- Galayou/Wansview
- Hualai (Wyze/Atom/Neos/Personal)
- iFlytek XFP301‐M
- Jienuo JN-107-AR-E-WIFI
- Jooan A6M
- LaView L2
- LongPlus X07
- LSC 3215672
- Sannce I21AG
- Sonoff Cam‐S2 and B1P
- TP-Link Tapo C100/C110/C111
- Wuuk Y0510
- Xiaomi
- Configuration
- Integration
- Development