RidgeRun / gst-interpipe

GStreamer plug-in for interpipeline communication
Other
143 stars 64 forks source link

How to build SRT Relay Server with interpipe? #75

Open dawit1989 opened 3 years ago

dawit1989 commented 3 years ago

Using something like this without decoding ffmpeg -fflags nobuffer -i rtsp://admin:Password@192.168.0.204:554/ -c copy -f flv rtmp://127.0.0.1:1935/source/camera1

and The SRT pipeline below and connecting two pipeline with interpipe with decoding just forward like "copy" in ffmpeg? Sender: gst-launch-1.0 -v ksvideosrc device-index=0 ! videoconvert ! x264enc tune=zerolatency ! video/x-h264, profile=high ! mpegtsmux ! srtsink uri=srt://:8888/ Receiver: gst-launch-1.0 srtsrc uri=srt://192.168.137.104/ ! queue ! decodebin ! autovideosink Thanks