:37.2MB : :1 :2022-09-02 13:42:08
海思平台RTSP代码如果开发者对于本文件有需要的可以参考。
int main(int argc, char *argv[])
{
HI_S32 s32Ret = 0;
signal(SIGINT, SAMPLE_VENC_HandleSig);
signal(SIGTERM, SAMPLE_VENC_HandleSig);
GetConfig();
printf("%d,%d,%d,%d\n",g_config.x,g_config.y,g_config.w,g_config.h);
g_rtsplive = create_rtsp_demo(554);
session= create_rtsp_session(g_rtsplive,"/live.sdp");
10-02rtsp-h265_pudn(海思平台)