Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I was able to get this working using Adobe's File Packager Tool which Samuel described. I didn't use the NetStream object but I used the OSMF Sample Player which I assume uses this internally. Here's how to do with without using FMS:</p> <ol> <li>Get Adobe's File Packager for Http Dynamic Streaming from <a href="http://www.adobe.com/products/httpdynamicstreaming/" rel="noreferrer">http://www.adobe.com/products/httpdynamicstreaming/</a></li> <li>Run the File Packager on an existing MP4 file containing H.264/AAC like this: C:\Program Files\Adobe\Flash Media Server 4\tools\f4fpackager> f4fpackager.exe --input-file="MyFile.mp4" --segment-duration=30</li> </ol> <p>This will result in 30 second long F4F files, also F4X and a F4M file. The F4F files are your correctly segmented (and fragmented) MP4 files that should play. If you want to test this using the OSMF Player also do the following:</p> <ol> <li>Get Apache Server</li> <li>Get Adobe's Http Origin Module for Apache from <a href="http://www.adobe.com/products/httpdynamicstreaming/" rel="noreferrer">http://www.adobe.com/products/httpdynamicstreaming/</a></li> <li>Install the module according to <a href="http://help.adobe.com/en_US/HTTPStreaming/1.0/Using/WS8d6ed60bd880807c48597a9e1265edd6cc0-8000.html" rel="noreferrer">http://help.adobe.com/en_US/HTTPStreaming/1.0/Using/WS8d6ed60bd880807c48597a9e1265edd6cc0-8000.html</a></li> <li>Put the F4F, F4X and F4M file into the vod directory under httpdocs</li> <li>Get the “OSMF Sample Player for HTTP Dynamic Streaming” from <a href="http://www.osmf.org/downloads/OSFMPlayer_zeri2.zip" rel="noreferrer">http://www.osmf.org/downloads/OSFMPlayer_zeri2.zip</a> </li> <li>Put the Sample Player in the httpdocs directory</li> <li>Load the html file from the Sample Player in a browser eg <a href="http://localhost/OSMFPlayer.html" rel="noreferrer">http://localhost/OSMFPlayer.html</a></li> <li>Press the eject button and put in the URL of your F4M file, it should play</li> </ol> <p>So to answer the original question Adobe's File Packager is the file splitter to use, you don't need to buy FMS to use it and it works for FLV and MP4/F4V files.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload