The only reason I could think of for using RTP to transfer a pre-existing file is if you re trying to monitor the amount of time a user is streaming the file, like if you re running a time-based On-Demand website. The other streaming-solution i know of is to use HTTP to upload a media file, then providing a client to progressively play the file. Can anyone come up with another reason to use RTP to stream media files?
I am trying to implement an iphone application which can read some fixed amount of bytes from a file and store in another file. this process will go on up to the end of the file. I am very new to ...