[Live-devel] Problems with streaming live h264 video on TI da Vinci platform.

Ross Finlayson finlayson at live555.com
Thu Jun 12 19:16:09 PDT 2008


>I ran into some strange timer manipulation problem while doing 
>porting for TI NDK and had to make following change.
>
>#ifdef TIME_BASE
>typedef TIME_BASE time_base_seconds;
>#else
>typedef int time_base_seconds;
>#endif

Instead of changing the code, you should just define TIME_BASE, by adding
	-DTIME_BASE=int
to the compile line in your "config.*" file.  That way, things will 
continue to work whenever you upgrade the code to a new version.

Whenever possible, you should try to avoid modifying the supplied code.
-- 

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/20080612/563a636a/attachment.html>


More information about the live-devel mailing list