rtmp_output failed to start, no fix I can find worked

MurdoMaclachlan

New Member
I was trying to optimise what was previously a working stream to get rid of all the pixelation I was experiencing, but after using the optimised settings I get the following log output upon attempting to stream. No fix I've been able to find deals with this issue, and returning to old settings isn't really viable since 1. I don't remember exactly what the old settings were and 2. the pixelation was making some games completely unwatchable. I'm using a GTX 1650S GPU and a Ryzen 1600 X processor.

09:01:16 PM.278: ---------------------------------
09:01:16 PM.278: video settings reset:
09:01:16 PM.278: base resolution: 1920x1080
09:01:16 PM.278: output resolution: 1280x720
09:01:16 PM.278: downscale filter: Lanczos
09:01:16 PM.278: fps: 30/1
09:01:16 PM.278: format: RGBA
09:01:16 PM.278: YUV mode: None
09:01:16 PM.278: GPU conversion not available for format: 6
09:01:16 PM.278: NV12 texture support not available
09:01:16 PM.279: Settings changed (advanced)
09:01:16 PM.279: ------------------------------------------------
09:01:19 PM.945: ---------------------------------
09:01:19 PM.945: video settings reset:
09:01:19 PM.945: base resolution: 1920x1080
09:01:19 PM.945: output resolution: 1280x720
09:01:19 PM.945: downscale filter: Lanczos
09:01:19 PM.945: fps: 30/1
09:01:19 PM.945: format: NV12
09:01:19 PM.945: YUV mode: 709/Full
09:01:19 PM.945: NV12 texture support not available
09:01:19 PM.946: Settings changed (advanced)
09:01:19 PM.946: ------------------------------------------------
09:02:36 PM.747: Stream output type 'rtmp_output' failed to start!
 

MurdoMaclachlan

New Member
I additionally noticed in a further attempt today that I get messages like this in the log:

01:37:02 PM.065: os_dlopen(/usr//lib64/obs-plugins/obs-libfdk.so->/usr//lib64/obs-plugins/obs-libfdk.so): libfdk-aac.so.2: cannot open shared object file: No such file or directory
01:37:02 PM.065:
01:37:02 PM.065: Module '/usr//lib64/obs-plugins/obs-libfdk.so' not loaded
01:37:02 PM.115: os_dlopen(/usr//lib64/obs-plugins/obs-x264.so->/usr//lib64/obs-plugins/obs-x264.so): libx264.so.148: cannot open shared object file: No such file or directory
01:37:02 PM.115:
01:37:02 PM.115: Module '/usr//lib64/obs-plugins/obs-x264.so' not loaded

It seems strange to me that it's /usr//lib64 rather than just /usr/lib64. Could the double / be the source of my problem, and if so, how would I fix this?

OBS version 24.0.6, by the way, since I might've forgotten to state that. Using Slackware 14.2
 
Top