home-assistant-libs / ha-ffmpeg

A python library that handling with ffmpeg for home-assistant
BSD 3-Clause "New" or "Revised" License
16 stars 13 forks source link

Support for H.264 streams? #8

Closed vladm closed 7 years ago

vladm commented 7 years ago

Hello,

is it possible to alter ffmpeg options to generate H264 stream instead of MJPEG? I.e. use libx264 codec?

pvizeli commented 7 years ago

Hi,

HA only support mjpeg streams in UI. That is the reason why I do that in this way.

iwoloschin commented 7 years ago

Is the limitation of mjpeg only streams an actual technology limitation, or just a matter of no one having bothered doing the work yet?