Add missing call to Audio Renderer’s init() callback.

This commit is contained in:
Cameron Gutman 2014-02-02 21:07:54 -05:00 committed by Diego Waxemberg
parent f9882f91e1
commit 7a59f04db1

View File

@ -157,6 +157,8 @@ void stopAudioStream(void) {
int startAudioStream(void) {
int err;
callbacks.init();
rtpSocket = bindUdpSocket(RTP_PORT);