How to play '*.data' files from security camera SD card?

Solution 1:

I have a similar cheap wifi camera ("LSC Smart Connect Indoor-IP Camera" from Action) which also uses a .data file format to store the files on a SD card. After some digging it turned out I was simply able to convert the files using ffmpeg (https://ffmpeg.org/download.html)

Try converting your file like this:

ffmpeg -i 0000010.data outfile.mp4

Solution 2:

I finally figured out how to convert the YESKAMO security camera .data video to .mp4.

  1. Use video converter "Prism by NCH Software"
  2. [Output format] .mp4
  3. [File Options]
  4. [Compressor] MPEG4
  5. Drag and drop your .data files to the white area
  6. [Convert]