> On Sep 7, 2022, at 6:16 PM, Специалист IT wrote:
>
> [back-end RTSP/RTP stream] --> [LIVE555 Proxy Server]... BUT [back-end
> RTSP/RTP SERVER] --> [LIVE555 Proxy Server]...
OK, I’ve made that change to the web page, if that makes things clearer for you.
> Did I understand you correctly th
Thank you for the opportunity to ask a question and for your very quick
response
First, we do not support the model whereby a data source 'pushes' media
into a RTSP server (something that's excessively complex, and
non-standard). That's why the "ANNOUNCE" command did not work.
Unexpectedly,
First, we do not support the model whereby a data source ‘pushes’ media into a
RTSP server (something that’s excessively complex, and non-standard). That’s
why the “ANNOUNCE” command did not work.
Instead of using a ‘ffmpeg’ video encoder to ’stream’ encoded video into a RTSP
server, you simpl
Hello!
I have done heavy transcoding from usb mjpeg camera to h264 in my code
and now streaming to a third-party rtsp server (for example to
rtsp-simple-server) using ffmpeg libraries
On the command line, it looks something like
./ffmpeg -f v4l2 -input_format mjpeg -i /dev/video0 -c:v libx264