ph_printf("wrong audio payload: %s expecting %d\n", rtp->paytype, stream->ms.payload);
should be
ph_printf("wrong audio payload: %d expecting %d\n", rtp->paytype, stream->ms.payload);
or else I get a big exception :-)
--
----
Best regards / Mit freundlichen GrĂ¼ssen
Cantemir Mihu
_______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
