File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,7 @@ copy /y "D:\XEngine\XEngine_SourceCode\Debug\StreamMedia_StreamClient.dll" "./"
1717copy /y " D:\XEngine\XEngine_SourceCode\Debug\StreamMedia_FLVProtocol.dll" " ./"
1818copy /y " D:\XEngine\XEngine_SourceCode\Debug\StreamMedia_RTMPProtocol.dll" " ./"
1919copy /y " D:\XEngine\XEngine_SourceCode\Debug\StreamMedia_RTSPProtocol.dll" " ./"
20+ copy /y " D:\XEngine\XEngine_SourceCode\Debug\StreamMedia_RTPProtocol.dll" " ./"
21+ copy /y " D:\XEngine\XEngine_SourceCode\Debug\StreamMedia_RTCPProtocol.dll" " ./"
2022copy /y " D:\XEngine\XEngine_SourceCode\Debug\StreamMedia_HLSProtocol.dll" " ./"
2123copy /y " D:\XEngine\XEngine_SourceCode\Debug\XEngine_AVHelp.dll" " ./"
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ copy /y "%XEngine_Lib64%\XEngine_StreamMedia\StreamMedia_StreamClient.dll" "./"
1717copy /y " %XEngine_Lib64% \XEngine_StreamMedia\StreamMedia_FLVProtocol.dll" " ./"
1818copy /y " %XEngine_Lib64% \XEngine_StreamMedia\StreamMedia_RTMPProtocol.dll" " ./"
1919copy /y " %XEngine_Lib64% \XEngine_StreamMedia\StreamMedia_RTSPProtocol.dll" " ./"
20+ copy /y " %XEngine_Lib64% \XEngine_StreamMedia\StreamMedia_RTPProtocol.dll" " ./"
21+ copy /y " %XEngine_Lib64% \XEngine_StreamMedia\StreamMedia_RTCPProtocol.dll" " ./"
2022copy /y " %XEngine_Lib64% \XEngine_StreamMedia\StreamMedia_HLSProtocol.dll" " ./"
2123copy /y " %XEngine_Lib64% \XEngine_AVCodec\XEngine_AVHelp.dll" " ./"
2224
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ copy /y "%XEngine_Lib32%\XEngine_StreamMedia\StreamMedia_StreamClient.dll" "./"
1717copy /y " %XEngine_Lib32% \XEngine_StreamMedia\StreamMedia_FLVProtocol.dll" " ./"
1818copy /y " %XEngine_Lib32% \XEngine_StreamMedia\StreamMedia_RTMPProtocol.dll" " ./"
1919copy /y " %XEngine_Lib32% \XEngine_StreamMedia\StreamMedia_RTSPProtocol.dll" " ./"
20+ copy /y " %XEngine_Lib32% \XEngine_StreamMedia\StreamMedia_RTPProtocol.dll" " ./"
21+ copy /y " %XEngine_Lib32% \XEngine_StreamMedia\StreamMedia_RTCPProtocol.dll" " ./"
2022copy /y " %XEngine_Lib32% \XEngine_StreamMedia\StreamMedia_HLSProtocol.dll" " ./"
2123copy /y " %XEngine_Lib32% \XEngine_AVCodec\XEngine_AVHelp.dll" " ./"
2224
You can’t perform that action at this time.
0 commit comments