I'm attempting to render a project that loads an m3u8 file in the Video element. While the player itself functions correctly, it seems the video file is not being downloaded properly during rendering. The file path looks weird. I converted the HLS stream to an MP4 container, which works as expected. The debug output shows the video being downloaded, and the rendering is correct.
The project files simply yields a Video element with the m3u8 stream as the source.
I'm attempting to render a project that loads an
m3u8
file in theVideo
element. While the player itself functions correctly, it seems the video file is not being downloaded properly during rendering. The file path looks weird. I converted the HLS stream to an MP4 container, which works as expected. The debug output shows the video being downloaded, and the rendering is correct.The project files simply yields a
Video
element with them3u8
stream as the source.