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

V3.0.0-beta3 windows Nvidia nvenc broken #128

Closed theofficialgman closed 6 months ago

theofficialgman commented 1 year ago

There is no output in the rtsp stream when the Nvidia nvenc encoder is selected in the streaming settings. This worked perfectly in 27.X and the older versions of the plugin.

X264 does still work in this new version on obs 28

andrecaleffi commented 1 year ago

same problem here

sophy228 commented 1 year ago

The issue is simple, the jim-nvenc get SPP header only after 1st encoded packet, but rtsp output just ask encoder for SPP infomation before that, so rtso create H264 source with empty SPP, than the rtsp client such as VLC report no SPP received ...

Hope author can fix such isse ..

theofficialgman commented 6 months ago

Can confirm fixed and available in the latest beta release https://github.com/iamscottxu/obs-rtspserver/releases/tag/v3.1.0-beta1