-
Notifications
You must be signed in to change notification settings - Fork 34
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
Crash with no error when executing simple and webrtc bins #45
Comments
Maybe some more useful info in here?
|
Some additional info, I got this out of some debugging:
|
The webrtc bindings are not currently stable. Can you please make a minimal example of this? Please also capture the ROS message (metadata only) immediately before the crash. |
This is the full webRTC bin:
This is the input stream format: and this is the rosimagesrc in the webrtcbin: and these are the last lines from the screen log:
I am not entirely sure about what you mean by ROS message (metadata only). It looks to me that the crash is happening in the GStreamer plugin, what do you think? The signalling server currently configured is shown below: |
Simple bin:
v4l2src ! videorate ! video/x-raw,width=640,height=360,framerate=1/15 ! rosimagesink ros-topic=/my_image
Webrtc bin:
video_src_bin_descr: ' rosimagesrc ros-topic=/my_image ! videoconvert ! queue ! vp8enc deadline=1 ! rtpvp8pay ! application/x-rtp,media=video,encoding-name=VP8,payload=97 ! queue '
When running both, the execution stops with a "Process died" and not more info.
Pls, see below:
Any idea what could it be going wrong?
I can see that there is an ERROR logged on attempt to contact remote peer but I don't think that's what causing the crash.
Thanks.
The text was updated successfully, but these errors were encountered: