comparison stream/stream_rtsp.c @ 19335:2a9d669e5ff6

isolated tcp socket code from network.c to a dedicated file
author ben
date Sat, 05 Aug 2006 10:30:06 +0000
parents 64d82a45a05d
children b6eed21e0535
comparison
equal deleted inserted replaced
19334:c95db0988ded 19335:2a9d669e5ff6
35 #include <ws2tcpip.h> 35 #include <ws2tcpip.h>
36 #endif 36 #endif
37 #include <errno.h> 37 #include <errno.h>
38 38
39 #include "stream.h" 39 #include "stream.h"
40 #include "tcp.h"
40 #include "librtsp/rtsp.h" 41 #include "librtsp/rtsp.h"
41 #include "librtsp/rtsp_session.h" 42 #include "librtsp/rtsp_session.h"
42 43
43 #define RTSP_DEFAULT_PORT 554 44 #define RTSP_DEFAULT_PORT 554
44 45