Tagged Questions
0
votes
0answers
58 views
MPEG2 video streaming client using iOS
I am trying to stream an MPEG2 live video from an UPnP media server (implemented on a Set-top-box in the same local network), I have to deal with this kind of URL : ...
0
votes
1answer
77 views
Wowza: Need to stream rtp-live to iphone
I need to stream rtp-live to iphone. My channels are configured in SDP files. When I request channels from Flash player, I have a plug-in that starts streaming data to Wowza once it detects the ...
0
votes
0answers
42 views
C - Stream live camera capture on an HTTP server
How might I go about writing a c program that would take live webcam capture and stream it via an server (likely HTTP)? I'm not looking for the exact code, just some pointers on where to get started ...
0
votes
0answers
208 views
iOS - Develop iPhone app to stream camera video to a computer?
I'm looking for a way to create an app that will allow captured camera video to be streamed on a computer. For example, one person could be walking an iPhone around a room and another person could ...
2
votes
1answer
105 views
Rewind AVPlayer by 5 seconds
How can I rewind a stream by 5 second?
This is my code for streaming in the viewDidLoad:
AVPlayerItem* playerItem = [AVPlayerItem playerItemWithURL:[NSURL ...
0
votes
0answers
96 views
Audio stream html5 phonegap stops on exit?
I try to build a app with dreamweaver and phonegap for ios/iphone. everything seems to work just fine except one thing. If I put in a and stream my radiostream it stops if I navigate away from the ...
0
votes
0answers
33 views
Sending and receiving a stream
I would like to feed a binary stream of an mp3 from my Mac app and then receive it with another app. I've done some research but am still stuck. Since the source would be from a mp3 would I use ...
0
votes
0answers
119 views
How to stream SHOUTcast radio stations in iphone app using Matt Gallagher?
I am now creating a radio streaming app. I have implemented Matt Galagher's AudioStreamer class to stream a radio station from ShoutCast. The problem is that when I pass the radio station's URL which ...
0
votes
1answer
109 views
NSStreamDelegate reading asynchronous data
OK. So there is an exceptional case I have to handle for NSStreamDelegate implementation.
The process is the following:
1- a COMMAND data is written to the output stream to trigger the other end
2- ...
0
votes
0answers
151 views
How to play mp3 as stream with safari on iPhone
We wish to play the mp3 file with browser on iPhone/ iPad, and we also want it can be controlled, such as play/stop/seek. For testing, I setup a stream server, and it works fine, I can play the MP3 ...
1
vote
1answer
228 views
XCode iPhone database information stream by using an external *.php file
---My Xcode-ViewController.h is the following:
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController{
IBOutlet UILabel *Anzeige;
IBOutlet UIScrollView *scrollAnzeige;
}
...
0
votes
2answers
154 views
How to send a Message from iPhone to Windows?
I have an object with the following members:
NSString *reqStr = "param1=val1¶m2=val2¶m3=val3&..";
NSData *imageData = [NSJPEGRepresentation (myimage)];
NSData *fileContents = ...
1
vote
2answers
391 views
Is it possible to stream a live flash video on iPhone sdk?
If you go on http://www.africam.com/wildlife/tembe_webcam you can see theirs a live video stream in flash format. I need to know if it's possible to play that live stream on the iPhone.
And if ...
0
votes
1answer
378 views
How to read stream in background in iphone dev [closed]
I new bee in iphone development. I've following few questions.
Can I make use inner thread, mean thread in thread.
is this line of code [NSRunLoop currentRunLoop], perform function in main thread or ...
0
votes
0answers
514 views
PHP mp4 video stream to iPhone
I am trying to get video streaming to work with PHP and a iPhone device. I understand that the iPhone requires a properly formatted mp4 file and a server supporting file range requests.
If I enter ...
1
vote
0answers
309 views
How to stream video between two iPhones?
I'm building an app that streams video in and out between two iPhone clients. The handshake between the iPhones is done by the server, but that's it for the server - the server doesn't do streaming. ...
0
votes
2answers
908 views
iOS SDK mms video streaming
Basically, I want to stream and play a MMS video with iOS SDK. I can stream some videos with MPMovieplayer but not MMS or RSTP.
I researched this, but I couldn't find a clear solution. Can anybody ...
0
votes
0answers
159 views
Open Stream Error in FTP File upload using sim iPhone
I have used SimpleFTP from apple to upload an image file. Its working on Wifi but not working on Sim usage.
It is giving me an "Stream open error". Can anyone shed some light on it? The cellular ...
0
votes
1answer
439 views
http stream to iphone using uiwebview is blocked by proxy or something similar
Here is my problem
I use the mediaplayer integrated in a uiwebview to show a video which is streamed from a url i load into the uiwebview.
The video consists of a ad-preroll and the video itself.
In ...
1
vote
1answer
337 views
How to know when AVPlayer uses the audio only bit-rate?
While streaming when encountering slow connectivity the AVPlayer may choose to play the lowest bit-rate in the HTTP Live Streaming playlist.
Is there a way to identify this transition?
I've tried ...
0
votes
2answers
1k views
iPhone: Unrecognized selector sent to instance exception while publishing stream on Facebook
I have wrote following code to logged into Facebook account followed by posting comment on user's facebook wall. It's working fine and posting everything mentioned below on Facebook wall but it ...
4
votes
1answer
4k views
play video stream with MPMoviePlayerController
I am trying to play a video stream from the internet on the iPhone by pressing a button.
I used many code samples but nothing worked. With this code it opens a black view without any video stream or ...
4
votes
1answer
1k views
iPhone Socket Stream Behavior - Sending bytes to a Server.. NSStream/CFStream
Hello all and thanks for looking,
Explanation of Environment
I'm working on an app that communicates with an arduino (server, for all practical purposes) that is listening on port 2000. Connecting ...
12
votes
2answers
3k views
iOS Stream Audio from one iOS Device to Another
I get a song from the device iTunes library and shove it into an AVAsset:
- (void)mediaPicker: (MPMediaPickerController *)mediaPicker didPickMediaItems:(MPMediaItemCollection *)mediaItemCollection
{
...
0
votes
1answer
712 views
How to record audio stream from internet radio resourse?
In my application I play internet audio/radio stream with AVPlayer. I want to save and playing audio. Could you give me a right way to resolve this problem (with example, please).
0
votes
1answer
276 views
stream mp3 to website including iphone
i want to stream an MP3 audio file to a webpage, what would be the best technology to use?
I like the flash controls, but i don't want to exclude the iphone/ipad users
looked at jquery, but is using ...
2
votes
1answer
889 views
ios stream mp3 and record sound
problem: cannot record sound after streaming audio over http.
The problem which I am having is that I can no longer record sound after streaming mp3 using this guide: ...
0
votes
1answer
369 views
How to create audio stream pre buffer like sveriges radio iPhone app?
I've download this app and i search since long time how to create the pre buffer.
For example:
I click on play
My app load the stream in the buffer
After 10 seconds (my buffer get 10 seconds in ...
1
vote
0answers
384 views
iPhone video streaming application
Can anyone help me to know how an app like this is done?
Bambuser
Is the way to capture the camera's video stream using AVFoundation?
To be clear, I don't want to capture the video and save it, I ...
1
vote
2answers
1k views
How to play raw audio in Iphone? (using ffmpeg)
I am a student who is trying to make mms stream audio app.
I got mms stream using libmms, and decoded wma audio using ffmpeg.
But however I don't know What to do next.
I recently saw similar ...
0
votes
1answer
208 views
I got an error message during using libmms, what does that mean?
I am new in libmms and I am trying to make Iphone app that streams mms radio.
But I got an error message and do not yet figure out why.
Could not read packet header: Undefined error: 0
***LOG:*** -- ...
0
votes
1answer
84 views
streamed movie won't load from specific provider
I've wrote an App that streams a short movie over a fix URL. Everything worked fine, than the customer replaced the video with an upToDate-Version and the App went live. But since they replaced the ...
0
votes
1answer
689 views
iOS Programming, Save/make audio files from online stream!
Please help, if you have a bunch of code somewhere, a method or something, I need to make an audio file while the application is streaming the audio, and save the result as file, maybe mp3 or other, ...
0
votes
0answers
304 views
error with pdf viewer - invalid stream length xcode
I use this tutorial
http://n00bdev.com/archives/5
for create a pdf viewer, is equal to my project but I get this error.
What could be the problem?
invalid stream length 3103; should be 3106.
...
1
vote
1answer
395 views
Using an writestream directly to an IP and port in ios
I'm trying to create an app that is able to send a .pdf-file directly to a printer from an iPhone. I'd like to create a raw socket connection. I should be able to open a stream to a specific IP-adress ...
1
vote
0answers
466 views
ASIHTTPRequest not waiting for streamed response
I'm using the great ASIHTTPRequest library on iOS, I created my request as follows:
ASIFormDataRequest *request = [ASIFormDataRequest requestWithURL:[NSURL ...
1
vote
2answers
668 views
iPhone live data streaming
We have an application with charts. Client wants to implement something like in forex graphs, I mean live data, updating for example each 1, 5 or 10 seconds. Could you please provide me with some ...
0
votes
1answer
1k views
MJPEG Stream from iPhone to Server
I am writing an app to make an MJPEG-Stream from the iPhone to the Server.
My problem is that the JPEG's I see are a weird collection of colored lines.
I can post the specific code if more information ...
1
vote
1answer
920 views
How to read large file by range in objective-c?
I want to read a large file in objective-c, and used in iphone development
I used the follow code
NSData *data = [[NSData alloc] initWithContentsOfFile:file];
unsigned char *readData[2000];
[data ...
1
vote
1answer
2k views
live555 integration into iPhone app for streaming RTMP or RTSP video to iPhone
Does anyone have any code or can point me in the right direction for integrating live555
into an iPhone app. I know that you can build the live555 C++ library for iOS but am not
sure about the actual ...
6
votes
1answer
2k views
Show Image from Byte[] in monotouch
I am working in Monotouch framework, in which i have to show image, what i have is byte[].
so i used
Public static Public static UIImage GetImagefromByteArray (byte[] byteArrayIn){
...
0
votes
2answers
975 views
How can I use ffmpeg on the iPhone
I've been searching a lot for ffmpeg on iphone, and how to use it to steam audio(wma ect.)
but cant figure out how this is done.
can someone please try help me on, how to/what to, download and how i ...
0
votes
1answer
172 views
Iphone streamer
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 the download ...
0
votes
1answer
757 views
iOS: Stream audio file with pause, forward functions
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 of the audio?
Help much ...
0
votes
2answers
374 views
Start Points on How to Build Audio File Stream iPhone App?
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 someon help me?
0
votes
2answers
338 views
iphone video streaming
So, I recently submitted my first iphone app to Apple.
I did not stream my videos and they are over 10 minutes long, so my app was denied because I did not use HTTP Live Streaming.
So, we stream live ...
1
vote
3answers
2k views
Save the The Stream From URL
In my project I am connecting a url and I am watching a video with MPMoviePlayerViewController. But that is not enough to me. I also want to save the file to my Iphone. I have to buttons. one is ...
0
votes
2answers
697 views
iPhone HTTP streaming server components
Hi
I am setting up HTTP live streaming for iOS. It is a RTSP stream that I will get on UDP and pass it on to the MediaStreamSegmenter. My questions are:
-Do I need a Mac based server so that ...
2
votes
0answers
567 views
IOS -> Audio Queue Services : Memory leaks with m4a or MP4 files
My problem :
I have memory leaks with "Audio File Stream Services Reference" API.
How reproduce the bug :
- Used this audio streamer sample (https://github.com/mattgallagher/AudioStreamer)
- Play ...
0
votes
3answers
681 views
iOS how to register selector as a stream event callback?
I want to create a TCP connection between iPhone and PC.
So I'm creating two CFStreamRef-s and i want to register my object selector to be called when new bytes are available for reading.
...