A stream is a series of data elements (characters, bytes or complex packets) which can be accessed or made accessible in a serial fashion. Random access is not possible.

learn more… | top users | synonyms (1)

0
votes
0answers
33 views

Handling streams while Batch Printing RDLC reports from a console application

I am printing reports from a console application. I started off using the manner prescribed by Microsoft ( http://msdn.microsoft.com/en-us/library/ms252172(v=vs.100).aspx). In this technique, one ...
1
vote
3answers
44 views

File.Open Cross Thread Writing

Is it safe to open a file and write a stream to it across multiple threads? If no what could I implement to make it safe?
0
votes
0answers
12 views

WCF How to detect client disconnect when transfermode = streaming and encoding is MTOM

I wrote a WCF service that exposes a method to allow a client to upload/stream me a file. It works great, but I noticed that if the client drops their connection (their computer powers down or network ...
0
votes
1answer
32 views

why is EOFException used mainly by data input streams?

From Java API public class EOFException extends IOException Signals that an end of file or end of stream has been reached unexpectedly during input. This exception is mainly used by ...
0
votes
1answer
33 views

Stream file from URL to File without storing it in the memory

I want to download a file from a URL and store it into the file system. However I have memory limitation and I don't want to store it in the memory before. I am not a java expert and I am a bit lost ...
1
vote
3answers
69 views

Python and zlib: Terribly slow decompressing concatenated streams

I've been supplied with a zipped file containing multiple individual streams of compressed XML. The compressed file is 833 mb. If I try to decompress it as a single object, I only get the first ...
0
votes
1answer
13 views

Handling multiple audio streams in flex mobile application

I'm currently trying to write an app that will be able to stream from multiple sources, which I will have as a list. I would like for the user to click a choice in the list, then click the "play" ...
0
votes
1answer
16 views

Flume NullPointerExceptions on checkpoint

I've setup a file to file source/sink , just as a test of basic flume functionality. Im currently using the "exec" source, with the command being "tail -F mytmpfile". In my script, I continuously ...
0
votes
0answers
17 views

Message "Operation not permitted on IsolatedStorageFileStream

I have a project on a windows phone in c# with two separate pages each page has identical code on Page 1 works. Page 2 throws "Operation not permitted on IsolatedStorageFileStream" I have run them ...
2
votes
1answer
68 views

why does this Dart broadcast stream not accept multiple listen calls

import 'dart:async'; void main() { var dog = new Dog(); showTheDogACat(dog); print('outside'); dog.bark(); } class Cat{ void runAway(msg){ print("$msg I'm running away!"); } } class ...
1
vote
2answers
38 views

stream a file to a vector<float> with copy+back_inserter

I need to read floats out of a file and push them into my vector. I can get his to work by using a temp float but I'm trying without one now. For some reason the following doesn't work. ...
0
votes
0answers
59 views

MPEG2 video streaming client using iOS

I am trying to stream an MPEG2 live video from an UPnP media server (implemented on a Set-top-box in the same local network), I have to deal with this kind of URL : ...
15
votes
0answers
325 views

Is HttpWebRequest implemented differently in mono and .net?

I am trying to port the c# cloudinary api to mono and I am having some problems building up the http request. I have separated out this method for setting up the request but the ...
0
votes
0answers
6 views

I have used Social Stream Gem but I need to add some attributes to user model

I have used Social Stream Gem but I need to add some attributes to user model and some filter concept also How I implement in this concept in social stream gem
0
votes
0answers
23 views

Java: Stream music from disk

Right now I'm doing (just a small example) AudioInputStream music = AudioSystem.getAudioInputStream(new File(filename)); Clip clip = AudioSystem.getClip() clip.open(music); clip.play(); But does ...
0
votes
0answers
29 views

Where to find free links to live streams, video on demand, etc?

I am interested in creating videos on my website which will play free Live Streams and Videos on Demand. I was wondering if there was a website or resource that provided these direct URL links. For ...
1
vote
1answer
30 views

Streaming files with cherrypy

I am trying to stream a video file using cherrypy. When I go to localhost:8080/stream?video=video.avi it starts downloading, but after a few seconds it just "completes" the download no matter how ...
2
votes
1answer
112 views

Powershell - redirect executable's stderr to file or variable but still have stdout go to console

I'm writing a script to download several repositories from GitHub. Here is the command to download a repo: git clone "$RepositoryUrl" "$localRepoDirectory" When I run this command it displays some ...
0
votes
0answers
11 views

Callbacks within Streams on('data') and on('end') and Mongoose.js

I am reading a large .csv file using fast-csv myFile.js var count = 0; var stream = fs.createReadStream("name of file"); fcsv(stream) .on('data', function(data) { ModelName.find(query, ...
0
votes
1answer
29 views

Showing the audio player in Wordpress 3.5.1

I was trying to insert the mediaelement player in a page on Wordpress 3.5.1. According to the documentation I used the [audio src="file.mp3"] shortcode, but it doesn't seem to work. Nothing is ...
0
votes
1answer
66 views

php - let the visitor download a remote file, chunk by chunk (range)

It's a recurring question on StackOverflow and i've browsed to all existing suggestions unsuccessfully. Here's what I'm trying to achieve: - visitor comes to my webpage and i have to send him a very ...
0
votes
1answer
21 views

Closing InputStream for MIDI

When should one close an InputStream that was passed as a parameter to the MIDI Sequencer? Does it get closed automatically when Sequencer.close() is called, or should I close the input stream once it ...
1
vote
0answers
15 views

Eavesdropping a communication between a local application and the network [migrated]

After some digging on the Internet, I've been unable to find a satisfying solution for my curiosity... Here's the thing : using a shell script, I've been able to obtain a list of IP addresses ...
1
vote
3answers
58 views

AES C# File Encryption - stream writes only 16 bytes

Here is piece of my code, which should encrypt file and write cryptograph into new file. Code is similiar to example found at Microsoft MSDN webpage. byte[] inputBuffer = new ...
1
vote
1answer
50 views

Difference between returning a Stream and writing to HTTP output stream

What is the difference when returning files between public Stream getFile(string filename){ Stream s = _getFileStream(filename); Response.AddHeader( "Content-Disposition", ...
1
vote
3answers
33 views

Concatenate two (or n) streams

2 streams: Given readable streams stream1 and stream2, what's an idiomatic (concise) way to get a stream containing stream1 and stream2 concatenated? I cannot do stream1.pipe(outStream); ...
1
vote
2answers
36 views

How to add linebreaks to a stream reader if conditions are met

So I have code that needs to check if the file has already been split every 50 characters. 99% of the time it will come to me already split, where each line is 50 characters, however there is an off ...
-1
votes
0answers
22 views

Color of Error Stream Text [closed]

I have a nice C# console application that is writing red text when an error noted. The application is now under some long haul testing. I need to redirect stdout to a file but still get the error ...
-1
votes
0answers
17 views

edit samplecode to upload multiple files to ftp [closed]

code in following link is apple's sample on how to upload a single file to a ftp server. i tried editing it in order to be able to upload multiple files to a single FTP. so i opened the connection, ...
1
vote
2answers
58 views

Byte array java xml serialization

I have problem with xml serialization in java. Actually I have to make a xml header to my cryptography program which should look like this: <EncryptedFileHeader> <Algorithm>algorithm ...
0
votes
1answer
27 views

What's the better way: 1 pipe and 1 socket, or 1 socket?

I have a server-program which processes audio-data and passes it thru to the audio-drivers. The server-program copies the audio-data and puts the copy in a named FIFO in a seconds thread. If there ...
0
votes
1answer
28 views

WCF Webservice with an ASMX interface returning a Stream

I have a WCF service for inter-system, inter-network integration. The service was originally created with just the WCF SVC interface, but because of requirements that came to light after deveopment ...
0
votes
1answer
77 views

Wowza: Need to stream rtp-live to iphone

I need to stream rtp-live to iphone. My channels are configured in SDP files. When I request channels from Flash player, I have a plug-in that starts streaming data to Wowza once it detects the ...
0
votes
0answers
24 views

inconsistency of data using FQL - Table stream

I'm using FQL to get the post recently modified to exactly 10 minutes ago, the FQL used is as follows: SELECT post_id, message, created_time, likes.count, likes.user_likes, comments.count, actor_id ...
0
votes
0answers
25 views

Shoutcast DNA2 Read XML

I want to ask how i can readout the XML from shoutcast 2 ? URL: IP:PORT/stats?sid=1 Now how i read the XML data and put the write the values down with php? Thanks in advance.
3
votes
1answer
56 views

Scala Stream call-by-need (lazy) vs call-by-name

So I understand that call-by-need is simply a memoized version of call-by-name. In Martin Odersky's FP Course on Coursera, in lecture 7.3 (Lazy Evaluation), he mentions that if Streams were ...
7
votes
2answers
101 views

Illegal binding of built-in syntax: `:`

I need to build custom Stream data type. It's like list data type, but for infinite lists only (without empty list possibility). i found list data type - data [] a = a : [a] | [] and i wrote ...
1
vote
2answers
37 views

Dealing with JPEG Files

I am quite new with this idea but I tried to open JPEG file in NOTEPAD, & without making any change i RE-Saved it with new name let new.jpg but when opened this new.jpg it is firing error in ...
-3
votes
0answers
84 views

Play RTMP link in Android [closed]

Hi Guys I plan to play my RTMP stream from my app, but how can I do it?, I can open the stream in VLC or BSPlayer but How can I make it work in the app, standalone?. I plan to use a button and when ...
0
votes
1answer
48 views

Ocaml lexer / parser rules

I wrote a program in ocaml that given an infix expression like 1 + 2, outputs the prefix notation : + 1 2 My problem is I don't find a way to make a rules like : all value, operator and bracket ...
0
votes
1answer
60 views

Scala Iterator/Stream with Known Size

I have a Scala Iterator (I can use either datatype comfortably for my purpose) which I've cast from a Seq. I'd like to keep it around until I'm ready for it, but I'd also like to be able to get the ...
0
votes
1answer
96 views

I can't find Memory leak

Maybe this is not a good question to post but I am kinda desperate. I have a little piece of code, and i have a memory leak, but i don't know how to overcome it. please help. var nPiece = ...
0
votes
0answers
22 views

Adding audio data from file to an AudioGroup to send over RTP

I am trying to stream audio data read from a file to a remote client over RTP. I have no clue how to add audio data from a file(mp3) to an AudioStream object. I can hear microphone data clearly, but ...
0
votes
1answer
18 views

From Wcf streaming service to directly to disk

I have got a wcf service that sends me streams (large ones usually). As the client application my role is to get a stream over WCF and save it to disk. I've written some code but it seems like first ...
0
votes
1answer
68 views

warning: control reaches end of non-void function [-Wreturn-type]

error message is in the tittle. does anyone know whats wrong? i want to clear this warning. im clueless. const std::string loadShaderFromFile(std::string shaderFilePath) { // load file ...
0
votes
0answers
29 views

publish in user's wall php-sdk?

It is not publishing in user's wall, i don't know where is prolem $user = $facebook->getUser(); if ($user) { try { // Get the user profile data you have permission to view $user_profile = ...
0
votes
1answer
13 views

How to increase maxReceivedMessageSize

i have wcf service and i am sending large streams from service to client. this is my code in client web config <bindings> <basicHttpBinding> <binding name="Blabla" ...
0
votes
1answer
59 views

C# How do I export a MemoryStream's content to the console and write the stream's content onto the console?

The title says pretty much all. I am making a logging system using the "Debug" class (Debug.WriteLine, etc.), and I've attached a TextWriterTraceListener to it so it can log all the strings that has ...
-1
votes
1answer
62 views

cin does not flush cout when using stream iterators

I am trying the following code, #include<iostream> #include<string> #include<iterator> using namespace std; ostream_iterator<string> oo(cout); istream_iterator<string> ...
0
votes
0answers
105 views

Stream desktop over RTP using VLC with the lowest latency possible

I have been trying to figure out how to stream my desktop (over LAN) using VLC and to achieve the lowest latency possible (>100ms). The goal is to have another computer receive the stream and ...

1 2 3 4 5 86