0
votes
6answers
66 views
how to generate a stream from a string ?
I need to write a unit test for a method that takes a stream which comes from a txt file, I would like to do do something like this:
Stream s = GenerateStreamFromString("a,b \n c,d");
1
vote
3answers
43 views
Facebook - Stream.publish
I want to programmatically publish messages to my site user's facebook page on their behalf, whenever certain events are triggered from my site. I'll have a cron that executes stream.publish when …
0
votes
1answer
44 views
Public stream to facebook’s user wall with php ?
I build a facebook app with php api, everything work fine just have a problem when i need public a message on user's Wall.
my code bellow
$appapikey = "xxxxxx";
$appsecret = "xxxxxx";
$facebook = …
0
votes
1answer
31 views
Understanding Streams and their lifetime (Flush, Dispose, Close)
Note: I've read the following two questions already:
Can you explain the concept of streams?
C# using streams
I'm coding in C#
In almost all code samples that use streams, .Dispose(), .Flush(), …
0
votes
1answer
46 views
C# - Stream a PDF using Response.TransmitFile() or Response.WriteFile() And then select a page
I want to stream a pdf from a directory on the server using an ASP.NET page. This works fine. The catch is that I want to pass Adobe Open Parameters to land on a specific page.
Adobe has parameters …
0
votes
1answer
14 views
Spreadsheetgear.IWorkbook/workbook object. How Do I retrieve the length of the workbok?
Dear Stackoverflow community.
Development Platform: .NET 2.0
Platform: ASP.NET
Spreadsheetgear: 2008
Language: C#
Is there a way to retrieve the Length in bytes of a workbook without copying …
0
votes
1answer
64 views
Is it possible to stream to an Android phone with Microsoft Media Server?
Let's say that I have Microsoft Media Server stream (i.e. mms://[some ip address here]). This stream contains both audio and video. Is it possible to stream this to an Android phone? How would I go …
0
votes
1answer
278 views
Jw Player stops after a few seconds in Firefox
On chrome it works ok.
My flash version is WIN 10,0,32,18
Debug: No
This is the code that i wrote:
<script type="text/javascript" src="/swfobject.js"></script>
<div id="player">
…
0
votes
5answers
99 views
java null pointer exception
hi, I'm getting java.lang.NullPointerException at while ((len = in.read(buf , 0 , buf.length)) >= 0) in following method:
public void copy(String src, File dst) throws IOException {
…
0
votes
1answer
30 views
How to put pointer in the desired place in a stream using PHP?
Hello!
Currently I'm making data parser via Telnet connection using PHP.
I've encountered problem:
I need to put pointer in a stream to the certain place(not to the end of data), but using of fseek() …
0
votes
4answers
53 views
Display a file from a byte[] or stream
I've got a winforms app that stores the contents of files in a database. The stored files can be of just about any type (word, excel, PDF, text, image ...) the user can select just about any type of …
1
vote
3answers
64 views
How to stream the contents of a file live to a browser
Hiya,
I'm trying to find a efficient way to watch the server log on a webpage, i don't mind building an app i just can't work out the best way to do it.
Is there a way to keep a stream open to a …
0
votes
1answer
32 views
Capture bitstream into string
I'll need to capture my bitstream into a string and keep concatenating the string. However, I'm not really sure how it's to be done. Any ideas?
#include <bitset>
#include <iostream>
…
1
vote
3answers
56 views
If I check stream for valid image I can’t write bytes to server
Hi.
I am trying to check if a file is an image before I upload it to the image server.
I am doing it with the following function, which works exceptionally well:
static bool IsValidImage(Stream …
0
votes
2answers
52 views
help with inluxis flv streaming (flash)
hello guys, me again..
this time i'm building a flv player via rtmp, my server is influxis (.com)..
i builted a few months ago a video player that streams trought http.. but that player donĀ“t work …
