example-object-tracker
example-object-tracker copied to clipboard
Send to udp sink
Description
Sending it to udp sink i get error:
Warning: gst-resource-error-quark: Attempting to send a UDP packets larger than maximum size (1228800 > 65507)
Probably need to use RTP but really don't know where to edit detect.py to make use of rtp to segment packets.
Click to expand!
Issue Type
No response
Operating System
No response
Coral Device
No response
Other Devices
No response
Programming Language
No response
Relevant Log Output
No response
Can you please share which coral Device are you working with, video source and the complete error log.
working with coral usb.
inside /google-coral/example-object-tracker/gstreamer/gstreamer.py i put udpsink host=xxx.xxx.xxx.xxx port=5700 but i get the error i gave you. Probably i just need to rtp the payload but don't know how to do it in the pipeline.
Complete error message:
Warning: gst-resource-error-quark: Attempting to send a UDP packets larger than maximum size (1228800 > 65507) (10): gstmultiudpsink.c(722): gst_multiudpsink_send_messages (): /GstPipeline:pipeline0/GstUDPSink:udpsink0: Reason: Error sending message: Message too long
@highfreq Can you try to take reference from https://github.com/google-coral/examples-camera/blob/master/gstreamer/gstreamer.py#L221 ?