[FFmpeg-cvslog] r13900 - trunk/ffserver.c
bcoudurier
subversion
Mon Jun 23 04:16:00 CEST 2008
Author: bcoudurier
Date: Mon Jun 23 04:16:00 2008
New Revision: 13900
Log:
no need to print date anymore since done in http_log
Modified:
trunk/ffserver.c
Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c (original)
+++ trunk/ffserver.c Mon Jun 23 04:16:00 2008
@@ -3135,7 +3135,6 @@ static int rtp_new_av_stream(HTTPContext
char *ipaddr;
URLContext *h = NULL;
uint8_t *dummy_buf;
- char buf2[32];
int max_packet_size;
/* now we can open the relevant output stream */
@@ -3196,9 +3195,8 @@ static int rtp_new_av_stream(HTTPContext
goto fail;
}
- http_log("%s:%d - - [%s] \"PLAY %s/streamid=%d %s\"\n",
+ http_log("%s:%d - - \"PLAY %s/streamid=%d %s\"\n",
ipaddr, ntohs(dest_addr->sin_port),
- ctime1(buf2),
c->stream->filename, stream_index, c->protocol);
/* normally, no packets should be output here, but the packet size may be checked */
More information about the ffmpeg-cvslog
mailing list