Questions tagged [streaming]

15 questions
9
votes
2 answers

Can MQTT be used for queuing?

I am building a project which has the following requirements: My hardware device (NanoPi) should access a broker for a video key. The broker should have a queue which will hold the video keys sent by the server and will forward it to the device on…
ron123456
  • 423
  • 4
  • 12
7
votes
1 answer

Does Apache Kylo support IoT data consumption?

I manually setup a Kylo on my linux recently and tried some data pipelines on it including raw data and real-time streams. Results were as expected! Curious about IoT support of Kylo Did anyone successfully consume streaming data coming from an…
nitinr708
  • 171
  • 2
7
votes
2 answers

How to write/post files to website server through ESP 8266

I want to know if there is a way to send files to a website with sm ESP 8266 or any other IoT device. I intend that the IoT device will be the client. A PHP or scripting file on the website will act as the server. It will look like the IoT device is…
Jojo
  • 73
  • 1
  • 4
5
votes
1 answer

Network type for streaming from RPi to several ESP8266 modules

I would like to host a web page from a RPi that has websocket controls that update in 'real time' such as a slider that transmits its value as you move it. I then want to broadcast the values to several ESP8266 modules (~10) running Arduino via…
user6397
  • 53
  • 3
4
votes
0 answers

How could I use ESP32 for realtime wifi voice streaming?

I have an ESP32 with OV2640 camera and a GY-MAX4466 amplified electret microphone module and I would be able to connect it to ESP32 to stream voice and video in realtime when I connect to its IP, ideally at same time if hardware is capable enough or…
AndreaF
  • 141
  • 2
4
votes
1 answer

Music content for my IoT device

I'm building my own device based on Android. I want it to play music without having to connect to Spotify or SoundCloud. Any one know of a service provider I can use for this (at minimum cost)? I'd like to stream it from something like Spotify - but…
dafnap
  • 57
  • 2
2
votes
2 answers

Cheap low specs board with network and audio

I'm looking for an IoT board with: wifi, bluetooth and ethernet audio input at least 64Mb of RAM at least 128Mb of flash memory I'm trying to build an audio streamer box (for Sonos) which means a micro-controller probably won't be enough, so it…
Edson Medina
  • 121
  • 2
2
votes
1 answer

Stream ADC values from ESP32 over http

I have an ESP32 recording values from an ADC at a rate of 1 sample/second. I need the ESP32 to send new values to a device (let's say a smartphone app for now, eventually via a server), as they are recorder on the ADC. I've been wondering which is…
kmn
  • 121
  • 1
2
votes
1 answer

Stream real time data from smart band/watch to computer via Bluetooth

Description: I have a smart wrist band (link to Amazon) which has Bluetooth connectivity. My goal is to read real time on my computer (running Ubuntu 18.04) some of the data that is tracked by the wearable device such as the HR or the number of…
Federico Gentile
  • 205
  • 1
  • 2
  • 8
1
vote
1 answer

When stream security camera on TV using Google Home speaker, does the stream go through Google home?

How does Google home manage the connection to stream security camera video to a smart TV? Does Google home work as a proxy when the camera is streaming the video, or somehow it command (How?) TV to pull stream directly from the camera without Google…
alshaboti
  • 113
  • 5
1
vote
0 answers

No sound on Chromecast with Netflix

I just bought a new Thomson 32HD3331 TV and a Chromecast 3 device and I'm having a really strange sound issue in Netflix. For most films, I'm not getting any sound, but I do for a few (e.g. South Park). Other apps have no issue (e.g. YouTube), but…
mrgou
  • 111
  • 1
1
vote
0 answers

Audio Streaming from ESP32 to Pi

I'm trying to make an audio streamer by using SPH0645 I2S MEMS mic and ESP32 DevKit. I found 2 code, First one is achieved by using MAX9814 Electret mic. The second one is I2S audio streaming but to ESP32 not from ESP32. I want to combine these 2…
Selim Turkoglu
  • 111
  • 1
  • 3
0
votes
1 answer

How to correct Google Chromecast Audio playback / connectivity inconsistencies

I don't know what the deal is, whether Chromecast is at fault or my other streaming service Spotify, or perhaps my Xfinity router using WPA3 Personal encryption is the problem. But it just seems like often when I try to cast to a single Chromecast…
0
votes
0 answers

ESP32 SPP Congestion after sniff mode

I'm trying to use an ESP32 to stream position data over SPP, but I keep running into congestion issues - even when I remove debug logs etc. Essentially I get a mode change event.. ESP_BT_GAP_MODE_CHG_EVT: mode: 2 ..and then the phone/ client stops…
Drewster
  • 109
  • 2
0
votes
1 answer

Is there anyway to stream music from an unsupported streaming service to a DLNA enabled amp?

I have an amplifier that supports DLNA streaming. DLNA is not actually supported by the streaming services I use (amazon music, idagio). There are applications out there that are supposed to bridge the gap between the phone & DLNA supported device,…
hba
  • 103
  • 2