hi there i need to get the video src in jquery ,and after takin the value converting it to base 64 heres my code thanks
<p> Video</p>
<div class="form-group">
<div class="fileinput fileinput-new" data-provides="fileinput">
<video poster="img/vid2.png" height="166px"width="190px;" id="advideo">
<source src="" type="video/mp4"/>
</video>
<span class="btn btn-default btn-file" style="background:transparent;color:#e6e6e6; border:1px solid #f1890f;">
<span class="fileinput-new">Select Video</span>
<span class="fileinput-exists">Change</span>
<input type="file">
</span>
<span class="fileinput-filename" ></span>
<a href="#" class="fileinput__close fileinput-exists" data-dismiss="fileinput">
<i class="zmdi zmdi-close-circle"></i>
</a>
</div>
</div>'