Research Article
Optimal Multi-Interface Selection for Mobile Video Streaming in Efficient Battery Consumption and Data Usage
Algorithm 1
Adaptive multi-interface selection.
procedure VIDEOSEGMENTMANAGER(, ) | repeat | for all layer do | Request via | end for | for all network interfaces do | | | | return | end for | until disconnect | end procedure | | procedure INTERFACESELECTIONMANAGER() | Initiate | Get policy level of from the Policy-Optimizer | for all layer do | if then | | | return | else | | return | end if | end for | end procedure |
|