We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I tried to follow https://www.yarp.it/latest//group__carrier__h264__howto.html to test the usage of h264 with yarp. When I try to connect the server to yarpview, yarpview crashes with segfault.
h264
yarp
yarpview
segfault
To Reproduce Run the following on different terminals
gst-launch-1.0 -v videotestsrc ! "video/x-raw, format=(string)I420, width=(int)640, height=(int)480" ! x264enc ! h264parse ! rtph264pay pt=96 config-interval=5 ! udpsink host=127.0.0.1 port=101234
yarpserver
yarp register /gst h264 127.0.0.1 101234 yarp connect /gst /yarpview/img:i h264
Expected behavior yarpview should not crash. I tried running
gst-launch-1.0 -v udpsrc port=101234 caps="application/x-rtp, media=(string)video, encoding-name=(string)H264, payload=(int)96" ! rtph264depay ! h264parse ! avdec_h264! autovideosink
and I can see the image showed in https://www.yarp.it/latest//group__carrier__h264__howto.html
Screenshots If applicable, add screenshots to help explain your problem.
Configuration (please complete the following information):
gcc
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I checked if it was a problem of yarpview by using
yarpdev --device fakeFrameGrabber --name /grabber
but in this case there are no issues.
Sorry, something went wrong.
clone of #2289
h264 carrier replaced by gstreamer carrier: #3127. See updated documentation.
gstreamer
valegagge
No branches or pull requests
Describe the bug
I tried to follow https://www.yarp.it/latest//group__carrier__h264__howto.html to test the usage of
h264
withyarp
. When I try to connect the server toyarpview
,yarpview
crashes withsegfault
.To Reproduce
Run the following on different terminals
T1
T2
T3
T4
Expected behavior
yarpview
should not crash. I tried runningand I can see the image showed in https://www.yarp.it/latest//group__carrier__h264__howto.html
Screenshots
If applicable, add screenshots to help explain your problem.
Configuration (please complete the following information):
gcc
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: