0
votes
0answers
30 views
No audio with streaming video [closed]
I am having trouble with audio when playing streaming videos. My sound card is fine. I know this because if I play sounds from my local machine, there's no problem. It's only when …
0
votes
2answers
35 views
How do i stream an audio file from the server to iphone?
Hi all,
I need to stream an audio file which is saved on my server. Is it possible for me to stream that file in order to play it on my iPhone? Or is there any other way to play a …
1
vote
1answer
30 views
Does Flash/Flex fully load a flv before starting to play it?
If you have an flv of 20mb, does Flash fully load it before starting to play it? And if not, what's the difference then with streaming video?
0
votes
1answer
21 views
Streaming input to System.Speech.Recognition.SpeechRecognitionEngine
Hello,
I am trying to do "streaming" speech recognition in C# from a TCP socket. The problem I am having is that SpeechRecognitionEngine.SetInputToAudioStream() seems to require …
0
votes
0answers
19 views
get underlying response stream from WebOperationContext
How do I get access to the underlying response stream from a WebOperationContext?
0
votes
1answer
28 views
Why is WCF reading input stream to EOF on Close()?
We're using WCF to build a simple web service which our product uses to upload large files over a WAN link. It's supposed to be a simple HTTP PUT, and it's working fine for the mo …
1
vote
3answers
33 views
Best way for live RTMP streaming from dv camcorder
I herd about RED5, but unfortunately I can't find any examples for feeding it with external source. I know RTSP is in development, but I'm thinking about (named) pipes or something …
1
vote
1answer
45 views
What is a better way to stream audio with Perl CGI?
Stackoverflow:
For a cs assigment I am using the following code to stream audio. However, now I would like to add the ability to stream files successively, as in a playlist, ho …
2
votes
7answers
153 views
Parsing variable length descriptors from a byte stream and acting on their type
I'm reading from a byte stream that contains a series of variable length descriptors which I'm representing as various structs/classes in my code. Each descriptor has a fixed lengt …
2
votes
4answers
71 views
Generating Separate Output files in Hadoop Streaming
Using only a mapper (a Python script) and no reducer, how can I output a separate file with the key as the filename, for each line of output, rather than having long files of outpu …
1
vote
4answers
68 views
Java: How to split XML stream into small XML documents? XPath on streaming XML parser?
I need to read a large XML document from the network and split it up into smaller XML documents. In particular the stream I read from the network looks something like this:
<a& …
3
votes
2answers
35 views
Flex streaming timing out
I have a Flex GUI which is using AMF Streaming to BlazeDS on WebLogic 9.2. As the AMF Streaming uses long polling, it keeps the connection open for extended periods of time.
WebLo …
2
votes
4answers
154 views
Windows application in C#?
I am designing a Windows application in C# which when run for the first time creates a local database (SQLite) and the data (around 200 MB or even more) to this is feed as a data s …
3
votes
2answers
76 views
Heroku: Serving Large Dynamically-Generated Assets Without a Local Filesystem
I have a question about hosting large dynamically-generated assets and Heroku.
My app will offer bulk download of a subset of its underlying data, which will consist of a large fi …
0
votes
0answers
13 views
full-duplex TCP/IP stream socket connection vs PollingDuplexHttpBinding vs WSDualHttpBinding
full-duplex TCP/IP stream socket connection vs PollingDuplexHttpBinding vs WSDualHttpBinding
I want to know -
What is same
What is different
Some comparing tables
Some articles …
