Good day.
Send us capture a network trace from local (VLC) and server (WCS). For capture the packet trace:
1. Open Terminal, which is in the Utilities folder of your Applications folder. Type the following command:
Code:
sudo tcpdump -i any -s 0 -B 524288 -w ~/Desktop/vlc-dump.pcap
2. Press Return, then enter your administrator password when prompted.
3. Terminal should say tcpdump: listening on... to indicate that it's listening for activity on network interface.
4. While Terminal is open, open VLC Media Player, click the "File" tab and select "Open Network" and past the URL rtsp://10.140.144.20:554/stream.sdp into the "URL" field at the top of the screen. Click "Open" to load and play your stream in VLC.
5. In a few minutes, return to Terminal and press Control-C to capture the packet trace. Terminal saves it to your desktop in a file named "vlc-dump.pcap."
6. Connect to your WCS server via SSH and type the following command:
Code:
sudo tcpdump -i any -s 0 -w /root/wcs-dump.pcap
7. Press Return, then enter your administrator password when prompted.
8. While Terminal is open, run in browser example of your stream in WCS.
9. In a few minutes, return to Terminal and press Control-C to capture the packet trace. Capture network trace saves it to your /root in a file named "wcs-dump.pcap."
10. Send us these files to email
support@flashphoner.com or send URL-link for download.