comparison stream/stream_nemesi.c @ 25156:512f2958dc1b

Enable -rtsp-port for nemesi
author lu_zero
date Tue, 27 Nov 2007 21:31:47 +0000
parents 5ff44f300c95
children c1d17bd6683c
comparison
equal deleted inserted replaced
25155:5ff44f300c95 25156:512f2958dc1b
33 33
34 #include "stream.h" 34 #include "stream.h"
35 #include "tcp.h" 35 #include "tcp.h"
36 36
37 extern int network_bandwidth; 37 extern int network_bandwidth;
38 int rtsp_port = 0;
39 char *rtsp_destination = NULL; 38 char *rtsp_destination = NULL;
40 39
41 static int rtsp_streaming_seek(int fd, off_t pos, 40 static int rtsp_streaming_seek(int fd, off_t pos,
42 streaming_ctrl_t* streaming_ctrl) { 41 streaming_ctrl_t* streaming_ctrl) {
43 return -1; 42 return -1;