> Hmm, it seems so. I've tried it with MPlayer for windows and it is working 
> fine. The streams are practically unplayable in VLC.

Sorry, but we can't help you with problems with VLC; VLC is not our software.


> Btw, what is the correct sequence of closing the RTSP server and other 
> classes from live555.

The easiest way is just to call:
        exit(0);

However, if (for some reason) you want to keep the process around, even after 
you've destroyed the server, you can do so by:
        - Calling "Medium::close()" on all of your 'source', 'sink', and 
'RTCPInstance' objects.
        - Calling "Medium::close()" on your RTSP server
        - Deleting your 'Groupsock' objects.
        - Calling env->reclaim();
        - Doing delete scheduler;


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to