-
Notifications
You must be signed in to change notification settings - Fork 70
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
rtsp instructions for gstreamer are outdated and not working #65
Comments
I had the same problem, was caused by newer version of gst-gateworks in my case. You could (temporarily) solve this i think by using 'git checkout 96970c9b2596258863b057002154a80651540c2a ' after cloning into gst-gateworks-apps |
If you omit the -u, then gst-variable-rtsp-server will run and accept connections. It doesn't actually work, however. GET /stream.high HTTP/1.1 HTTP/1.1 503 Service Unavailable Pikrellcam is listening on port 3000 and if I netcat to it I get a flood of data, so it's not an issue with pikrellcam per se. |
Some slight progress here. Adding host=127.0.0.1 to the pipeline actually gets some video flowing! I think this might have been alluded to in a forum post about disabling IPv6. gst-variable-rtsp-server presumably tries localhost by default and localhost here is ::1. Unlike every other service, pikrellcam is only listening on IPv4, so it doesn't work, hence the 503. |
Hi,
I tried to follow the instructions that are linked in the help page of pikrellcam at chapter Architecture, see "rtsp live video setup instructions" but first they are outdated and second not at all working.
Setup:
Please help with new updated instructions for using gstreamer with pikrellcam.
Thanks
The text was updated successfully, but these errors were encountered: