Hi All,
I've been trying to implement basic mpeg-dash all in client side using appendBytes func. of netstream. However, appendBytes only work for flv files. It seems that since both are containers of h.264 and I know the structure of the fragments (I'm trying to use fragmented mp4) and the segments then I can somehow convert them to be flv like and feed them into appendBytes. But i'm having troubles finding how to do it.
Can anyone help? I know there are some implementations of mpeg-dash (non-commercial) so supposibly it is possible.
Thanks a lot,
Yug