Ticket #950: stream_rtsp.c.diff
| File stream_rtsp.c.diff, 498 bytes (added by , 19 years ago) |
|---|
-
stream_rtsp.c
80 80 fd = connect2Server (stream->streaming_ctrl->url->hostname, 81 81 port = 7070, 1); 82 82 83 if (fd < 0 && !stream->streaming_ctrl->url->port) 84 fd = connect2Server (stream->streaming_ctrl->url->hostname, 85 port = 80, 1); 86 83 87 if (fd < 0) 84 88 return -1; 85 89
