This is tells me that each time you connect to the server, it is crashing and re-launching
a new child process.
Without knowing more about your configuration or network (ie. is the machine multihomed, etc.)
it would be VERY helpful if you could grab the DSS 3.0.1 source .tar and build the project
for your FreeBSD system, and then run the server in GDB (debugger) and find out what
source line the server is crashing on.
Once you've compiled and built the binaries, run the debugger via:
root# ./gdbdar
Then, run the server like this:
(at the GDB prompt)
r -d -S 5
(which means -debug, stay attached to the session, and -S 5 means print status every 5 seconds)
Now, connect your QT 5 client and see if the server crashes. If so, then get a backtrace
send it to use via the email to the Darwin Streaming Developers mailing list.
(at the GDB prompt, after the crash occurs)
bt
[cut-n-paste the output from 'bt' into your email]
Thanks,
Billy Brown
>Hi,
>I am using the binary version of Darwin Streaming Server 3 on FreeBSD 4.3. The server is running and I can access myserver.com:1220 without problems. It DarwinStreamingServer is running and listening properly to port 554. When I try to connect to rtsp://myserver.com/sample.mov using QuickTime 5 on windows, I get: "Disconnected: -3285".
>Each times I try to connect these lines are added to the error log:
># Streaming STARTUP 2001-09-21 17:55:39
>2001-09-21 17:55:40: The following pref, reliable_udp_printfs, wasn't found. Using a default value of: false
>2001-09-21 17:55:40: The following pref, quality_check_interval, has the wrong type. Using a default value of: 4000
>2001-09-21 17:55:40: No groups file found at /etc/streaming/qtgroups.
>Nothing is added to the access log.
>
>Any help appreciated!
>Cedric
>_______________________________________________
>streaming-server-users mailing list
>email@hidden
>http://www.lists.apple.com/mailman/listinfo/streaming-server-users