continue;
WRITE_CHUNK_TS(buf, ot->chunk_ts);
ts = ot->chunk_ts * chunks_sent;
- ret = rtp_session_send_with_ts(ot->session, buf, len, ts);
+ ret = rtp_session_send_with_ts(ot->session, (unsigned char *)buf, len, ts);
ot->last_ts = ts;
if (ret < 0)
ortp_delete_target(ot, "send error");
/* called by afs */
static void ortp_shutdown_targets(void)
{
- char buf[ORTP_AUDIO_HEADER_LEN];
+ unsigned char buf[ORTP_AUDIO_HEADER_LEN];
struct ortp_target *ot, *tmp;
WRITE_PACKET_TYPE(buf, ORTP_EOF);