Open rebotnix opened 7 years ago
HEVC in HLS seems to work fine. In DASH, only h264 seems to work.
To reproduce: ffmpeg -re -i testVideo.mp4 -vcodec libx265 -preset ultrafast -s 320x240 -f mpegts http://***/publish/demo
I only see segments in the HLS folder, not in Dash. Same with libx264 works.
Thanks for reporting this.
so it's really possible nowadays to have hls encoded in hevc? that would be amazing... are there any browser/videoplayer that can playback this?
HEVC in HLS seems to work fine. In DASH, only h264 seems to work.
To reproduce: ffmpeg -re -i testVideo.mp4 -vcodec libx265 -preset ultrafast -s 320x240 -f mpegts http://***/publish/demo
I only see segments in the HLS folder, not in Dash. Same with libx264 works.