You will need to write your own RTSP client application to do this. I suggest
using our "testRTSPClient" code as a model.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.
Hi,
You cannot do this using pipe. You need to pass both streams to
libavcodec libs as separate streams (synchornized). Then you can encode
them and MUX them into FLV mux to pass it to RTMP server.
Marcin
W dniu 2014-10-13 18:29, Muhammad Ali pisze:
My objective is to use OpenRTSP to receive a
My objective is to use OpenRTSP to receive audio + video stream from IP
camera and pass it on to FFMPEG which can then stream it to an RTMP server.
I've been using pipe to send stdout to ffmpeg (pipe input source) but that
was only a video stream (OpenRTSP -v flag). Now the requirement has come to