[Live-devel] RTSP URL is error when cross compiled and mixed with C for arm platform

Ross Finlayson finlayson at live555.com
Sat Mar 28 13:43:48 PDT 2015


Note also that because you’re *cross*-compiling, you need to be careful if the byte order of the architecture that you’re compiling for is different from that of the architecture that you’re compiling on.  If that’s the case, then you need to ensure that the “htons()”, “ntohs()”, “htonl()” and “ntohl()” functions work correctly; their implementation should be for the architecture that you’re compiling *for*.

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/20150329/59fb3fd2/attachment.html>


More information about the live-devel mailing list