0

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

Elegant Microweb
  • 476
  • 2
  • 4
  • 12

1 Answers1

0

you can use the code I have given in Writing an app to stream video to iPhone to stream the video. However the video should be converted using the metadata mover and it should be compatible of playing in iPhone You can use mirovideo converter to do this.

Community
  • 1
  • 1
Dilip Rajkumar
  • 7,006
  • 6
  • 60
  • 76