Per my last comment, I have now confirmed that if I directly throw a .mp4 file on the webserver, like in public_html/test.mp4 , and then i create a embed.html that is just simply like this: http://hastebin.com/erehowehud.xml
the video DOES buffer continously, when paused.... this is what im trying to achieve with yetishare
when you load a video through yetishare, its loading this download_token URL.... given that the video buffers when directly loaded off the webserver, i can only conclude that there is something in the yetishare code is preventing the video from buffering all the way, when pauused. It seems to only buffer a tiny chunk and then stop buffering (when paused)... Does anyone have any ideas as to where in the yetishare code this is happening, or how to solve it?
I see on fhscript.com - where the issue is happening, and my own site, fhscript has Improved Downloads set to Disabled.. Could this be why? i.e if i were to enable xsendfile, it would then start buffering more ?
EDIT: welp, i went ahead and enabled x_sendfile on the file server, uploaded a video, verified on phpinfo() that the x_send_file was enabled, did all the instructions as per https://support.mfscripts.com/public/kb_view/1/ -- so now when i go to play the video, i hit play, and of course i check the download tracker for this file and its not appearing, so this tells me the xsendfile is working.. becuase correct me if im wrong, if you use xsendfile your download tracker stats wont appear.. so this confirms to me that its running through xsendfile..
however, when i pause the video, the buffering is still the same. hardly nothing at all. a teeny tiny chunk then that's it. It's a 300mb mp4 file, that is bitrate 900kbps..
when i take this SAME file and put it on the webserver directly, public_html/test.mp4 , and load it, it buffers when i pause right away, and keeps buffering, all the way to the end
so this leads me to believe that even with improved downloads enabled -> xsendfile on, the buffering still doesnt work and that there is something in the yetishare code limiting this buffering from happpening