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

Streaming video resolution 4096x3000 #20

Open
ivantomic17 opened this issue Jul 9, 2020 · 1 comment
Open

Streaming video resolution 4096x3000 #20

ivantomic17 opened this issue Jul 9, 2020 · 1 comment

Comments

@ivantomic17
Copy link

Hi, is it possible to stream video with resolution 4096x3000? I have tried 1920x1080 and it works great.

But when i try higher:
./demopylongstreamer -rescale 4096 3000 -h264stream 192.168.1.129

i get following error:
ERROR from element source40019145: Internal data stream error.

Is it possible to stream any higher resolution?

Best regards
Tomic

@MattsProjects
Copy link
Owner

Hi there,
I'm terribly sorry I am seeing this so late! I think I was not getting notifications from this repo...
Fundamentally this should be possible, but I think maybe there is a memory limit you are hitting with the higher resolution.
Best place to start is at the interface level. Are you using a usb camera or a gige camera? There are settings to increase the amount of allocated memory to the host controller I can offer. If that does not work, next step is to enable gstreamer's debug variable to get a more verbose output for diagnosis to find the bottleneck in the pipeline.

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

2 participants