Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [streaming]

Streaming is the process of delivering digital multimedia content from a provider to a consumer over a network. The provider may have the data stored or may be relaying it from a live source.

streaming
0 votes
0 answers
12 views

How can I create MediaStream or MediaTrack from a downloaded mp3 audio?

I need to download an mp3 file from a server and pass audiostream to webrtc peer. To do that I was trying to create MediaStream, but I have failed. I have got an error in this line: let newStream = ...
Tobic's user avatar
  • 53
-1 votes
0 answers
5 views

Node.js Streams: Pipe writable stream to readable stream

I am working on a service that access XML files from FTP server. I am using basic-ftp for accessing ftp server. I am using downloadTo function I have to download a file into writeable stream from FTP ...
Wits_52's user avatar
-1 votes
0 answers
11 views

Dependency management and execution environment in apache flink

we are evaluating apache flink for deploying streaming ml applications. How is dependency management handled in apache flink and especially the execution environment? Imagine python tasks with ...
Jost's user avatar
  • 115
0 votes
0 answers
9 views

How to apply bricksschema on live telemetry?

i am trying to understand on how to build a hardware agnostic remote monitoring solution, one of the suggestions is to use brick schema to define the relationships (ontologies) of the equipment ...
aditya's user avatar
  • 342
0 votes
0 answers
20 views

How to add start time and end time in the streaming dataset script to get only a particular interval of data

import pika import json username='0ccb6575-a617-44b5-a58f-ba6a77d1e372' apiKey='This is little bit confidential' id='0ccb6575-a617-44b5-a58f-ba6a77d1e372/...
Lalit Soni's user avatar
1 vote
1 answer
35 views

How could langchain agent step by step in `astream_event()`?

Example Code @tool async def tool1(): """tool1""" print('start1...') cmd = { 'cmd': 'Scrape', } await asyncio.sleep(5) # do something need ...
Xiang's user avatar
  • 435
0 votes
0 answers
14 views

No peer connection config when running node command

I am using pixel streaming ue5 setup with linux. Starting cirrus server with node causes 'NoPeerConnectionConfig' error and Disconnected(1006) when trying to connect to the website game version. I ...
TheMez's user avatar
  • 1
0 votes
0 answers
72 views

How to process a GET request in TIdHTTPServer when changing the position of a video in the browser?

I'm trying to write a simple HTTP server that can send videos (mp4) to the browser. But I can't make it so that the user can randomly change the playback position of the video in the browser. I'm able ...
Alex's user avatar
  • 1
0 votes
0 answers
17 views

Power BI RTSP video streaming using HTML viewer visualization

I have a CCTV rtsp video and I want to stream it in Power BI Dashboard using html5 viewer visualization which I need to put a HTML script as its data. The data is like this: location video_url ...
Muhammad Galang Gardamukti's user avatar
0 votes
0 answers
7 views

video tag html does not work in Chrome when source is a http stream whit vlc

Currently I have VLC media player streaming a video file out through http on port 8080. <!DOCTYPE html> <html> </head> <body> <h1>video</h1> <video ...
armin good's user avatar
0 votes
0 answers
42 views

Azure Logic App: Azure Event Hub Based Trigger - Reprocess Failed Events

I am looking for the details on the checkpoint mechanism in the Azure Logic App when the "When events are available in Event Hub" trigger is selected. My simple setup as shown below: ...
Sanket Kelkar's user avatar
-1 votes
0 answers
54 views

Why I see chunk sizes as text in browser when streaming HTTP with "Transfer-Encoding": "chunked"?

I am trying to stream HTTP using "Transfer-Encoding": "chunked". Here is the code for Deno (deno run -A --watch main.ts): function generateStream(): ReadableStream<Uint8Array>...
Alexander's user avatar
  • 300
0 votes
0 answers
26 views

Issues with Streaming HTML Content in JavaScript: Leading Parts of Tags Getting Removed

I’m working on a project where I need to stream HTML content from a server to a client using Server-Sent Events (SSE). The server sends chunks of HTML content that should be displayed on the client ...
khuss's user avatar
  • 325
0 votes
1 answer
35 views

Timeouts are not supported on this stream. Cannot receive stream response from API and save file to local disk in Blazor WASM

in my Blazor WASM app, I have a file download feature. When calling my API to download a specific file - the API calls to blob storage where the file is saved and returns it to the client. Since the ...
baouss's user avatar
  • 1,580
-1 votes
1 answer
51 views

Audio streaming from spring server

I hava a problem with audio streaming from my server. The server get some file from another server with grpc, and get it chunk by chunk. After my server get this chunk i put it in outputstream, that ...
Anton Danilov's user avatar

15 30 50 per page
1
2 3 4 5
494