amt_embed_make_https( amt_embed_get_stream_url( amt_embed_get_id() ) ),
'poster' => amt_embed_make_https( amt_embed_get_preview_image( amt_embed_get_id() ) ),
'loop' => '',
'autoplay' => '',
'preload' => 'none',
//'width' => '',
//'height' => ''
);
echo do_shortcode( wp_video_shortcode( $attrs ) );
?>