-
Notifications
You must be signed in to change notification settings - Fork 58
SRT encapsulation
Right now, SRT cannot be used directly, but UltraGrid packets can be encapsulated inside srt packets, setup utilizing srt-live-transmit is following:
-
generate video signal
uv -t testcard -P 5050
-
encapsulate outbound UltraGrid packets inside SRT (on sender)
srt-live-transmit udp://:5500 srt://recieverIP:5600
-
on the receiver, decapsulate the SRT packets for UltraGrid
srt-live-transmit srt://:5600 udp://:5004
-
run UltraGrid display as usual
uv -d sdl
Thanks Alan Latteri for this setup!
The implementation of native SRT transport is on the way, it can be tested from UltraGrid branch wip-srt. Currently, only message mode is supported (which means it won't interoperate with different SRT software), video is only available. It also needs compressed video (performance is poor for uncompressed). Usage:
sender$ uv -t testcard -c libavcodec --video-protocol srt <receiver>
receiver$ uv -d gl --video-protocol srt # no address must be given!
Note: The peer address must be given at one UltraGrid end only (no matter which one).
If you have any technical or non-technical question or suggestion please feel free to contact us at