ffmpeg converting m4s to mp4

I’m working on DASH, trying to optimize QoE for the end user. I had a video and encoded it using ffmpeg into different bitrates and everything is fine, and the video is playable using dash. What I want is to combine the received segments from the users into one m4s and convert that m4s to … Read more

what is difference between mp4 and mpegts?

MPEG-TS is designed for live streaming of events over DVB, UDP multicast, but also over HTTP. It divides the stream in elementary streams, which are segmented in small chunks. System information is sent at regular intervals, so the receiver can start playing the stream any time. MPEG-TS isn’t good for streaming files, because it doesn’t … Read more