eroji / rtsp2mjpg

RTSP to MJPEG stream conversion using FFmpeg and FFserver
99 stars 41 forks source link

How do I use this when my RSTP stream has a username and password requirement #32

Open KrOnAsK opened 4 months ago

KrOnAsK commented 4 months ago

Hi, I have it all setup and running but nothing is showing because I have a Tapo C200 which requires a username and password for the RTSP stream to work. Where can I enter those ?

ludal13 commented 1 month ago

Hi,

Just include your username & password within the URL.

Example: rtsp://:@1.2.3.4:554/stream1

Hope it helps.