How to add use standard html5 <video> tag?

Hi,
I am new to Licode.

I tested the Basic Example

Licode Basic Example
  1. Where can I get the no minified erizo.js from ?

  2. I saw the player uses its own skins like assets/sound48.png .
    Is there a way to use the standard video player ?

Regards

Hey yarek ! Welcome! Thanks for trying Licode.

You can either copy the debug version of erizo.js located in licode/erizo_controller/erizoClient/dist/debug/erizo or load the sourcemap in the basicExample (it should already be there)

You can remove the custom elements by passing options on stream.play like this:
stream.play(elementID, {bar: false, loader: false});
There are no standard controls for webrtc so you will have to implement your own volume control.