ut0mt8 / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
87 stars 32 forks source link

Support with WebM #9

Closed usama-dev closed 6 years ago

usama-dev commented 6 years ago

Hey,

How can I use different codec like vp9 for transcoding because when I use the following command:

ffmpeg -i rtmp://localhost:1935/$app/$name -c:v libvpx-vp9 -f webm rtmp://localhost/dash/$name_dash

The ffmpeg starts running in the backgroud but the /dash directory remains empty.

ut0mt8 commented 6 years ago

Unfortunately only h264 is supported on nginx-rtmp module.