Feasibility of video streaming over IoT protocols

0 votes

Can Video streaming (low bitrates like 50 Kbps ) be done over IoT protocols like CoAP/MQTT with much better performances compared to HTTP/RTP or TCP/UDP streaming? Or underlying video streaming architecture does not help the use case using CoAP/MQTT. I am expecting some good resources or examples to support or not support my question. I asked this question because I could not find a good resource on video streaming over IoT protocols.

Sep 24, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
2,850 views

1 answer to this question.

0 votes

MQTT is specialized in low-bandwidth, high-latency environments, it is an ideal protocol for machine-to-machine (M2M) communication. Streaming video requires a continuous data flow. You could implement video over MQTT as it supports binary payload but it is not what it was designed for. Nothing prevents you to implement a multi-protocol device. MQTT for sensor streaming and TCP/UDP for streaming.

answered Sep 24, 2018 by Upasana
• 8,620 points

Related Questions In IoT (Internet of Things)

0 votes
1 answer

RPMs for IoT Agents of Backend Device Management GE in FIWARE IoT ecosystem

The RPMs for IDAS component are availaible. ...READ MORE

answered Jul 30, 2018 in IoT (Internet of Things) by DataKing99
• 8,250 points
1,354 views
0 votes
1 answer

How to tackle Security Loopholes of IoT Solutions ?

This is pretty off-topic, but I'll supply ...READ MORE

answered Aug 23, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
1,594 views
0 votes
1 answer

Identification of vulnerable code in an IoT node

The software running on a device is ...READ MORE

answered Aug 30, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
1,361 views
0 votes
0 answers

Kickstarter Funded Projects of IoT including BLE technology

I apologize in advance. I'm almost certain ...READ MORE

Sep 4, 2018 in IoT (Internet of Things) by Matt
• 2,270 points
1,090 views
0 votes
0 answers

Mosquitto Secure MQTT connection

My Question is regarding TLS/SSL MQTT connection. ...READ MORE

Jul 23, 2018 in IoT (Internet of Things) by Matt
• 2,270 points
984 views
0 votes
1 answer

MQTT connection consumes less power

HTTP(S) doesn't keep a connection open - ...READ MORE

answered Jul 24, 2018 in IoT (Internet of Things) by anonymous2
• 4,240 points
1,282 views
0 votes
1 answer

MQTT and CoAP Sensors and Actuators

For CoAP: Every 6LowPAN sensor mote has ...READ MORE

answered Oct 1, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
1,527 views
0 votes
1 answer

One-to-one Communication in MQTT

Your solution seems to be a decent ...READ MORE

answered Nov 23, 2018 in IoT (Internet of Things) by nirvana
• 3,090 points
1,902 views