-
Notifications
You must be signed in to change notification settings - Fork 338
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
Build failing in Redhat Linux #434
Comments
Have you installed libcurl4-openssl-dev on your system? |
@disa6302 thanks- After installing libcurl4-openssl-dev, I am able to proceed further. Now I am stuck with gstreamer package. Are you using Redhat? How is you install it? I followed this link but no success. Error details: https://access.redhat.com/articles/1320623 If above article doesn't help to resolve this issue please open a ticket with Red Hat Support. One of the configured repositories failed (Red Hat Linux 7Server - x86_64 - GStreamer),
failure: repodata/repomd.xml from gstreamer: [Errno 256] No more mirrors to try. |
Can you install the following packages using yum and let me know if it works?
|
@disa6302 - |
@disa6302 Able to successfully build the the code. I used yum install gstreamer* gst-launch-1.0 rtspsrc location="rtsp://<RTSP_URL>" short-header=TRUE ! rtph264depay ! video/x-h264, format=avc,alignment=au ! kvssink stream-name="SOME_STREAM_NAME" storage-size=512 access-key="XXXXXXXXXXXXX" secret-key="XXXXXXXXXXXXXXXXXXX" aws-region="us-east-1" |
The lib will be available in the build directory. Please ensure you ran the following cmake command:
If this passes successfully, you can run |
@disa6302 - Thanks. Getting this error: Setting pipeline to PAUSED ... |
@sumanghosh12 seems like you have an issue with your pipeline, specifically with the rtsp plugin in UDP mode. Try enabling GStreamer debug logs by setting GST_DEBUG environment variable like so
and re-running the pipeline as recommended here: #193 (comment) |
@disa6302 I am able to send live stream now from my Linux server. Thank you. |
-- Begin building dependencies.
-- openssl already built
-- curl already built
-- Finished building dependencies.
-- Checking for module 'libcurl'
-- No package 'libcurl' found
CMake Error at /usr/local/share/cmake-3.6/Modules/FindPkgConfig.cmake:424 (message):
A required package was not found
Call Stack (most recent call first):
/usr/local/share/cmake-3.6/Modules/FindPkgConfig.cmake:597 (_pkg_check_modules_internal)
CMakeLists.txt:93 (pkg_check_modules)
The text was updated successfully, but these errors were encountered: