Skip to main content

Questions tagged [stream]

DO NOT USE FOR THE JAVA STREAM API INTRODUCED IN JAVA 8 (use [java-stream] for those questions!) A stream is a series of data elements which can be accessed in a serial fashion.

stream
5,002 questions with no upvoted or accepted answers
23 votes
3 answers
6k views

Merging/mixing two audio streams with WebAudio

I have a MediaStreamSource sourced from navigator.getUserMedia, which is connected to a GainNode, which in turn is connected to a ScriptProcessorNode, like so: [getUserMediaStream] -> [...
eirikrye's user avatar
  • 331
11 votes
1 answer
16k views

wireshark search tcp stream for string

I need to be able to search all tcp streams that contain a particular string, not just a particular packet. Something like: tcp.stream contains "string" I need to do this in order to filter out all ...
Zach Ogden's user avatar
11 votes
1 answer
1k views

Treating 7z files as .NET streams

I would like to chain multiple stream operations (like downloading a file, uncompressing it on the fly, and processing the data without any temp files). The files are in 7z format. There is a LZMA SDK ...
Yuri Astrakhan's user avatar
11 votes
2 answers
1k views

Does RenderMonkey have a bug in TEXCOORD stream mapping for GLSL?

For clarity, I start with my question: Is it possible to use (in the shader code) the custom attribute name which I set for the TEXCOORD usage in the (OpenGL) stream mapping in RenderMonkey 1.82 or ...
Deorbit's user avatar
  • 293
10 votes
0 answers
2k views

Change speaker for webrtc calls on mobile device using the browser

What I am trying to achieve: 1. When initiating a call via webrtc, the default speaker should be the ear speaker not the loudspeaker 2. I need a way to switch between loud and ear speakers while on ...
Kaloyan Pavlov's user avatar
10 votes
1 answer
4k views

Node.js streams not flushing between uses. How to flush?

I'm having an issue with Node.js Streams/Buffers where they aren't being closed/flushed following first use. I have a read stream created from fs.createReadStream that I am piping to a custom write ...
marked-down's user avatar
  • 10.3k
10 votes
0 answers
520 views

Best practice to stream data in realtime from Android to Bluetooth

I have an android application that writes data to a simblee bluetooth. Below the code I have : public void sendData(String data) { Utils.addLog(TAG,"sending data : " + data); if (...
Dany Y's user avatar
  • 6,963
10 votes
1 answer
1k views

How to make AAC seekable over http stream using Android MediaPlayer?

I have an app using MediaPlayer that works fine when I stream progressive download MP3s. I have tried to use that same app to stream progress download AAC files. And it plays the files fine. What ...
chubbsondubs's user avatar
  • 38.2k
9 votes
0 answers
2k views

Swift NWConnection - Receive failed with error "No message available on STREAM"

I'm currently working on an iOS-App and i need to connect to another device. The NWConnection is successfully established using TCP and I can receive one (and only one) message from the remote device ...
M_to_the_J's user avatar
9 votes
0 answers
3k views

HTML5 video stream arrayBuffer

Server sends video as arrayBuffers and streams them to client using websockets. On the client side i receive arrayBuffers in real time. So, is there any way to launch video stream using these ...
Vladyslav Hrytsenko's user avatar
9 votes
0 answers
2k views

Trying to understand PyAudio error: [Errno -9981] Input overflowed

I am trying to do a sound processing project with PyAudio, but I sometimes get this error and I don't understand why. The following code plays back audio heard on my laptop mic, and then pauses for ...
pyjamas's user avatar
  • 5,094
9 votes
0 answers
1k views

nodejs create a duplex stream from a readable and writable

I'm working on the nodeschool stream adventure and got to the duplex redux challenge. I solved the challenge using the duplexer module but wanted to solve it using native stream functionality. Here ...
Jake Sellers's user avatar
  • 2,409
8 votes
0 answers
722 views

ffmpeg to kurento rtp stream choppy video issue

I use ffmpeg to make an rtp stream to kurento media server and then send it to browsers via webrtc. ffmpeg (h264 RTP) -> Kurento -> (h264 WebRTC) Browser I'm capturing virtual xorg display. This ...
ahmetsarias's user avatar
8 votes
0 answers
2k views

How to filter a text I/O stream in Python

Given a text I/O stream (e.g. from open() or StringIO()), how do I create another stream that filters out lines that match a certain pattern, without reading the entire input stream first? I know that ...
Uri Granta's user avatar
  • 1,884
8 votes
0 answers
2k views

Bluetooth communication from PC to mobile phone, use laptop speaker and mic during voice call

I am using 32feet.net library for connecting with Bluetooth mobile phone. I have successfully discovered devices, successfully paired with device. I have successfully made a call using AT command with ...
Muhammad Obaid Ur Rehman's user avatar

15 30 50 per page
1
2 3 4 5
334