正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
| 31 | // current release version | 31 | // current release version |
| 32 | #define VERSION_MAJOR 3 | 32 | #define VERSION_MAJOR 3 |
| 33 | #define VERSION_MINOR 0 | 33 | #define VERSION_MINOR 0 |
| 34 | -#define VERSION_REVISION 216 | 34 | +#define VERSION_REVISION 217 |
| 35 | 35 | ||
| 36 | // generated by configure, only macros. | 36 | // generated by configure, only macros. |
| 37 | #include <srs_auto_headers.hpp> | 37 | #include <srs_auto_headers.hpp> |
| @@ -1765,7 +1765,7 @@ string srs_client_type_string(SrsRtmpConnType type) | @@ -1765,7 +1765,7 @@ string srs_client_type_string(SrsRtmpConnType type) | ||
| 1765 | { | 1765 | { |
| 1766 | switch (type) { | 1766 | switch (type) { |
| 1767 | case SrsRtmpConnPlay: return "Play"; | 1767 | case SrsRtmpConnPlay: return "Play"; |
| 1768 | - case SrsRtmpConnFlashPublish: return "flash-publish)"; | 1768 | + case SrsRtmpConnFlashPublish: return "flash-publish"; |
| 1769 | case SrsRtmpConnFMLEPublish: return "fmle-publish"; | 1769 | case SrsRtmpConnFMLEPublish: return "fmle-publish"; |
| 1770 | default: return "Unknown"; | 1770 | default: return "Unknown"; |
| 1771 | } | 1771 | } |
-
请 注册 或 登录 后发表评论