>Dear all, >I would like to run RTSP server on a Linux machine with firewall. How >can I open the port for Live555 media server? As I know, it uses a fix >port (554 or 8554) to receive request from client. After that Live >server will open an arbitrary port to send out the media via RTP over >TCP or UDP
That's true only for UDP streaming. If you stream over TCP, then no UDP ports are used. In that case, you need only open the RTSP TCP port (554 or 8554). If you're behind a firewall, and cannot open UDP ports, then you can still serve streams via TCP, provided that you open the RTSP TCP port. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
