Dear all, There is a problem in connecting the client to the server in Media Streaming. I have already tested the client with the server installed on another machine. But when I installed the server on a new machine, the client cannot connect to server correctly and I receive 404 error and eventually 500 internal server error on client side. On the server side I also do not see any connection.(I am also sure the video folder is set correctly) Here is the message on client side:
rtsp://10.254.1.23:554/streamingVideos_10/Movie8minMedium.mov * Hostname was NOT found in DNS cache * Trying 10.254.1.23... * Connected to 10.254.1.23 (10.254.1.23) port 554 (#0) > OPTIONS rtsp://10.254.1.23:554/streamingVideos_10/Movie8minMedium.mov RTSP/1.0 CSeq: 1 < RTSP/1.0 200 OK RTSP/1.0 200 OK * Server DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) is not blacklisted < Server: DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) Server: DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) < Cseq: 1 Cseq: 1 < Public: DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, OPTIONS, ANNOUNCE, RECORD Public: DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, OPTIONS, ANNOUNCE, RECORD < * Connection #0 to host 10.254.1.23 left intact OPTIONS Response Code: 200 * Found bundle for host 10.254.1.23: 0x156db50 * Re-using existing connection! (#0) with host 10.254.1.23 * Connected to 10.254.1.23 (10.254.1.23) port 554 (#0) > DESCRIBE rtsp://10.254.1.23:554/streamingVideos_10/Movie8minMedium.mov > RTSP/1.0 CSeq: 2 If-Modified-Since: Thu, 01 Jan 1970 00:00:00 GMT Accept: application/x-rtsp-mh, application/rtsl, application/sdp < RTSP/1.0 404 Not Found RTSP/1.0 404 Not Found * Server DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) is not blacklisted < Server: DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) Server: DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) < Cseq: 2 Cseq: 2 < Connection: Close Connection: Close < * Closing connection 0 DESCRIBE Response Code: 404 rtsp://10.254.1.23:554/streamingVideos_10/Movie8minMedium.mov/trackID=3 * Hostname was found in DNS cache * Trying 10.254.1.23... * Connected to 10.254.1.23 (10.254.1.23) port 554 (#1) > SETUP rtsp://10.254.1.23:554/streamingVideos_10/Movie8minMedium.mov/trackID=3 > RTSP/1.0 CSeq: 3 Transport: RTP/AVP/UDP;unicast;client_port=2000-2001 If-Modified-Since: Thu, 01 Jan 1970 00:00:00 GMT Accept: application/x-rtsp-mh, application/rtsl, application/sdp < RTSP/1.0 404 Not Found RTSP/1.0 404 Not Found * Server DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) is not blacklisted < Server: DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) Server: DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) < Cseq: 3 Cseq: 3 < Connection: Close Connection: Close < * Closing connection 1 SETUP Response Code: 404 rtsp://10.254.1.23:554/streamingVideos_10/Movie8minMedium.mov/trackID=4 * Hostname was found in DNS cache * Trying 10.254.1.23... * Connected to 10.254.1.23 (10.254.1.23) port 554 (#2) > SETUP rtsp://10.254.1.23:554/streamingVideos_10/Movie8minMedium.mov/trackID=4 > RTSP/1.0 CSeq: 4 Transport: RTP/AVP/UDP;unicast;client_port=2000-2001 If-Modified-Since: Thu, 01 Jan 1970 00:00:00 GMT Accept: application/x-rtsp-mh, application/rtsl, application/sdp < RTSP/1.0 404 Not Found RTSP/1.0 404 Not Found * Server DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) is not blacklisted < Server: DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) Server: DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) < Cseq: 4 Cseq: 4 < Connection: Close Connection: Close < * Closing connection 2 SETUP Response Code: 404 playing... * Hostname was found in DNS cache * Trying 10.254.1.23... * Connected to 10.254.1.23 (10.254.1.23) port 554 (#3) > PLAY rtsp://10.254.1.23:554/streamingVideos_10/Movie8minMedium.mov RTSP/1.0 CSeq: 5 Accept: application/x-rtsp-mh, application/rtsl, application/sdp < RTSP/1.0 500 Internal Server Error RTSP/1.0 500 Internal Server Error * Server DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) is not blacklisted < Server: DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) Server: DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) < Cseq: 5 Cseq: 5 < Connection: Close Connection: Close < * Closing connection 3 PLAY Response Code: 500 * Hostname was found in DNS cache * Trying 10.254.1.23... * Connected to 10.254.1.23 (10.254.1.23) port 554 (#4) > TEARDOWN rtsp://10.254.1.23:554/streamingVideos_10/Movie8minMedium.mov > RTSP/1.0 CSeq: 6 Accept: application/x-rtsp-mh, application/rtsl, application/sdp < RTSP/1.0 200 OK RTSP/1.0 200 OK * Server DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) is not blacklisted < Server: DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) Server: DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) < Cseq: 6 Cseq: 6 < Connection: Close Connection: Close < * Closing connection 4 TEARDOWN Response Code: 200 ==================== By the way, here is more info about the client and server OS Client machine: CentOS 6.5 Server Machine: Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-34-generic x86_64) I should also mention that installing Darwin server on the Server machine has some issues. Since gcc version is 4.6, the installation resulted in some errors. Therefore, I installed it using gcc 4.1.2 that had worked perfectly with installation of Darwin on another machine. Thanks a lot, Amin
