Can`t play video from licode recording (VP8 codec)

Check out this thread.
In short, you can’t play Licode recorded videos directly on a video tag. You have two options:

  1. Play them via Licode creating a Stream from the recording. Note you will have to reencode the video stream using ffmpeg or libav or similar to get the best results.
  2. Transcode the stream to webm/h.264 or similar (again, using ffmpeg or libav) and serve it with your favourite web server/cdn/any solution for recorded videos.