@mjayson199006 wrote:
I’m trying to play a video using video tag html but not working
<video controls width=“100%” *ngIf=“post._type === ‘VIDEO’” autoplay >
<source [src]=“post._fileData” type=“video/mp4”>
where post._fileData is base64,
Need help on this please.
Posts: 1
Participants: 1