1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

GB28181: Rename sip and jitter file.

This commit is contained in:
winlin 2021-05-18 09:00:59 +08:00
parent 4c2b19a264
commit 1bd6bfd142
9 changed files with 12 additions and 15 deletions

7
trunk/configure vendored
View file

@ -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

View file

@ -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

View 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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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)

View file

@ -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>