A short demonstration showing a seamless handover scheme for video streaming using the SCTP protocol. In the demo, we are going to transmit a video by WIFI. After stopping the connection to simulate a broken connection, we explain how the data transmision can seamlessly switch over the bluetooth connection.
@penhair69 In linux, when you load SCTP module, you can find its parameters in /proc/sys/net/sctp directory. Those parameters are global and changeable. Another way is when you create a SCTP socket, you can set those parameters for that session. In our project, we were using GStreamer. SCTP was an addon. So it is bundled with GStreamer.
What are you testing with SCTP
jbourneuse 1 year ago
@jbourneuse can u mail me any documentation u have, i have tested with sctp_darn in ubuntu I can test multihoming , but i want to perform more in depth research, I am missing some where, It would be so kind of you if you can send me any documentation to rockyit86@yahoo.co.in
penhair69 1 year ago
@rockyit86 We were using SCTP in linux kernel. I guess the latest linux kernel should be alright
jbourneuse 1 year ago
hey I am Trying to implement the similar test for my project, can you tell me how you have implemented SCTP , how did you establish the connection, , i would appreciate any kind of help
rockyit86 1 year ago