Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add convertation from YUYV to h264, now QGroundControl can see our st… #369

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

3 participants