M4S files store video in segments for streaming. Media players can combine the segments into a full video. Use FFmpeg to combine M4S files in order. Name files like 000000.m4s and 000001.m4s to keep order. After combining files convert to MP4 with FFmpeg. MPEG-DASH streams media in small HTTP segments. It adapts bitrates for quality. Segments encode at different bit rates for this.
To play M4S files first combine them into an MP4. Use FFmpeg to do this from command line. Combine segments in correct order. Wrong order prevents playback. Then convert combined file to MP4 with FFmpeg.
M4S is for streamed and saved video parts. Open and use M4S files in several ways. M4S formats have various purposes. Play M4S videos by first combining segments into MP4. Use FFmpeg for this. Install if needed from website.
Large media files stream via MPEG-DASH segments. This adaptive streaming works over HTTP. It breaks content into small segments. High bitrates choose best quality.