bluetooth v sebt an adaptive approach for video streaming and evaluation over bluetooth network....

39
Bluetoo th VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents Bluetoot h Challeng es Developme nt Result Conclusi on Challen ges Developme nt Result Conclus ion A Presentation of CEG 499 project Supervisor : Dr Nova Ahmed Assistant Professor, Department of Presented by : M Rubaiyat Bin Sattar ID Number # 061 – 671 - 044

Upload: clarence-risden

Post on 14-Dec-2015

216 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Presentation Contents

Bluetooth Challenges Development Result Conclusion

Challenges Development Result Conclusion

A Presentation of CEG 499 project

Supervisor :

Dr Nova Ahmed Assistant Professor,Department of EECS,North South University.

Presented by :

M Rubaiyat Bin Sattar ID Number # 061 – 671 - 044

Page 2: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Presentation Contents

Bluetooth Challenges Development Result Conclusion

Challenges Development Result Conclusion

A Presentation of CEG 499 project

Supervisor :

Dr Nova Ahmed Assistant Professor,Department of EECS,North South University.

Presented by :

M Rubaiyat Bin Sattar ID Number # 061 – 671 - 044

Page 3: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

What is Bluetooth ?

● Tenth-century Danish viking & king Harald Blatand (Bluetooth)● Bluetooth - radio technology- frequency-hopping spread spectrum● ISM band: 2.4 GHz.● Short-range, Low cost , Low power connectivity solution

Application of Bluetooth

Special Interest Group (SIG)

● Bluetooth first developed in Ericsson’s research laboratory 1994.● SIG was formed in 1998 to promote the technology ● IEEE 802.15 is the standardization of Bluetooth● v2.1+EDR adopted in July 2007 – Transmission rate 3Mbits/s ● v3.0 + HS adopted in April 2009 –transmission rate 24Mbit/s● In July 2010 SIG reveled Bluetooth v4 , High speed based on Wi-Fi

● Data transfer, audio streaming, GPS navigation ,video streaming.● Video streaming – Spy cam , Monitoring system , Sharing movie● In general - range is 10 meter

Page 4: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Bluetooth Protocol Stack

Link Management Protocol (LMP) is responsible for radio link set up between nodes by the baseband layer . Other responsibility - manage piconets , monitors service quality.The Logical Link Control and Adaptation Protocol (L2CAP) receives application data and adapts it to the Bluetooth format . √ Maintains a packet queue, √ Essential for streaming applicationThe service Discovery protocol (SDP) is used for investigation of connection between devices. The LMP uses the service Discovery protocol (SDP) to find out what service is available

Page 5: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Bluetooth Protocol Stack

The baseband layer maintains Synchronous Connection-Oriented (SCO) links for voice & Asynchronous Connectionless (ACL) links for data. It controls and send data over the radio linkBluetooth Network Encapsulation Protocol (BNEP) layer provided a consistent interface to (LL), transfer IP packets in PAN Profile via L2CAP channel , run PPP and emulates EthernetHCI is the dividing line between software and hardware. The L2CAP and layers above it are currently implemented in software, and the LMP and lower layers are in hardware.The BTnode structure for simulation (video Streaming)- where upper part is default ns-2 agent and middle is the bluetooth extension .

Page 6: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Bluetooth Protocol Stack

Alternative controller besides EDR , √ consists three layer :- (1) Protocol Adaptation layer (2) alternative mac protocol (3) alternative Physical layer

Page 7: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Connection Establishment

3 steps :INQUIRY -> PAGE -> CONNECTION-First standby mode and listen for message over 32 hop frequency .-In a new environment, the device automatically initiates an inquiry to find an access point. All nearby access points respond with their addresses, and the device picks access point.

Inquiry Search

Inquiry Scan Inquiry Scan

Inquiry Scan

Page 8: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Connection Establishment

3 steps :INQUIRY -> PAGE -> CONNECTION- If inquiry is successful-Paging procedure synchronizes the device with access point.-Link Manager Protocol (LMP) establishes a link with the access point-LMP uses SDP for available service information & create L2CAP channel .

Page Scan Page Scan

Inquiry ScanPage

Page 9: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Connection Establishment

3 steps :INQUIRY -> PAGE -> CONNECTION-In active state master and slave listen, transmit and receive data - Point to be noted , in Inquiry state if there is no reply from a devices , then it stay as undiscoverable .

Slave Slave

Inquiry ScanMaster

Page 10: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

What is Piconet ?

Piconet refers following key points:1. Short range2. Master - Slave3. Frequency Hopping4. Master + n slave ;n ≤ 75. Additional slaves- parked

●Standard piconet -7 slaves● Up to 255 parked slaves● Active devices are assigned a 3-bit active member address ● Parked devices are assigned an 8- bit parked member address● Standby devices do not need an address

Page 11: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Presentation Contents

Bluetooth Challenges Development Result Conclusion

Challenges Development Result Conclusion

Video files & other tools

http://www.vsebt.okzbd.com

Page 12: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Video Streaming in Bluetooth :

● (LAN) or (Wi-Fi) - has band-width, delay and loss requirements● Bluetooth link is little bit challenging ; many potential reason :□ Low bandwidth , out of range device , time –varying feature and interference with other devices or external sources

Bluetooth Simulation in ns-2 :

● BlueHoc (2001) - Developed at IBM – now out dated● UCBT (2005)- Developed at University of Cincinnati - support v2+EDR ● HSBT (2010 NOV) - Developed at Cairo University – Support latest Bluetooth v3+HS● However – Works only in ns-2.29 , need native linux machine .-Very Hard to simulate in modern machine without significant effort ; such as downgrading the compiler

Page 13: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Insufficient Documentation :

● Working with ns-2 is hard where there is no proper documentation ● One have to create their own documentation for works● Question : is it possible to do video streaming in BT node ?

Information

Existing video streaming schemes in “Wired” and “Wi-Fi”Ex :China-Henry , frankTheyIntegrated ns2 for streaming & evaluation in wired and wi-fi

Compare with Bluetooth related papers/survey for video streaming over Bluetooth network. Ex : M.H.Chia , Salim Beg,Wang Xiaohang

Findings :● Streaming Via IP-Some connection with existing simulation .-IP ?? > By BNEP, L2CAP ● MPEG-4 Video Codec

Page 14: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Machine Preparation – Environment Settings :

Bluetooth Library

fixing for ns-2

Integration of

Evaluation method

ns-2.29 Bug Fixing

Rtptools in cygwin for evaluation

Evalvid Tools in

Cygwin for evaluation

Machine prepared

for simulation

AWK command

Appropriate Video

Compression format

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network

Page 15: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Presentation Contents

Bluetooth Challenges Development Result Conclusion

Challenges Development Result Conclusion

http://www.vsebt.okzbd.comVideo files & other tools

Page 16: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

VSEBT

SORRY CURRENTLY NOT ALLOWED TO SHOW DEVELOPMENT PART

Page 17: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Presentation Contents

Bluetooth Challenges Development Result Conclusion

Challenges Development Result Conclusion

Video files & other tools

http://www.vsebt.okzbd.com

Page 18: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Video Files and Extra tools

Video files & other tools www.vsebt.okzbd.com

Page 19: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Presentation Contents

Bluetooth Challenges Development Result Conclusion

Challenges Development Result Conclusion

http://www.vsebt.okzbd.comVideo files & other tools

Page 20: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Performance Parameter :

● Delay :Time taker for a packet ,transmit from source to destinationDelay :End time – Start Time

● Jitter : Represents variance of delay Jitter = {End to End Delay (j) – End to End Delay (i)} / (j-i), where j>i

● Throughput : Defines the Number of bits from (A to B / Observation)Throughput for each packet = {(CBR packet size in Bytes * 8 ) / End to End Delay /1000} (kbps)

● Loss : No, as we follow time manner strictly

Page 21: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Graphs and Analysis

ffmpeg_EDR (Total Packet sent 569)Node Data Rate Average Delay Delivery Ratio

1 13171.000000 (105368/8.000000) 0.654149 (97.468215/149) 1.000000 (1- 0/569)

2 13036.125000 (104289/8.000000) 0.668224 (98.897152/148) 1.000000 (1- 0/569)

3 12882.875000 (103063/8.000000) 0.714865 (104.370289/146) 1.000000 (1- 0/569)

4 12739.000000 (101912/8.000000) 0.780605 (112.407126/144) 1.000000 (1- 0/569)

5 14250.000000 (114000/8.000000) 0.405847 (63.717970/157) 1.000000 (1- 0/569)

6 13305.875000 (106447/8.000000) 0.620212 (93.031778/150) 1.000000 (1- 0/569)

7 13172.000000 (105368/8.000000) 0.643671 (95.906965/149) 1.000000 (1- 0/569)

5 14250.000000 (114000/8.000000) 0.405847 (63.717970/157) 1.000000 (1- 0/569)

Data rate : 14250.000000 ( bytes) [ total received bytes / data stream (114000/8.000000) ]set-statist 7 15 1 adjust l2cap hdr [represents collecting statistic {End(15) – Begin (7)} /steps (1) = 8, the period of statistics or data stream time ]

Average Delay : 0.405847 (s) [Total Delay for burst / Total hops (63.717970/157 ) ]AODV routing protocol - determine the hopping

Delay Ratio: 1.000000 (1- 0/569)[1- Lost packets / send packets ) ]Total of 569 packets send by ffmpeg

Page 22: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Graphs and Analysis

X264_EDR (Total Packet sent 556)Node Data Rate Average Delay Delivery Ratio

1 12137.625000 (97101/8.000000) 0.595006 (85.085839/143) 1.000000 (1- 0/556)2 12137.625000 (97101/8.000000) 0.597427 (85.432089/143) 1.000000 (1- 0/556)3 12040.500000 (96324/8.000000) 0.620612 (88.126857/142) 1.000000 (1- 0/556)4 12040.500000 (96324/8.000000) 0.633261 (89.923107/142) 1.000000 (1- 0/556)5 12015.625000 (96125/8.000000) 0.638100 (89.972166/141) 1.000000 (1- 0/556)6 13265.875000 (106127/8.000000) 0.286577 (44.992525/157) 1.000000 (1- 0/556)7 12280.875000 (98247/8.000000) 0.538133 (79.105536/147) 1.000000 (1- 0/556)

5 12015.625000 (96125/8.000000) 0.638100 (89.972166/141) 1.000000 (1- 0/556)

5 14250.000000 (114000/8.000000) 0.405847 (63.717970/157) 1.000000 (1- 0/569)

Page 23: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Graphs and Analysis Xvid_EDR (Total Packet sent 856)

Node

Data Rate Average Delay Delivery Ratio

1 14422.125000 (115377/8.00000) 1.480219 (182.066989/123) 1.000000 (1 -0/856)2 14422.125000 (115377/8.00000) 1.496256 (184.039489/123) 1.000000 (1 -0/856)3 14084.125000 (112673/8.00000) 1.509867 (181.184077/120) 1.000000 (1 -0/856)4 13813.375000 (110515/8.00000) 1.556477 (183.664253/118) 1.000000 (1 -0/856)5 15512.500000 (124100/8.00000) 1.308045 (172.661882/132) 1.000000 (1 -0/856)6 14557.000000 (116456/8.00000) 1.452801 (180.147276/124) 1.000000 (1 -0/856)7 14422.125000 (115377/8.00000) 1.467587 (180.513239/123) 1.000000 (1 -0/856)

5 15512.500000 (124100/8.00000) 1.308045 (172.661882/132) 1.000000 (1 -0/856)

5 12015.625000 (96125/8.000000) 0.638100 (89.972166/141) 1.000000 (1- 0/556)

5 14250.000000 (114000/8.000000) 0.405847 (63.717970/157) 1.000000 (1- 0/569)

Page 24: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Graphs and Analysis

5 15512.500000 (124100/8.00000) 1.308045 (172.661882/132) 1.000000 (1 -0/856)

5 12015.625000 (96125/8.000000) 0.638100 (89.972166/141) 1.000000 (1- 0/556)

5 14250.000000 (114000/8.000000) 0.405847 (63.717970/157) 1.000000 (1- 0/569)

0.405847 (63.717970/157)

ffmpeg_EDR (average delay)

0.638100 (89.972166/141)

x264_EDR (average delay)

1.308045 (172.661882/132)

Xvid_EDR (average delay)

0 0.0653301 0.0703302 0.0753303 0.0803304 0.0853305 0.090330…………………………….…………………………….564 3.856445565 3.859070566 3.903811567 3.833695568 3.843010

0 0.0323301 0.0373302 0.0423303 0.0445984 0.0164665 0.236756 …………………………….…………………………….551 4.044206552 3.961486553 3.972132554 3.996185555 4.000924

0 0.0593301 0.0643302 0.0693303 0.0743304 0.0793305 0.084330 …………………………….…………………………….851 14.112449852 14.122622853 14.171409854 14.206409855 14.217985

Page 25: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Graphs and Analysis

Page 26: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Graphs and Analysis

ffmpeg_HS (Total Packet sent 569)Node Data Rate Average Delay Delivery Ratio1 19759.875000 (158079/8.000000) 0.000445 (0.096508/217) 1.000000 (1- 0/569)2 19759.875000 (158079/8.000000) 0.001123 (0.243630/217) 1.000000 (1- 0/569)3 19759.875000 (158079/8.000000) 0.001801 (0.390763/217) 1.000000 (1- 0/559)4 19759.875000 (158079/8.000000) 0.002479 (0.537913/217) 1.000000 (1 -0/559)5 19759.875000 (158079/8.000000) 0.003157 (0.685070/217) 1.000000 (1 -0/559)6 23867.875000 (190943/8.000000) 0.003363 (0.837374/249) 1.000000 (1 - 0/601)7 23867.875000 (190943/8.000000) 0.003937 (0.980428/249) 1.000000 (1- 0/601)

X264_HS (Total Packet sent 556)Node Data Rate Average Delay Delivery Ratio

1 15955.000000 (127640/8.000000) 0.000278 (0.051691/186) 1.000000 (1- 0/556)2 15955.000000 (127640/8.000000) 0.000584 (0.108554/186) 1.000000 (1- 0/556)3 15955.000000 (127640/8.000000) 0.000889 (0.165426/186) 1.000000 (1- 0/556)4 15955.000000 (127640/8.000000) 0.001195 (0.222306/186) 1.000000 (1- 0/556)5 15955.000000 (127640/8.000000) 0.001501 (0.279190/186) 1.000000 (1- 0/556)6 20063.000000 (160504/8.000000) 0.001544 (0.336597/218) 1.000000 (1- 0/588)7 20063.000000 (160504/8.000000) 0.001801 (0.392541/218) 1.000000 (1- 0/588)

Xvid_HS (Total Packet sent 856)Node Data Rate Average Delay Delivery Ratio1 40179.250000 (321434/8.000000) 0.001780 (0.635539/357) 1.000000 (1- 0/856)2 40179.250000 (321434/8.000000) 0.002620 (0.935359/357) 1.000000 (1- 0/856)3 40179.250000 (321434/8.000000) 0.003460 (1.235191/357) 1.000000 (1- 0/856)4 40179.250000 (321434/8.000000) 0.004300 (1.535052/357) 1.000000 (1- 0/856)5 40179.250000 (321434/8.000000) 0.005140 (1.834931/357) 1.000000 (1- 0/856)6 44287.250000 (354298/8.000000) 0.005512 (2.144318/389) 1.000000 (1- 0/888)7 44287.250000 (354298/8.000000) 0.006275 (2.440909/389) 1.000000 (1- 0/888)Peak delay 17ms , Xvid – less fluctuation Compare to others

Page 27: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Graphs and Analysis

X264 – 290 kbps ; Xvid & ffmpeg - 40kbps & 37kbps respectively

Page 28: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Graphs and Analysis

x264 & ffmpeg peak at near 30000 kbps , after 17s later Xvid also touch peak value.

Page 29: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Graphs and Analysis

No big difference -17ms - but invalid packet is observed in output flow

Xvid_HS_ with Traffic ((Total Packet sent 856)Node Data Rate Average Delay Delivery Ratio

1 67779.875000 (542239/8.000000) 0.001287 (0.736427/572) 1.000000 (1 - 0/1172)

2 67779.875000 (542239/8.000000) 0.001824 (1.043099/572) 1.000000 (1 - 0/1172)

3 67779.875000 (542239/8.000000) 0.002360 (1.349661/572) 1.000000 (1 - 0/1172)

4 67779.875000 (542239/8.000000) 0.002894 (1.655550/572) 1.000000 (1 - 0/1172)

5 67779.875000 (542239/8.000000) 0.003433 (1.963446/572) 1.000000 (1 - 0/1172)

6 67779.875000 (542239/8.000000) 0.003969 (2.270099/572) 1.000000 (1 - 0/1222)

7 67908.250000 (543266/8.000000) 0.004498 (2.577290/573) 1.000000 (1 - 0/1223)

Page 30: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Graphs and Analysis (VSEBT_Rtp)

Delay increase gradually from 0 to 37 secondsDelay record less than 1ms in HS system ( constant )Extraordinary performance of HS is ultimately Incomparable With EDR

Page 31: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Graphs and Analysis (VSEBT_Rtp)

Peak at 53ms when system is EDR and Constant Zero when system is HS

Page 32: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Possibly Live test and graphs analysis

Test between two HP laptop :- Support EDR 2.1 functionality -a assumption that unicast streaming in EDR (ns-2) gives the same output.

Page 33: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Possibly Live test and graphs analysis

Page 34: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Possibly Live test and graphs analysis

Peak Delay 345ms and most of the time delay range is in between 20ms & 260 msIn some point jitter goes to 250 ms and rest of the cases stay in acceptable rangeFinally Throughput where peak at 755 kbps and low value at 11kbps.We assume our experimental live streaming test is very similar like the output data.

Page 35: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Presentation Contents

Bluetooth Challenges Development Result Conclusion

Challenges Development Result Conclusion

Video files & other tools

http://www.vsebt.rangan.nopayhost.com

Page 36: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Conclusion

We have developed -●Method for video streaming and evaluation over -Bluetooth (v2.1 & v3) -in maximum possible salves (7) -which support any video duration ●Two frameworks - can be applied over upcoming Bluetooth specification (v4)

Findings :√Encoding method is extremely important –√ The packet size & type 3-DH5

It can be believe that this research work is the first work with High speed Bluetooth connection as it is adopted very recently

Page 37: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Conclusion

Further research-we consider experimenting with scatternet topology and to supports any video format

To face this challenge –Critical implementation methods (ex: new protocol design, node formation) have to be addressed for realistic video transmission and evaluation .

However, if we only concern with piconet another new topology can be created . If we can merge master of piconet with Wifi Router . Wifi Cum Bluetooth ( WB )

Page 38: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Challenges Development Result Conclusion

Wi-fi Cum Bluetooth ( Future work )

High Cost Low Cost

Conclusion

Page 39: Bluetooth V SEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network. Presentation Contents BluetoothChallengesDevelopmentResultConclusion

Bluetooth

VSEBT An Adaptive Approach for Video Streaming and Evaluation Over Bluetooth Network.

Presentation Contents

Bluetooth Challenges Development Result Conclusion

Challenges Development Result Conclusion

Questions

Video files & other tools www.vsebt.okzbdcom