[Mplayer-cvslog] CVS: main/libmpdemux asf_streaming.c,1.28,1.29
Atmosfear
atmos4 at mplayerhq.hu
Mon Jul 8 06:11:26 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/DOCS documentation.html,1.270,1.271 faq.html,1.94,1.95 users_against_developers.html,1.23,1.24
- Next message: [Mplayer-cvslog] CVS: main cfg-common.h,1.47,1.48 cfg-mencoder.h,1.44,1.45 cfg-mplayer.h,1.156,1.157
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv11509/libmpdemux
Modified Files:
asf_streaming.c
Log Message:
Add missing authentication for asf streaming.
Index: asf_streaming.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf_streaming.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- asf_streaming.c 5 Jul 2002 02:46:03 -0000 1.28
+++ asf_streaming.c 8 Jul 2002 04:11:23 -0000 1.29
@@ -469,6 +469,7 @@
http_hdr = http_new_header();
http_set_field( http_hdr, "Accept: */*" );
http_set_field( http_hdr, "User-Agent: NSPlayer/4.1.0.3856" );
+ http_add_basic_authentication( http_hdr, url->username, url->password );
// Check if we are using a proxy
if( !strcasecmp( url->protocol, "http_proxy" ) ) {
- Previous message: [Mplayer-cvslog] CVS: main/DOCS documentation.html,1.270,1.271 faq.html,1.94,1.95 users_against_developers.html,1.23,1.24
- Next message: [Mplayer-cvslog] CVS: main cfg-common.h,1.47,1.48 cfg-mencoder.h,1.44,1.45 cfg-mplayer.h,1.156,1.157
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list