Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
stream
- Page 1
Re: Custom Media Server
Hardware and Software
Linux and Unix
3 Weeks Ago
by Vince_6
I used Plex and a Mac for years to
stream
to my TV. When I switched to linux, PLex ran but couldn't find my media directories. I finally found a product called Emby. It has a server that runs and aps for many different divices. It even has one for my FireTV. Works great.
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
3 Weeks Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Stream Problems
Programming
Software Development
13 Years Ago
by VernonDozier
…"; stringstream
stream
(aString);
stream
.seekg(0, ios_base::beg); assert(
stream
.good()); PrintStream(
stream
); Manipulate(
stream
);
stream
.seekg(0, ios_base::beg); assert(
stream
.good()); PrintStream(
stream
); cin.get…
Re: Stream Problems
Programming
Software Development
13 Years Ago
by VernonDozier
…;< endl; char c; while(
stream
.good()) { c =
stream
.get(); if(
stream
.good()) { cout <<…char c; int loc; while(
stream
.good()) { loc =
stream
.tellg(); c =
stream
.get(); if(!
stream
.good()) { continue; } …
Re: Stream Problems
Programming
Software Development
13 Years Ago
by Sky Diploma
…c; while ( !buffer.empty()) { if(
stream
.good()) { c=
stream
.get(); buffer+=c; if(buffer.find(str1)!=…"; stringstream
stream
(aString);
stream
.seekg(0, ios_base::beg); assert(
stream
.good()); PrintStream(
stream
); string a="…
Re: Stream Problems
Programming
Software Development
13 Years Ago
by Sky Diploma
… back the whole file into the
stream
. Consider this example: Original
Stream
= abcdefghijklmnopq Word to be Inserted is…variable (whatever remains after insertion) 5) the next
stream
would be [lmnopqrs] which continues to fully overwrite …the rest of the file/
Stream
. As files/streams are contiguous sets of bytes…
Re: Stream Problems
Programming
Software Development
13 Years Ago
by Narue
[QUOTE]So if I have a
stream
of 100,000,000 bytes, they're all contiguous in … parts of memory temporarily as they're consumed and the
stream
buffer is refilled. As far as your concerned, a…
stream
is a queue of characters with very limited out of …
Re: Stream Problems
Programming
Software Development
13 Years Ago
by Sky Diploma
… idea seems interesting. I think I'd have the output
stream
as something other than cout, but the point is that…. I might be wrong. But as far as editing the
stream
is concerned. I find no other option than rewriting the… whole
stream
. @Narue: Your method is very clean :) and by far requires…
Re: Stream Problems
Programming
Software Development
13 Years Ago
by Narue
[B]>
stream
.seekg(7, ios_base::beg);[/B] seekg() is for adjusting the read pointer. You want seekp() to adjust the write pointer.
Re: Stream Problems
Programming
Software Development
13 Years Ago
by Sky Diploma
… that the put-pointer is used for writing into a
stream
where as the get-pointer is rather to just read… it is only possible to overwrite the data in a
stream
with the write() function. However I would really love to…
Re: Stream Problems
Programming
Software Development
13 Years Ago
by Narue
… down that particular path unless it's an exercise in
stream
processing. Inserting and deleting with an inherently sequential source is… work with a source and a sink (input and output
stream
), and keep an intermediate buffer for matching the search string…
Re: Stream Problems
Programming
Software Development
13 Years Ago
by VernonDozier
…] This I did not know. So if I have a
stream
of 100,000,000 bytes, they're all contiguous in… idea seems interesting. I think I'd have the output
stream
as something other than cout, but the point is that…
Re: Stream Problems
Programming
Software Development
13 Years Ago
by VernonDozier
… so that works. String manipulation seems vastly less complicated than
stream
manipulation. But again, this all feels like cheating to me…
Re: Stream Problems
Programming
Software Development
13 Years Ago
by Narue
… storage are severely constrained, and there's no option to
stream
with alternative sources/destinations, [i]and[/i] you have an…
STREAM Object : Load file from mapped drive
Programming
Web Development
14 Years Ago
by dan_J@ej00nG
…quot; & FileName set
stream
= server.CreateObject("ADODB.
Stream
")
stream
.type = adTypeBinary
stream
.open 'im stuck here
stream
.LoadFromFile ("X:\img\"…;) & FileName while not
stream
.EOS response.BinaryWrite
Stream
.Read(1024 * 64) wend
stream
.Close Set
stream
= Nothing response.Flush response.End %&…
Stream to another exe?
Programming
Software Development
14 Years Ago
by mattloto
I need a way to communicate with other exe's. Almost like being able to call cout but to a exe, not the output
stream
. Both of the apps would be in c++. I know cout is for output
stream
, sstream is for any
stream
, fstream is for files, something like those, but for exe's. Basically they need to communicate. Thanks in advance.
Re: Stream to another exe?
Programming
Software Development
14 Years Ago
by mattloto
… output to another process, but my program is a continuous
stream
of input/output. Also, if needed, I can use linux…
Stream extraction and insertion operator
Programming
Software Development
12 Years Ago
by Hey90
I have been told it is good to overload the
stream
extraction operator to load data from a file. Would I ….variable3; return input; } What are the advantages of overloading the
stream
extraction operator to read data from a file? Also I…
Key logger(Stream Writer) is not working on Windows 8.1
Programming
Software Development
9 Years Ago
by Aditya_14
stream
writer is not working in windows 8.1 worked partially how can write console output in a text file without
stream
writer .?
Re: Stream extraction and insertion operator
Programming
Software Development
12 Years Ago
by deceptikon
> What are the advantages of overloading the
stream
extraction operator to read data from a file? Among other …
stream and variable declaration problem
Programming
Software Development
17 Years Ago
by tootypegs
Hi my problem is as follows. I want to
stream
a certain amount of bytes from usbimage2.txt until my …
Stream Music right from player.
Programming
Web Development
15 Years Ago
by jbisono
…, my issue is this, i want to be able to
stream
audio over http from my computer lets say play what…
stream encoding setting
Programming
Software Development
14 Years Ago
by vedro-compota
hello guys)) Advice please - how to set the
stream
encoding? (to read a text file) I use this code - […
Re: stream encoding setting
Programming
Software Development
14 Years Ago
by Mitja Bonca
… that it can return -1 if the end of the
stream
has been reached (like you did in your example), but…
Stream Value
Programming
Software Development
14 Years Ago
by zslgreen
How i can pass
Stream
values in file?
Re: Stream Value
Programming
Software Development
14 Years Ago
by tkud
When you say '
stream
values', do you mean file streams, I/O streams or string streams?
Stream Corrupted Problem
Programming
Software Development
13 Years Ago
by 47pirates
… socket using readObject() , it gives [B]java.io.StreamCorruptedException: invalid
stream
header: 756C3A3A [/B] error. What is the problem? i've…
Stream VOB
Hardware and Software
13 Years Ago
by jbennet
Ive got a bunch of VOB (mp2) files from DVDs - far too many to transcode to, say, H.264 format), plus i dont want to lose any quality. I want to be able to
stream
these from my (linux) server. What software do I need?
Stream position in video to remote computer
Hardware and Software
Microsoft Windows
12 Years Ago
by lpsarsam
Hi :) I was wondering if anyone knows of (or has created) some type of software that could synchronise video between two remote computers (not on LAN). My internet speed is too slow to
stream
the actual video file, so is there some way of simply streaming the position of the movie to the other computer. I hope I'm being clear enough :P Thanks :D
Re: Stream position in video to remote computer
Hardware and Software
Microsoft Windows
12 Years Ago
by caperjack
… the internet is the only way I know of to
stream
from one computer to another ove a long distance
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC