stream « audio « iPhone iPad Media Q&A

Home
iPhone iPad Media Q&A
1.animation
2.audio
3.AVAudioPlayer
4.box2d
5.cocos2d
6.CoreGraphics
7.CorePlot
8.Flash
9.graphics
10.icon
11.image
12.photo
13.plot
14.sound
15.video
iPhone iPad Media Q&A » audio » stream 

1. Streaming audio from server to iPhone    stackoverflow.com

I'm looking to stream some audio files I have on my server to an iPhone-client application I'm writing. Some of the audio files can be rather large in size, even after ...

2. Find if an audio is currently playing    stackoverflow.com

I need to find out if my program is currently playing any audio and in case it does, I want to stop the previous audio and start a new playback. The property ...

3. iPhone - seeking in streamed audio    stackoverflow.com

How can I implement seeking (timeline feature) in a streamed audio on the iPhone? The AudioFileStreamSeek method takes in the byte offset from which I want to start seeking. I want to ...

4. Can anyone provide a working example of AudioFileStreamSeek for the iPhone?    stackoverflow.com

I find Apple's documentation quite limited on AudioFileStreamSeek and I cannot find any examples of actual usage anywhere. I have a working streaming audio player, but I just can't seem to ...

5. How to seek the streaming audio in iPhone?    stackoverflow.com

I need to develop an audio streaming application ,which has the capability to play,pause and seek(fast forward)...I have implemented the all operations except seek..I am using Matt's audio streaming sample code(

6. AudioQueueEnqueueBuffer error code    stackoverflow.com

Hi I am using Audio Queue services in my application which plays audio streamed over network. sometimes I get an error when I make a call to AudioQueueEnqueueBuffer and the function returns ...

7. Different instances of SystemSoundID playing on different streams !    stackoverflow.com

First, thanks for the StackOverflow team, cause it's a very useful website, since i'm developping on iPhone. Secondary, please excuse my language. I'm a frenchie and like every frenchies i'm very bad ...

8. Streaming Audio MMS:// to the iPhone    stackoverflow.com

I'd like to stream a mms:// url to my iPhone app, but so far information on the topic is hard to come by. I know there are a couple apps ...

9. Streaming Audio FROM iPhone to Browser. Ideas?    stackoverflow.com

I have seen plenty of articles and SO questions about streaming TO an iPhone app, but my question is the reverse, that is, streaming FROM an iPhone app. I have audio content ...

10. How do i stream an audio file from the server to iphone?    stackoverflow.com

I need to stream an audio file which is saved on my server. Is it possible for me to stream that file in order to play it on my iPhone? Or ...

11. Streaming Audio Clips from iPhone to server    stackoverflow.com

I'm wondering if there are any examples atomic examples out there for streaming audio FROM the iPhone to a server. I'm not interested in telephony or SIP style solutions, ...

12. Which frameworks / libraries should I take a look at when I want to play an audio livestream on the iPhone?    stackoverflow.com

For example, if I wanted to play back an shoutcast web radio audio stream on the iPhone, what libs could I use for this?

13. How to Stream mms:// audio streams in iPhone    stackoverflow.com

Possible Duplicate:
Streaming Audio MMS:// to the iPhone
We know that we can streamm http:// ,but whether is it possible to Stream mms:// streams in iphone?If ...

14. What to do when iphone losing 3G channles durin audio streaming    stackoverflow.com

I am doing audio streaming now in my project, so suppose when iphone loose 3G signal or internet goes down then i think it give audio queue ind error. Is it possible ...

15. iphone audio streaming    stackoverflow.com

i'm developing an application which uses audio streaming. For streaming audio from internet i'm using the AudioStreamer class. The audio streamer has four state isPlaying, isPaused ,isWaiting, and isIdle . My ...

16. Most suitable way for audio streaming using AudioQue?    stackoverflow.com

I am writing an application, which sends audio data to server in real-time. I have done this task but, some time it make error. I believe, this is due to the bad ...

17. Streaming audio - where to start?    stackoverflow.com

I need to develop an embedded audio streaming server. Requirements:

  • Voice quality or better
  • Intended for low power wifi transmission
  • Broad support in existing software and devices (ie, windows media player, quicktime, vlc, ...

18. Streaming to iphone via m3u8    stackoverflow.com

Hi: I've been reading around about streaming on the iphone via m3u8 but I'm not sure if I'm missing something. It is well documented that MPMoviePlayerController will only play full-screen in OS 3.1, ...

19. AAC header and other info in IPhone    stackoverflow.com

I'm building an IPhone Application that records sound. I'm using Audio Queue Services, and everything works great for recording. The thing is, I'm using AudioFileWritePackets for file writing, and I'm trying ...

20. Audio Streaming API's: Wifi vs what?    stackoverflow.com

I've noticed certain radio apps, that some stations required wifi and others did not. What were those other stations possibly using? Are there other methods of streaming audio on iOS? Apparently, I ...

21. Which iPhone API should I be using for streaming audio?    stackoverflow.com

I'm looking to build a little toy app that is very similar to a voip application. One person would hold one iphone and talk to the other iphone. I don't want ...

22. live streaming in iPhone    stackoverflow.com

Will the ALAC format support live streaming in iPhone ? the ALAC audio recording format is streamed to Server machine? so will i be able to play the audio chunk data, ...

23. Example iphone audio streaming app    stackoverflow.com

Is there an example application (open source or pay) for iphone that streams audio from the internet? Something like Pandora... bonus points if it allows for background audio playing.

24. Audio data streaming having latency issue in iPhone    stackoverflow.com

I have written a voice streaming application in iPhone using AudioQue. At the audio recording starts I initiated the network connection and pass the instance of NSAudioOutStream to AudioInputCallback using inUserData ...

25. iPhone:Play .asf streaming audio file on iPhone programmatically?    stackoverflow.com

I am trying to play a streaming audio from a link where i get .asf file. But my program is unable to play it. I found the below link, where they are ...

26. Streaming audio from iPhone    stackoverflow.com

Does anybody know of a way to stream audio from a file being played back in an app over the internet in a standardized streaming audio format? That is server up ...

27. RTSP Audio Clicks/Pops/Peaks/glitches and ticks. (iPhone Streaming) Any advice?    stackoverflow.com

I'm using some code related to RTSP, RTP to listen to various RTSP Streams Using FFMPEG, it works! BUT The noise is being decoded in such a way that every 10 seconds a ...

28. how to get the completed and remaining times of the playing audio using streamer    stackoverflow.com

i am thinking whether the avaudio player is working for audio url content playing........ i am using streamer to play this one but i am showing audioslider to show playing... to move slider ...

29. Accessing audio data on iphone using monotouch    stackoverflow.com

I'm attempting to create an application that will simulates audio streaming from the device into another application that will capture the audio data being transmitted by the device. In order to ...

30. Iphone/Ipad - Add Bass or Treble to an ouput from a Streaming input    stackoverflow.com

I have a streaming input from a radio, I would like to add Bass or Treble to this audio data before to put it into my queuebuffer (which play the audio ...

31. Streaming audio to iphone (with options play/pause)?    stackoverflow.com

Is there any third party frameworks for streaming audio form network server/ web server? I need to implement audio streaming functionality in my new project Thanks for all willing to help me.. Update: Please! ...

32. Stream audio from iPhone to iPhone    stackoverflow.com

I'm really a newbie at iPhone development, but some friend of mine asked me something and I can't figure out the right answer: Can you stream audio from to devices with an ...

33. Audio stream with AVPlayer    stackoverflow.com

There's a lot of streaming apps out there for iOS. They all use a player, which I assume is the AVPlayer. Yet it seems impossible to find a decent documentation with ...

34. help! rtmp support for iphone using rtmp-dump    stackoverflow.com

I'm working on an iphone app which needs to do live radio streaming via rtmp protocol. i have been banging my head to find out a solution. all i know is ...

35. Streaming audio from iPhone to linux machine/browser    stackoverflow.com

I am currently working on a group project in which we need to record/transmit audio from the iPhone to a single processor CPU running Linux. Basically wish to establish two-way audio ...

36. Dynamically detecting and streaming AAC using AQ's and audiofilestream    stackoverflow.com

I am currently streaming MP3 and AAC radio stations. I'm reading the ICY/HTTP headers, and when detecting audio/aac or audio/aacp in the content-type, i provide kAudioFileAAC_ADTSType as the clue for AudioFileStreamOpen, otherwise ...

37. Start Points on How to Build Audio File Stream iPhone App?    stackoverflow.com

I need some guidance on how to make a audio stream app for multiple audio files, so the app user can choose from the list and listen to the item. Can ...

38. going from Wifi to 3G -- stops stream and cannot resume in iphone development    stackoverflow.com

i am developing radio app i have got one issue ie when going from wifi to 3G stops streaming and can't resume again getting wifi or 3G.It is continuous buffering. Please suggest. Thanks Basanth ...

39. iOS: Stream audio file with pause, forward functions    stackoverflow.com

I know how to stream an audio file to iphone. But does anyone know how to include functions like pause, or having a slider bar to fast forward to downloaded portions ...

40. How to change from Wi-Fi to 3G while iPhone is receiving an audio stream?    stackoverflow.com

My iPhone application plays a wma audio stream over the mms:// protocol. When the Wi-Fi connection drops it won't switch to 3G to continue streaming. I have enough buffer to play for ...

41. Iphone streamer    stackoverflow.com

I all, I want to play mp3 file from internet (streaming) and cache it. I actually use AudioStreamer but it not manage cache. Other side, i want to display a slider with advancement of ...

42. Audio conference between iPhone and webpages?    stackoverflow.com

I am developing Live stream application, user can able to capture video and his friends can able view this live stream in browser by shared email link. My requirement is to ...

43. Audio conference using VoIP in iPhone?    stackoverflow.com

My requirement is to make audio conference between iPhone and webpages, Is there possible to use VOIP to make the audio conference? can you please help is there any API is ...

44. Stream audio from iOS    stackoverflow.com

How would I go about streaming audio FROM an iOS device to another device like a Mac or another iOS device? I can only find solutions like AirPlay on Google and ...

45. Play LPCM Non-interleaved Audio over PC    stackoverflow.com

I create audio buffer is LPCM 8000Hz 8Bit 2 channel format. I send this buffer to PC over network. I try to play this byte buffer on PC. I add wav ...

46. iPhone M3U Audio Streaming without quicktime    stackoverflow.com

I have M3U audio url for a radio in my iPhone application. I would like to play that without use of default quick time player. Is there any way to implement this? Thanks ...

47. Playing audio from a continuous stream of data (iOS)    stackoverflow.com

Been banging my head against this problem all morning. I have setup a connection to a datasource which returns audio data (It is a recording device, so there is no set length ...

48. Get an audio stream from URI and play it on iPhone    stackoverflow.com

I would like to get an audio stream from URL and play it on iPhone. Unfortunately, there is only C# example of how to play that stream, but I need a ...

49. Audio Streamer works on iPad but not on iPhone    stackoverflow.com

I have created an app which streams audio from a webserver. The music player in the app works fine if it is installed:

  • As iPhone app on iPad 2
  • In iPhone Simulator
But it does ...

50. Streaming live audio from one IOS Device to another    stackoverflow.com

I'm wondering if anyone has any advice on how to stream audio from one IOS device to another. Thanks in advance!

51. Stream audio to a local network    stackoverflow.com

i need to make an app that will stream audio from http url, I have everything done except this thing, i cannot do the streaming from a device, I need to ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.