You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes I have it and srtp works with gstreamer.
I am just trying to use gst-rtsp-server to send srtp content to various client and I am not able to give the srtp-key to rtspsrc.
This without srtp works for many clients:
Server:
./test-launch "( videotestsrc ! x264enc ! rtph264pay name=pay0 pt=96 )"
Clients:
gst-launch-1.0 rtspsrc location=rtsp://127.0.0.1:8554/test latency=10 ! decodebin ! autovideosink
From one computer to one client this with srtp works:
I am trying to use the gst-variable-rtsp-server examples with srtp-key but I am not able to reproduce anything. Any idea why?
The text was updated successfully, but these errors were encountered: