slavavdovichenko / MediaLibDemos

98 stars 25 forks source link

AVAudioPlayer doesn't work after publishing / playing #38

Open windows0710 opened 9 years ago

windows0710 commented 9 years ago

Hello?

My problem is that the sound with AVAudioPlayer always played in mute when I did stream publishing / playing. But before stream publishing / playing, I can play sound with AVAudioPlayer and can be heard.

... upstream = [BroadcastStreamClient alloc] initOnlyAudioWithClient:socket]; ...

How can I solve this problem?

Thanks for your regard...