Log audio and video files#
You can generally log audio or video files with the upload()
method and watch or listen to them in the Neptune app.
Logging audio files#
Neptune supports the following formats for audio:
- MP3
- M4A
- OGA
- WAVE
See and listen in Neptune 
Logging video files#
Neptune supports the following formats for video:
- MP4
- OGG
- OGV
- MOV
- M4V
- MKV
- WEBM
You can log video files with the upload()
method and watch them in Neptune.
See and listen in Neptune 
Tip
To preview an audio or video file in a dashboard, create a File preview widget.
Learn more: Create a dashboard
Related