[Live-devel] AAC/H264 RTP Multicast timestamps

Ross Finlayson finlayson at live555.com
Tue Apr 8 01:33:32 PDT 2014


> 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/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20140408/b736a7b9/attachment.html>


More information about the live-devel mailing list