You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great package. Would like to know if the module detects incoming resolution automatically and uses exec command to transcode it into the resolutions below it. For eg
incoming ingest resolution = 1080p.
exec command in nginx.conf now creates reolutions below :
720p
480p
360p
240p
Note : I'm using Django for HTTP callback for starting a stream using on_pusblish and on_publish_done
The text was updated successfully, but these errors were encountered:
Great package. Would like to know if the module detects incoming resolution automatically and uses exec command to transcode it into the resolutions below it. For eg
incoming ingest resolution = 1080p.
exec command in nginx.conf now creates reolutions below :
720p
480p
360p
240p
Note : I'm using Django for HTTP callback for starting a stream using on_pusblish and on_publish_done
The text was updated successfully, but these errors were encountered: