When ZLMeidaKit starts on Windows: MSVCR110.dll is missing in the computer, and rtmp cannot be converted to flv video stream after streaming

Scenes

ZLMediaKit implements Rtmp streaming server on Windows and simulates rtmp push and http-flv pull:

ZLMediaKit implements Rtmp streaming media server on Windows and simulates rtmp streaming and http-flv streaming playback_zlm streaming media server_Overbearing rogue temperament blog-CSDN blog

Prompt when starting MediaServer.exe according to the above tutorial:

This program cannot be started because MSVCR110.dll is missing from your computer. Try reinstalling the program to resolve this issue.

The above is in the WinServer system, so some dll files may be missing.

Search the Internet to download the dll file, and place it in the C:\Windows\System32 directory.

Note:

Blog:
Domineering Rogue Temperament_C#, Architecture Road, SpringBoot-CSDN Blog

accomplish

The second problem is that after the startup is successful, when using ffmpeg to push the stream, it is not converted into the flv video format.

Check the console and logs and there are no other errors.

At this time, you need to check whether the default port 1935 of the rtmp service is occupied.

If it is occupied, it can still be started in ZLMediaKit, but the functions related to rtmp cannot be realized.

That is, rtmp streaming cannot be performed. If you directly use the flv address of the corresponding rule to play, it will prompt

HttpSession.cpp:113 on Error.....

Guess you like

Origin blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/132668543