when i sniff and save the segment of microsoft smooth streaming i can' t open this particularly mp4 files with vlc:
from http://alexzambelli.com/blog/smooth-streaming-faq/:
Q: Why can’t I play Smooth Streaming files in my MP4 player even though you claim it’s based on the MP4 file format?
A: The Smooth Streaming file and wire formats heavily utilize Movie Fragments, a particular MP4 box structure that was originally designed with live encoding in mind. The ISO Base Media File Format specification (better known as the MP4 file format specification) covers a lot of format options and allows for a large degree of implementation flexibility. Consequently, not all developers and manufactures implement the full MP4 specification, so it’s possible that your particular MP4 reader doesn’t support MP4 Movie Fragments (“moof” and “mdat” boxes) and Smooth Streaming’s specific MP4 box structure.
is possible include the support of codec to decode the mp4 moof and mdat boxes?moreover,is possible implement a function where i give in input the the manifest file ,the directory with all the fragments video and audio sniffed ( see http://stream-recorder.com/forum/#post20729 ) and automatically this function maked the original ismv file?