First, I started Faban with sh master/bin/startup.sh After that, I ran DDS with /usr/local/sbin/DarwinStreamingServer -dDS 1 to start the server. As far as I know, Faban is a client and DDS is a server, so I think I am doing right..
I checked previous question about media streaming and tried ./rtspclient.o to see what happens between server and client. (http://www.mail-archive.com/[email protected]/msg00005.html) < 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; ) Server: DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming Server; State/Development; ) < Cseq: 5 Cseq: 5 < Connection: Close Connection: Close But I got internal server error when I checked the status. I guess there is something that I missed about server-client connection. On Thu, Apr 18, 2013 at 9:29 AM, Jinchun Kim <[email protected]> wrote: > First, I started Faban with sh master/bin/startup.sh > After that, I ran DDS with /usr/local/sbin/DarwinStreamingServer -dDS 1 > to start the server. > As far as I know, Faban is a client and DDS is a server, so I think I am > doing right.. > > > I checked previous question about media streaming and > tried ./rtspclient.o to see what happens between server and client. > (http://www.mail-archive.com/[email protected]/msg00005.html) > > > < 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; ) > Server: DSS/6.0.3 (Build/526.3; Platform/Linux; Release/Darwin Streaming > Server; State/Development; ) > < Cseq: 5 > Cseq: 5 > < Connection: Close > Connection: Close > > But I got internal server error when I checked the status. > I guess there is something that I missed about server-client connection. > > > > > > On Thu, Apr 18, 2013 at 3:33 AM, Mahmood Naderan > <[email protected]>wrote: > >> ** >> >> Hi >> >> What I understand is that you ran the client and server separately. I >> mean start/stop the client and then start/stop the server. Is that correct? >> >> On 04/18/2013 2:47, Jinchun Kim wrote: >> >> Hi, All. >> I'm trying to run memory intensive simulation with media streaming >> benchmark. >> I followed the setup procedure described on CloudSuite website and >> installed Media streaming benchmark on my Linux machine. >> But I'm not quite sure if I'm running the benchmark correctly. >> I tested media streaming benchmark with following command. >> sh scripts/start-run.sh 200 shorthi 165.91.212.1 2 >> (165.91.212.1 is ip address of localhost) >> After 5~6 minutes, the benchmark was done and simulation results were >> written to /tmp/output/15. >> Based on the output from /tmp/output/15/summary.xml, >> it seems like test was finished without an error. >> 0.467 >> 121.645 >> 3.422 >> 3.300 >> false >> 3.300 >> >> ........................................................................ >> ........................................................................ >> 5706 >> 0 >> 1.0000 >> 1.0000 >> true >> >> However, when I run Darwin Streaming Server with >> /usr/local/sbin/DarwinStreamingServer >> -dDS 1 >> there was no communication between server and client. >> RTP-Conns RTSP-Conns ..... AvgQuality NumThinned Time >> 0 0 ..... 0 0 >> 2013-04-17 16:35:58 >> So I was wondering if I am on the right direction... >> Do I need to do something else to setup server-client configuration? >> -- >> Thanks, >> Jinchun Kim >> >> >> -- >> >> Regards, >> Mahmood >> >> > > > -- > Thanks, > Jinchun Kim > -- Thanks, Jinchun Kim
