pion / rtwatch

Watch videos with friends using WebRTC, let the server do the pausing and seeking.

Home Page:https://pion.ly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAC: "Your GStreamer installation is missing a plug-in."

winwisely99 opened this issue · comments

brew install gst-plugins-good pkg-config

export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
go run main.go -container-path=/Users/apple/workspace/go/src/github.com/winwisely99/plugins/video/WebRTC/watch/video.mp4
go: finding github.com/pion/rtwatch latest
Video file '/Users/apple/workspace/go/src/github.com/winwisely99/plugins/video/WebRTC/watch/video.mp4' is now available on ':8080', have fun!
GStreamer Error: Your GStreamer installation is missing a plug-in.
exit status 1
make: *** [go-run] Error 1

main.go is the same as this repo

Hey @winwisely99

That is a mistake with the docs, can you install gst-plugins-bad gst-plugins-ugly and try again. If that works I will update the docs

thanks!

Fixed by d39989b