gkozlenko/node-media-server

Can not use H.264 videos to stream

Opened this issue · 1 comments

olzii commented

Hi,

I am using your node-media-server 2years. Before 2023 it was working OK. After Jan-2023 my H.264 encoded videos not playing on Node-media-server using HLS player.

What should i do to work it again ?

olzii commented

Here is video link you can try : https://node-media2.oyuntan.mn/vod/output.mp4/playlist.m3u8

I haved used following ffmpeg command to encode it to h.264 :

ffmpeg -i 1704879840655.mp4 -codec:v libx264 -crf 28 -preset fast -c:a aac -b:a 128k output.mp4