One can use either VLC Source or Media Source.
VLC restrictions: RIST will only work for receiving Simple Profile.
Media Source restrictions: RIST will only work for receiving Main Profile.
In a VLC Source in obs :
rist://SERVER:PORT?cname=OBS&bandwidth=5000
where cname is whatever name you want (it just serves for logging and could be omitted) and bandwidth is the maximum bandwidth you expect in kbps (this is important for the resending of lost packets because the protocol will not go above that limit). Make sure the sender uses Simple Profile. In a Media Source, uncheck 'Local File'.
rist://SERVER:PORT?cname=OBS&bandwidth=5000
where cname is whatever name you want (it just serves for logging and could be omitted) and bandwidth is the maximum bandwidth you expect in kbps (this is important for the resending of lost packets because the protocol will not go above that limit).rist://@LOCAL_IP:PORT?cname=OBS&bandwidth=5000
. Note that on the receiver side, we place an @ sign in front of the destination address, because it is the receiver/host's own address. Settings > Stream
Service
dropdown, select Custom
.rist://IP:port?cname=OBS&bandwidth=5000
where cname is whatever name you want (it just serves for logging and could be omitted) and bandwidth is the maximum bandwidth you expect in kbps (this is important for the resending of lost packets because the protocol will not go above that limit). rist://IP:port?option1=value1&option2=value2
. The full list of options is listed here.