Run example read format h.264 #449
-
Hi everyone, I'm new in Golang and gortsplib, I want to create a client that reads RTSP stream and extract Frames using Golang. I try to run example client-read-format-h264 but it throw error about undefined funtion :( Somebody can help me fix this issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, JetBrains executed this (wrong) command:
Try compiling the folder instead, either by configuring JetBrains (i don't know how to do it since i don't use it) or by running this command manually:
Be aware that the |
Beta Was this translation helpful? Give feedback.
Hello, JetBrains executed this (wrong) command:
Try compiling the folder instead, either by configuring JetBrains (i don't know how to do it since i don't use it) or by running this command manually:
Be aware that the
client-read-format-h264
also requires the FFmpeg libraries, which are not available on plain Windows.