I use
ffmpeg -hide_banner -rtsp_transport tcp -use_wallclock_as_timestamps 1 -thread_queue_size 512 -i "rtsp://user:
[email protected]:554/" -c copy cam_recording.mp4
Though I'm guessing you want to know the HLS command, for that I use:
ffmpeg -hide_banner -rtsp_transport tcp...