comparison stream/stream.c @ 36303:b50212f27ffa

Add support for rtsp:// falling back to support via FFmpeg.
author reimar
date Sun, 04 Aug 2013 13:30:42 +0000
parents a5fd69f820f3
children 7fd255e0db1b
comparison
equal deleted inserted replaced
36302:4508e308371a 36303:b50212f27ffa
103 &stream_info_sdp, 103 &stream_info_sdp,
104 &stream_info_rtsp_sip, 104 &stream_info_rtsp_sip,
105 #endif 105 #endif
106 &stream_info_rtp, 106 &stream_info_rtp,
107 &stream_info_udp, 107 &stream_info_udp,
108 #ifdef CONFIG_FFMPEG
109 &stream_info_ffmpeg,
110 #endif
108 &stream_info_http2, 111 &stream_info_http2,
109 #endif 112 #endif
110 #ifdef CONFIG_DVBIN 113 #ifdef CONFIG_DVBIN
111 &stream_info_dvb, 114 &stream_info_dvb,
112 #endif 115 #endif
136 #ifdef CONFIG_DVDNAV 139 #ifdef CONFIG_DVDNAV
137 &stream_info_dvdnav, 140 &stream_info_dvdnav,
138 #endif 141 #endif
139 #ifdef CONFIG_LIBBLURAY 142 #ifdef CONFIG_LIBBLURAY
140 &stream_info_bluray, 143 &stream_info_bluray,
141 #endif
142 #ifdef CONFIG_FFMPEG
143 &stream_info_ffmpeg,
144 #endif 144 #endif
145 145
146 &stream_info_null, 146 &stream_info_null,
147 &stream_info_mf, 147 &stream_info_mf,
148 &stream_info_file, 148 &stream_info_file,