-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello,
congratulations for your project.. It was really helpful and straightforward even for users with no experience at all (like me)
however, after installing srt , gstreamer and rpicamsrc according to your guide, when i try to give to my raspberry the command that you mention
gst-launch-1.0 -v rpicamsrc preview=true sensor-mode=5 bitrate=8000000 ! video/x-h264,width=1640,height=922,framerate=40/1,profile=baseline ! mpegtsmux ! srtsink uri=srt://:8888
i get an error saying --> WARNING: erroneous pipeline: no element "srtsink"
After searching a bit i think that gstreamer just cannot find the srt libraries in the correct locations.. But i am not familiar with all that stuff, so i am stuck.. Could you help me fix this problem ???
Thanks a lot in advance