I'm trying to mimic IP camera that use MJPEG. At this moment to receive the stream in command line I'm using:
gst-launch -v souphttpsrc location=http://IP:PORT/video.mjpg is-live=true user-id=USER user-pw=PASSWD ! multipartdemux ! jpegdec ! ffmpegcolorspace ! ximagesink
But I have no idea how to revert the process
gst-launch -v videotestsrc ! ??? ! ...
There is not such think like souphttpsink so how to do it?