I have some video files in iPhone library and I am developing iPhone app to stream video from my iPhone to another device.
I have already server developed at iPhone side.
My question is how can I stream this video files to another device or server from iPhone.
Another question is I have done video segment by apples mediafilesegmenter and generate ts and m3u8 files.I am wondering what is different between if I give link to m3u8 file(which is called http streaming may be) or link to the direct video file (mov,mp4) to the renderer.
Thanks in Advance