Skip to main content

Questions tagged [real-time]

A task is real-time when the timeliness of the activities' completion is a functional requirement and correctness condition, rather than merely a performance metric. A real-time system is one where some (though perhaps not all) of the tasks are real-time tasks. DO NOT USE THIS TAG if all you mean is 'real-world'.

0 votes
0 answers
12 views

Subscribe to Real-Time data ~ MT5 Python

I've been able to easily fetch historical data from MetaTrader 5 (MT5) using the MT5 Python API. However, I'm struggling to find a way to receive real-time market updates similar to subscribing to a ...
user26132048's user avatar
0 votes
0 answers
22 views

How to implement real-time Speech-to-Text with Angular, ASP.NET Core Web API, and Microsoft Azure Speech Service?

I am trying to build a real-time speech-to-text web application using Microsoft Azure Speech Service. Currently, I am recording the user's voice using MediaRecorder, and after the user finishes the ...
HamZa Samha's user avatar
-1 votes
0 answers
10 views

How to Reduce Latency in Real-Time Machine Learning Model Deployment on AWS SageMaker? [closed]

I'm experiencing significant latency in my real-time ML model deployed on AWS SageMaker. I've tried various instance types, simplified preprocessing, and model optimization, but the delay persists. I ...
Adeel Ahmad's user avatar
-2 votes
0 answers
12 views

Seeking advice on creating datasets and tools for real-time Indian Sign Language conversion project [closed]

I am currently working on a project aimed at real-time conversion between audio/text and Indian Sign Language (ISL), utilizing 3D character animation. However, I am encountering challenges in two key ...
Devi anugraga's user avatar
0 votes
0 answers
16 views

Unable to get real-time chat updates in Pusher Flutter

I've implemented a chat functionality on an app, however, I'm finding it difficult to get real-time chat updates, as well as updating UI with new messages. My Chat gets sent to the database but no ...
ComputerMaverick's user avatar
0 votes
0 answers
34 views

Realtime data transfer from Python to Java

What is the best way to solve the following problem: I have a python script to subscribe to realtime incoming data. The data is pushed from the publisher (it is a blackbox but my guess is it creates a ...
BattosaiX's user avatar
-1 votes
0 answers
25 views

Get real-time game events without using Overwolf

Overwolf sends events (death, game start) for locally running games (such as Valorant or Fortnite). For example, Valorant has an official API, but there is no local event fetching like in League of ...
yolo's user avatar
  • 588
-1 votes
0 answers
13 views

Real time predictive maintenance [closed]

I am continuously predicting the next 8 timesteps, with each prediction spaced 1 second apart as new data arrives. To manage this, my dataset maintains a fixed size of 100 values. Whenever 8 new ...
Lekhraj Ajageer's user avatar
0 votes
0 answers
20 views

Do Push Notifications make Websockets obsolete for a chat app with Flutter? [closed]

I've currently configured FCM to use push notifications within my flutter app for both iOS and Android. The website of the concerned app uses a chat app that uses polling to simulate real-time ...
DevelJoe's user avatar
  • 1,132
0 votes
0 answers
19 views

How can I improve response time for real-time threads on Linux?

I'm currently working on optimizing the response time for real-time threads on my Linux machine. I have identified a few parameters that might be adjusted: sched_rr_timeslice_ms HZ sched_latency_ns ...
user26102897's user avatar
0 votes
1 answer
78 views

How to Implement Real-Time Live Location Tracking in Flutter Apps?

I'm developing a Flutter app that requires real-time live location tracking. My objective is to continuously track and update the user's location in real-time. However, I'm facing some issues and need ...
Riyal Gondaliya's user avatar
0 votes
0 answers
20 views

Voice Chat web app using Socket.io in Nextjs

I am unable to play the audio stream recieving from socket. I am capturing audio and and emitting the stream as a Blob. "use client"; import socket from "@/socket-io"; export ...
Haseeb Irfan's user avatar
-2 votes
1 answer
27 views

How to filter password user input char-wise for special characters, suppressing ESC sequences in Bash?

I'm trying to find a solution which can filter user input for a password char-wise via read command (not by read -e, which prevents directly responding to key strokes), filtering and handling special ...
fozzybear's user avatar
  • 117
0 votes
0 answers
23 views

Remote Video Not Displaying in Django WebSockets Video Call Implementation

I'm trying to build a video call feature for two users (local and remote peers) using Django, WebSockets, HTML, and JavaScript. The local video is working fine, but the remote video is not showing up ...
Neiheel's user avatar
0 votes
1 answer
30 views

node js is not connecting with client side javascript to enable run time chat application

I wrote this code for client and for server side but its not working what will ne the problem client.js const socket = io('http://localhost:8000'); const form = document.getElementById('send-...
Yashodeep Deshpande's user avatar

15 30 50 per page
1
2 3 4 5
309