GB28181: Rename sip and jitter file.

pull/2374/head
winlin 4 years ago
parent 4c2b19a264
commit 1bd6bfd142

7
trunk/configure vendored

@ -286,13 +286,10 @@ if [[ $SRS_FFMPEG_FIT == YES ]]; then
MODULE_FILES+=("srs_app_rtc_codec") MODULE_FILES+=("srs_app_rtc_codec")
fi fi
if [[ $SRS_GB28181 == YES ]]; then if [[ $SRS_GB28181 == YES ]]; then
MODULE_FILES+=("srs_app_gb28181" "srs_app_gb28181_sip") MODULE_FILES+=("srs_app_gb28181" "srs_app_gb28181_sip" "srs_app_gb28181_jitter")
fi
if [[ $SRS_GB28181 == YES || $SRS_RTC == YES ]]; then
MODULE_FILES+=("srs_app_rtc_jitbuffer")
fi fi
if [[ $SRS_GB28181 == YES ]]; then if [[ $SRS_GB28181 == YES ]]; then
MODULE_FILES+=("srs_app_sip") MODULE_FILES+=("srs_app_gb28181_stack")
ModuleLibIncs+=(${LibIconvRoot}) ModuleLibIncs+=(${LibIconvRoot})
fi fi

@ -50,7 +50,7 @@ using namespace std;
#include <srs_app_rtmp_conn.hpp> #include <srs_app_rtmp_conn.hpp>
#include <srs_protocol_utility.hpp> #include <srs_protocol_utility.hpp>
#include <srs_protocol_format.hpp> #include <srs_protocol_format.hpp>
#include <srs_app_sip.hpp> #include <srs_app_gb28181_stack.hpp>
#include <srs_app_rtc_source.hpp> #include <srs_app_rtc_source.hpp>
//#define W_PS_FILE //#define W_PS_FILE

@ -39,7 +39,7 @@
#include <srs_kernel_file.hpp> #include <srs_kernel_file.hpp>
#include <srs_protocol_json.hpp> #include <srs_protocol_json.hpp>
#include <srs_app_gb28181_sip.hpp> #include <srs_app_gb28181_sip.hpp>
#include <srs_app_rtc_jitbuffer.hpp> #include <srs_app_gb28181_jitter.hpp>
#include <srs_rtmp_stack.hpp> #include <srs_rtmp_stack.hpp>
#include <srs_app_source.hpp> #include <srs_app_source.hpp>
#include <srs_service_conn.hpp> #include <srs_service_conn.hpp>

@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include <srs_app_rtc_jitbuffer.hpp> #include <srs_app_gb28181_jitter.hpp>
#include <srs_kernel_utility.hpp> #include <srs_kernel_utility.hpp>
#include <srs_kernel_error.hpp> #include <srs_kernel_error.hpp>

@ -21,8 +21,8 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#ifndef SRS_APP_RTC_RTP_JITBUFFER_HPP #ifndef SRS_APP_GB28181_RTP_JITBUFFER_HPP
#define SRS_APP_RTC_RTP_JITBUFFER_HPP #define SRS_APP_GB28181_RTP_JITBUFFER_HPP
#include <srs_core.hpp> #include <srs_core.hpp>

@ -43,7 +43,7 @@ using namespace std;
#include <srs_kernel_utility.hpp> #include <srs_kernel_utility.hpp>
#include <srs_kernel_codec.hpp> #include <srs_kernel_codec.hpp>
#include <srs_app_pithy_print.hpp> #include <srs_app_pithy_print.hpp>
#include <srs_app_sip.hpp> #include <srs_app_gb28181_stack.hpp>
#include <srs_app_gb28181.hpp> #include <srs_app_gb28181.hpp>

@ -31,7 +31,7 @@
#include <map> #include <map>
#include <srs_app_log.hpp> #include <srs_app_log.hpp>
#include <srs_app_sip.hpp> #include <srs_app_gb28181_stack.hpp>
#include <srs_app_gb28181.hpp> #include <srs_app_gb28181.hpp>
#include <srs_app_pithy_print.hpp> #include <srs_app_pithy_print.hpp>
#include <srs_service_conn.hpp> #include <srs_service_conn.hpp>

@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include <srs_app_sip.hpp> #include <srs_app_gb28181_stack.hpp>
#if !defined(SRS_EXPORT_LIBRTMP) #if !defined(SRS_EXPORT_LIBRTMP)

@ -21,8 +21,8 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#ifndef SRS_PROTOCOL_SIP_HPP #ifndef SRS_APP_GB28181_STACK_HPP
#define SRS_PROTOCOL_SIP_HPP #define SRS_APP_GB28181_STACK_HPP
#include <srs_core.hpp> #include <srs_core.hpp>
Loading…
Cancel
Save