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 ... |
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 ... |
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 ... |
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 ... |
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( |
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 ... |
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 ... |
|
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 ... |
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 ... |
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 ... |
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, ... |
For example, if I wanted to play back an shoutcast web radio audio stream on the iPhone, what libs could I use for this?
|
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 ... |
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 ... |
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 ... |
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 ... |
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, ...
|
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, ... |
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 ... |
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 ... |
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 ... |
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, ... |
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.
|
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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! ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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
... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
I'm wondering if anyone has any advice on how to stream audio from one IOS device to another.
Thanks in advance!
|
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 ... |