mpromonet / v4l2rtspserver

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

Streaming using HLS #294

Closed KirillYatsenko closed 1 year ago

KirillYatsenko commented 1 year ago

Hello,

First of all thanks for the great project,

The rtsp connection works and I can connect to the stream using vlc like this: "vlc rtsp://192.168.0.3:8554/unicast"

However after running "v4l2rtspserver -S" I can't connect to the stream with "vlc http://192.168.0.3:8554/ts.m3u8 "

I'm getting the following output:

[00007fc318001610] access stream error: HTTP 405 error [00007fc318001610] http stream error: error: HTTP/1.0 405 Method Not Allowed

Maybe the solution is simple, and I'm missing something.

At the same time, I don't see any new logs on the server

Best Regards

mpromonet commented 1 year ago

Hi @KirillYatsenko,

HLS & mpeg# are working only with H264 or H265, are you using one of these capture format ?

Best Regards, Michel.

KirillYatsenko commented 1 year ago

Thanks for the answer,

My camera doesn't support H264/H265, So I'm need to use some software encoding as you described in README.