iamscottxu / obs-rtspserver

RTSP server plugin for obs-studio
https://obsproject.com/forum/resources/obs-rtspserver.1037/
GNU General Public License v2.0
441 stars 55 forks source link

Plugin not showing in tools #27

Closed UnbendableStraw closed 3 years ago

UnbendableStraw commented 3 years ago

I downloaded the latest release of the plugin onto my ubuntu 16.04 64bit system. Installed obs-studio v25.0.8, then followed the instructions to unarchive and copy the plugins (no errors so far)

When I launch OBS I do not see the RTSP plugin in the tools.

OBS was installed by adding the obs repository and installing via apt


11:14:35 AM.612: CPU Speed: 3360.543MHz
11:14:35 AM.613: Physical Cores: 4, Logical Cores: 8
11:14:35 AM.613: Physical Memory: 7880MB Total, 4583MB Free
11:14:35 AM.613: Kernel Version: Linux 4.15.0-136-generic
11:14:35 AM.613: Distribution: "Ubuntu" "16.04"
11:14:35 AM.613: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.19.6
11:14:35 AM.614: Portable mode: false
11:14:35 AM.661: OBS 25.0.8 (linux)
11:14:35 AM.661: ---------------------------------
11:14:35 AM.662: ---------------------------------
11:14:35 AM.662: audio settings reset:
11:14:35 AM.662:        samples per sec: 44100
11:14:35 AM.662:        speakers:        2
11:14:35 AM.669: ---------------------------------
11:14:35 AM.669: Initializing OpenGL...
11:14:35 AM.685: Loading up OpenGL on adapter Intel Open Source Technology Center Mesa DRI Intel(R) Ivybridge Desktop
11:14:35 AM.685: OpenGL loaded successfully, version 4.2 (Core Profile) Mesa 18.0.5, shading language 4.20
11:14:35 AM.751: ---------------------------------
11:14:35 AM.751: video settings reset:
11:14:35 AM.751:        base resolution:   1920x1080
11:14:35 AM.751:        output resolution: 1280x720
11:14:35 AM.751:        downscale filter:  Bicubic
11:14:35 AM.751:        fps:               30/1
11:14:35 AM.751:        format:            NV12
11:14:35 AM.751:        YUV mode:          601/Partial
11:14:35 AM.751: NV12 texture support not available
11:14:35 AM.754: Audio monitoring device:
11:14:35 AM.754:        name: Default
11:14:35 AM.754:        id: default
11:14:35 AM.755: ---------------------------------
11:14:35 AM.756: Failed to load 'en-US' text for module: 'decklink-ouput-ui.so'
11:14:35 AM.851: A DeckLink iterator could not be created.  The DeckLink drivers may not be installed
11:14:35 AM.851: No blackmagic support
11:14:35 AM.872: os_dlopen(/usr//lib/obs-plugins/obs-rtspserver.so->/usr//lib/obs-plugins/obs-rtspserver.so): /usr/lib/x86_64-linux-gnu/libQt5Gui.s$
11:14:35 AM.872:
11:14:35 AM.872: Module '/usr//lib/obs-plugins/obs-rtspserver.so' not loaded
11:14:35 AM.876: VLC found, VLC video source enabled
11:14:35 AM.877: os_dlopen(/home/nic/.config/obs-studio/plugins/obs-rtspserver/bin/64bit/obs-rtspserver.so->/home/nic/.config/obs-studio/plugins/ob$
11:14:35 AM.877:
11:14:35 AM.877: Module '/home/nic/.config/obs-studio/plugins/obs-rtspserver/bin/64bit/obs-rtspserver.so' not loaded```
UnbendableStraw commented 3 years ago

The error got cut off, but its complaining that "qt_5 was not found" or something like that when loading the rtsp plugin

iamscottxu commented 3 years ago

If Qt5 cannot be found in the system, OBS should not be able to start. I have not found the cause of this situation.

Maybe you can look at similar questions in stack overflow, such as https://stackoverflow.com/questions/36128645/error-on-execution-version-qt-5-not-found-required-by

Hope this helps you.