Want to build a RTSP streaming media server on their Mac, find out, or think VLC is the simplest and most practical.
- Download the installation of VLC, after the installation path:/applications/vlc.app
- The utility command starts the server with the following command
A 0.0. 0.0 --rtsp-port=55555
Above command, will open a Telnet service, port 4212, password is the previous parameter --telnet-password
videolan
Enter a command to log on telnet:
4212
- Enter the password:VideoLAN, you can successfully enter the Telent
- Enter command: Create an on-demand service
New Test VOD enabled
- Input command: Set the input source, wait two seconds to set the input source successfully.
Setup Test Input/users/yyqailaopo/test.mp4
- OK, the above steps can be successfully created, play through the following address: Rtsp://localhost:55555/test
Use VLC to build RTSP streaming server under Mac