Open peterholzapfel opened 6 years ago
Update, I fixed the Problem myself by building the Android Plugin myself with the help of this description : https://github.com/ua-i2cat/gst-unity-bridge/pull/31, and the redme file in gst-unity-bridge/Plugin/GUB/Project/Android/Readme.md
Hello @peterholzapfel, I am also trying to receive a UDP stream and cannot find the right URI that works. On the command line, I can play the stream using:
gst-launch-1.0.exe -v udpsrc port=5020 ! application/x-rtp ! rtph265depay ! decodebin ! autovideosink
I can rebuild the plugin myself, but not sure what I have to change. Can you please help?
See full issue description I created here: https://github.com/ua-i2cat/gst-unity-bridge/issues/45
I'm trying to recive a UDP Strem can anyone tell me what URI i need to use. I can receive the stream with the following pipline :
gst-launch-1.0 -e -v udpsrc port=5000 ! application/x-rtp, payload=96 ! rtpjitterbuffer ! rtph264depay ! avdec_h264 ! fpsdisplaysink sync=false text-overlay=false