HTTP Live Streaming, FFMPEG & FFSERVER, and iPhone OS 3

后端 未结 4 773
迷失自我
迷失自我 2020-12-04 05:20

In iPhone OS 3, Apple has introduced HTTP Live Streaming which should allow live streaming of video from the internet. I am currently operating a webcam, which feeds into m

4条回答
  •  借酒劲吻你
    2020-12-04 05:47

    What's wrong with using QuickTime to convert movies to "iPhone" format? You just do File > Export > iPhone format... Am I missing something?

    After converting to iPhone format, I chop it up with mediafilesegmenter (found at Apple Developer Connection, Http Live Streaming Tools):

    mediafilesegmenter -t 10 -f folderName/ nameOfInputFile.m4v
    

    (Note: the folderName/ folder must exist)

    Then point your iPhone to a website with

    
    

提交回复
热议问题