mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.8k stars 581 forks source link

Library not loaded: /usr/local/opt/rtmpdump/lib/librtmp.1.dylib #630

Closed sashangli closed 8 months ago

sashangli commented 8 months ago

Library not loaded: /usr/local/opt/rtmpdump/lib/librtmp.1.dylib Referenced from: <14618B62-D8DD-3191-BE74-B702F824B31C> /Users/lizhuohao/zhangqi/app/webrtc-streamer-v0.8.3-Darwin-x86_64-Release/webrtc-streamer Reason: tried: '/usr/local/opt/rtmpdump/lib/librtmp.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/rtmpdump/lib/librtmp.1.dylib' (no such file), '/usr/local/opt/rtmpdump/lib/librtmp.1.dylib' (no such file), '/usr/local/lib/librtmp.1.dylib' (no such file), '/usr/lib/librtmp.1.dylib' (no such file, not in dyld cache) zsh: abort

mpromonet commented 8 months ago

Hi, I Guess you should install this library, or build without rtmp support. Best Regards Michel

sashangli commented 8 months ago

thanks,run brew install rtmpdump,then success