summaryrefslogtreecommitdiffstats
path: root/stream/stream_rtsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_rtsp.c')
-rw-r--r--stream/stream_rtsp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/stream/stream_rtsp.c b/stream/stream_rtsp.c
index 07e09e1afc..90a0ca311a 100644
--- a/stream/stream_rtsp.c
+++ b/stream/stream_rtsp.c
@@ -96,7 +96,9 @@ rtsp_streaming_start (stream_t *stream)
rtsp = rtsp_session_start (fd, &mrl, file,
stream->streaming_ctrl->url->hostname,
port, &redirected,
- stream->streaming_ctrl->bandwidth);
+ stream->streaming_ctrl->bandwidth,
+ stream->streaming_ctrl->url->username,
+ stream->streaming_ctrl->url->password);
if (redirected == 1)
{