izziere
February 7th, 2009, 04:20 AM
I have followed Howto's on installing DSS to the letter (famous last words?), uninstalled and then tried again. Server is up and running but it does not stream:
sudo netstat -taunp | grep Darwin
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 5200/DarwinStreamin
tcp 0 0 0.0.0.0:8001 0.0.0.0:* LISTEN 5200/DarwinStreamin
tcp 0 0 0.0.0.0:554 0.0.0.0:* LISTEN 5200/DarwinStreamin
tcp 0 0 0.0.0.0:7070 0.0.0.0:* LISTEN 5200/DarwinStreamin
udp 0 0 127.0.0.1:6970 0.0.0.0:* 5200/DarwinStreamin
udp 0 0 192.168.1.108:6970 0.0.0.0:* 5200/DarwinStreamin
udp 0 0 127.0.0.1:6971 0.0.0.0:* 5200/DarwinStreamin
udp 0 0 192.168.1.108:6971 0.0.0.0:* 5200/DarwinStreamin
The DSS admin page shows multiple attempts at getting the sample file when I test using the following instructions from the guide:
To view a sample movie:
Choose Open URL in New Player in the player File menu and enter, for example, the following URL:
rtsp://hostname/sample_300kbit.mov
where hostname is the host name or IP address of your server.
When I do this on a client, the quicktime player starts connecting and then hangs, but it does trigger a hit on the server access log.
If I try to navigate to the URL containing the video, it prompts a download, not a stream. DSS not using Port 80, Apache is.
When I disable the server Quicktime client reports that service is not available. When I re-enable it remarks 'not found'. In the past I have found it hangs on 'switching transports' but not recently.
Any ideas or what other information is required for a diagnosis. I don't like admitting defeat, but I am close!
Thanks
I
sudo netstat -taunp | grep Darwin
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 5200/DarwinStreamin
tcp 0 0 0.0.0.0:8001 0.0.0.0:* LISTEN 5200/DarwinStreamin
tcp 0 0 0.0.0.0:554 0.0.0.0:* LISTEN 5200/DarwinStreamin
tcp 0 0 0.0.0.0:7070 0.0.0.0:* LISTEN 5200/DarwinStreamin
udp 0 0 127.0.0.1:6970 0.0.0.0:* 5200/DarwinStreamin
udp 0 0 192.168.1.108:6970 0.0.0.0:* 5200/DarwinStreamin
udp 0 0 127.0.0.1:6971 0.0.0.0:* 5200/DarwinStreamin
udp 0 0 192.168.1.108:6971 0.0.0.0:* 5200/DarwinStreamin
The DSS admin page shows multiple attempts at getting the sample file when I test using the following instructions from the guide:
To view a sample movie:
Choose Open URL in New Player in the player File menu and enter, for example, the following URL:
rtsp://hostname/sample_300kbit.mov
where hostname is the host name or IP address of your server.
When I do this on a client, the quicktime player starts connecting and then hangs, but it does trigger a hit on the server access log.
If I try to navigate to the URL containing the video, it prompts a download, not a stream. DSS not using Port 80, Apache is.
When I disable the server Quicktime client reports that service is not available. When I re-enable it remarks 'not found'. In the past I have found it hangs on 'switching transports' but not recently.
Any ideas or what other information is required for a diagnosis. I don't like admitting defeat, but I am close!
Thanks
I