You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build the project to the webgl version,play a video with m3u8 format,the m3u8 video is created by the command:ffmpeg -i input.mp4
-c:v libx264 -profile:v main -level 4.0 -pix_fmt yuv420p -crf 20 -preset veryfast
-c:a aac -b:a 128k -ac 2 -ar 44100
-f hls -hls_time 6 -hls_playlist_type vod
output.m3u8