HTTP Pseudo-Streaming bug, the video is slow, and lag

redstrike

Well-Known Member
#21
I used a tool flvtool++ from facebook:
http://mirror.facebook.net/facebook/flvtool++/
and working well.


rename the flv file with suffix .flv. it looks video file downloaded from youtube without .mp4, .flv suffix

random seek to mp4 has more overhead of CPU, memory at the server side than flv. so if .flv is ok, better to use .flv to reduce the server overhead.
I downloaded a FLV video from Youtube, i do nothing and upload to my VPS, it seem not work when i tried to seek forward of seek backward.

http://www.raphay.com/test3.html
 
#22
tested and confirmed:
after converting this .flv by flvtool++, it's seekable.

you can install another tool flvtool2 as well:
yum install flvtool2.noarch
 
Top