summaryrefslogtreecommitdiffstats
path: root/stream/stream_rtsp.c
diff options
context:
space:
mode:
authorrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-30 21:55:58 +0000
committerrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-30 21:55:58 +0000
commit13636fce07413d5b0e4356302753686dece3b595 (patch)
tree75c41ae50e840c0dce23f2b53785b32dc633ce9b /stream/stream_rtsp.c
parent1d8468125f937b42c0949f5e9a6ce2dd9808bf31 (diff)
downloadmpv-13636fce07413d5b0e4356302753686dece3b595.tar.bz2
mpv-13636fce07413d5b0e4356302753686dece3b595.tar.xz
Realrtsp authentication
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20543 b3059339-0415-0410-9bf9-f77b7e298cf2
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)
{