-
Notifications
You must be signed in to change notification settings - Fork 37
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
Support to rtspsrc protocols #39
Comments
Hi go-gst is a binding for gstramer in go language in which all gstramer functionalities are supported. How does your rtsp configure with? Does it correctly set up to use tcp? Flags : Read / Write Default value : tcp+udp-mcast+udp |
Hi, gst-launch command: RTSP logs:
In my code, I am able to set location of rtspsrc. It can connect to my rtsp server and the filename is correct. However, the set to protocols doesn't take effect. |
First of all, check the return value from Second as alternative way, try to use
|
Thanks, the Error:
My codes:
Any idea? |
Strange, I suggest you to debug logs with enable DEBUG level into gstreamer. |
I figure it out by connecting the rtspsrc's pad-added signal. The issue has been discussed in Thanks for all the advices. |
Hi, I have created a new element for rtspsrc and set the protocols to tcp. From the rtsp server logs, it is still using UDP protocol to fetch the video stream. Is the rtspsrc element supported? How can we set its protocols?
Codes:
RTSP logs:
The text was updated successfully, but these errors were encountered: