Jose Armando in gmane.comp.video.ffmpeg.user (Mon, 14 Jan 2013 02:13:32 -0800 (PST)): >I transcode a video transport stream to mp4 and stream it. The transcoding command I use is: >ffmpeg -i video.ts -vcodec libx264 -acodec libfaac video.mp4 Try to add -movflags +faststart (with a recent FFMpeg). Jan