mpromonet / v4l2rtspserver

RTSP Server for V4L2 device capture supporting HEVC/H264/JPEG/VP8/VP9
The Unlicense
1.86k stars 428 forks source link

v4l2rtspserver and OBS #194

Open jjsarton opened 4 years ago

jjsarton commented 4 years ago

I have tried to get an rtsp stream from the v4l2rtspserver with obs. The communication exchange begin well but end after OBS send the DESCRIBE command. v4l2rtspserver answer with 404 Stream not found.

mpromonet commented 4 years ago

Hi jjsartin,

I don't know what OBSis ? I guess probably the url used is not the one used by the streamer, you can modify it using option -u. Running with -umystream will publish the stream rtsp://..../mystream

Best Regards, Michel.

ksaye commented 3 years ago

Yes, it works.

In OBS, simply add the RTSP URL: OBSWorking

nettings commented 3 years ago

I can confirm that this works reliably, using a VLC source in OBS.