Skip to content

Conversation

DmitriyLugovoy
Copy link

…ream, fix ssl in Dockerfile, update docker/build_and_run.sh now container can see all our cameras

…ream, fix ssl in Dockerfile, update docker/build_and_run.sh now container can see all our cameras
Comment on lines -81 to +83
" ! capsfilter name={filter_name} caps=video/x-raw,format=I420,width={width},height={height},framerate={interval_denominator}/{interval_numerator}",
" ! x264enc",
" ! h264parse",
" ! capsfilter name={filter_name} caps=video/x-h264,stream-format=avc,alignment=au,width={width},height={height},framerate={interval_denominator}/{interval_numerator}",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that we can accomplish the same thing with decodebin3 here, and letting it taking decision over the encoders. @joaoantoniocardoso what you think ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we could use encodebin/encodebin2 to be more robust.

I believe transcoding should be an option, and not change today's default behavior, as people might be using raw video streams right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants