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

Can gscam perform h265encoding over v4l2 image stream? #58

Open
JeyP4 opened this issue Oct 1, 2019 · 0 comments
Open

Can gscam perform h265encoding over v4l2 image stream? #58

JeyP4 opened this issue Oct 1, 2019 · 0 comments

Comments

@JeyP4
Copy link

JeyP4 commented Oct 1, 2019

Hello

In order to save bandwidth, I am thinking to use h265codec instead of mjpeg. (Preferably hardware encoding-decoding, such as vaapih265enc or nvv4l2h265enc)

I am new to gscam and gstreamer.

I figure out following command to encode-decode at only one computer.
gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw, width=1280,height=720,framerate=(fraction)30/1' ! timeoverlay ! vaapih265enc ! vaapidecode ! vaapisink

My concern is to perform vaapih265enc at one PC and vaapidecode at another PC.
Is gscam is an appropriate tool for this problem?

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

No branches or pull requests

1 participant