arut / nginx-ts-module

NGINX MPEG-TS Live Module
BSD 2-Clause "Simplified" License
422 stars 91 forks source link

HEVC in Dash #13

Open rebotnix opened 7 years ago

rebotnix commented 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.

arut commented 7 years ago

Thanks for reporting this.

campones commented 6 years ago

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?