FlytBaseFlytBase Documentation

Security and Network Considerations

Essential security guidelines and network configuration requirements for implementing RTSP and RTSPS streaming with authentication and encryption protocols.

FLINKS AND FLOWS

Network Requirements

  • Port Access: Ensure appropriate ports are accessible between clients and docking stations
  • Firewall Configuration: RTSPS typically uses port 8322 for encrypted connections
  • Bandwidth Planning: Consider network capacity for multiple concurrent streams

Quick Reference: Client Compatibility

Video ClientRTSP SupportRTSPS SupportAuthentication MethodSpecial Consideration
VLC Media PlayerYesNot SupportedInteractive DialogRTSPS not available on macOS/Windows
Milestone XProtectYesYesVMS login interfaceRequires certificate configuration
Genetec Security CenterYesYesVMS login interfaceEnterprise certificate management
FFplayYesYesEmbedded credentials onlyNo interactive prompts

Troubleshooting Common Issues

Connection Problems

  • Verify network connectivity and port accessibility
  • Check firewall rules for streaming ports (especially 8322 for RTSPS)
  • Confirm docking station network configuration and accessibility

Authentication Issues

  • Validate username and password credentials
  • For FFplay, ensure credentials are properly embedded in the URL format
  • Check for special characters that may require URL encoding

RTSPS Certificate Issues

  • Install or trust the required TLS certificates
  • Verify certificate validity and expiration dates
  • Configure certificate authorities in enterprise VMS systems

Platform-Specific Issues

  • macOS VLC users should prefer RTSP over RTSPS for reliable playback
  • Command-line tools may require specific syntax for credential embedding
  • VMS systems may need certificate store configuration for RTSPS access

Was this helpful?