Reply to thread

I haven't checked the src, so I just recall it from the top of my head. The problem might be this:

MPiView calls the prepare stream function. MP2Ext does nothing really there. I just outputs the id and calls it the day. Until one calls the the receivestream function (which is normally the Player directly). Now MP2Ext starts to run FFMPeg building the buffer and finally pushing out the data. Depending on the machine this could take some seconds. So probably the IOS Player reaches it's request timeout and starts another try. Now MP2Ext is ready and the Player gets the data much faster.


So I guess the solution to this problem would be to start ffmpeg already when the prepare stream function is called.


Hope that makes sense :) But as I said, I haven't checked any code^^


Top Bottom