Closed 7wdeepin closed 5 years ago
Solved. Setting no proxy will be ok.
Solved. Setting no proxy will be ok.
Hi, Iam facing the same error. Can you please elaborate on how you solved this error? thankyou.
@Aaronreb In my case, I ran commands under proxy. When I set no proxy, errors disappeared.
$ export http_proxy=
$ export https_proxy=
Mine was solved by adding h264_ulaw.sdp in rtsp link e.g, "rtsp://ip:port/h264_ulaw.sdp"
I installed gstreamer-msdk several days ago. And I successfully captured stream from ip camera via rtsp with the commands:
But now, when i run the same commands in the same machine, i get the error results:
I use Ubuntu 16.04 with kernel 4.15.0-42-generic and installed media-sdk with 2018 Q2 release. Otherwise, now i can capture stream with vlc app via rtsp:
and also can capture stream with opencv:
Except run the command with gstreamer-media-sdk. Does anyone else meet the same problem? Thanks for your reading.