Live streaming audio from iPhone

♀尐吖头ヾ 提交于 2019-12-12 09:06:53

问题


I would like to stream audio from my iPhone to a remote server but I don't really know what is my best bet. I tried here a code for sending small chunks but I have some some audio gaps between chunks.

So I think about FFmpeg or as suggested here writing my own AAC parser.

Any code sample or advices would be appreciated because I have hard time to get started


回答1:


Another core audio based Audio Player: https://github.com/douban/DOUAudioStreamer .

Just see the examples to use.

In my opinion, this one is better designed than Matt Gallagher's one.




回答2:


Another alternative is to use my Audjustable AudioPlayer player here: https://github.com/tumtumtum/audjustable




回答3:


Some good audio stream player on gitHub:-

mattgallagher/AudioStreamer:-https://github.com/mattgallagher/AudioStreamer tumtumtum/StreamingKit:-https://github.com/tumtumtum/StreamingKit

you can also sreach on github :-

1)muhku/FreeStreamer

2)nicklockwood/SoundManager

3)AFSoundManager

4)GVMusicPlayerController




回答4:


for live audio streaming StreamingAudioPlayer is best which is developed by Matt Gallagher and it is easy to use

see this AudioStreame



来源:https://stackoverflow.com/questions/16398010/live-streaming-audio-from-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!