1
vote
2answers
17 views
How to stream large Files using JAXB Marshaller?
Hi.
The Problem I'm facing is how to marshall a large list of objects into a single XML File, so large I can not marshall the complete list in one step. I have a method that retur …
0
votes
2answers
42 views
Getting headers when streaming images through PHP from a database
I have some pretty simple php code that returns binary image data from a database.
ob_start();
$stmt = $db->prepare($sql);
$stmt->execute(array($ImageID));
$stmt->bindCo …
4
votes
6answers
151 views
How best to manage Linux’s buffering behavior when writing a high-bandwidth data stream?
Hi all,
My problem is this: I have a C/C++ app that runs under Linux, and this app receives a constant-rate high-bandwith (~27MB/sec) stream of data that it needs to stream to a …
0
votes
2answers
19 views
Video embed flashing
Can anyone help me with this video embed and tell me why it's flashing instead of playing the video?
http://www.seilingsfloors.com/dvd/
Update: I have verified that the .flv file …
0
votes
2answers
43 views
multiple http requests when processing streaming response using httpcomponents
I'm a newbie to http and Apache's HttpComponents API.
I need to process a streaming response of an http request using Apache's HttpComponents, while there may be additional http …
0
votes
6answers
66 views
how do you stream a sound clip on a web page so it is not easily downloadable?
This isn't my area of expertise at all, so I was wondering if anyone could point me in the right direction for streaming a sound clip from a web page.
The main restriction is that …
0
votes
1answer
29 views
how my cocoa application can track streaming-audio activity
I have to develop a application to log online streaming information like opened player(iTunes,Quicktime),running track, total running time of particular track.
0
votes
1answer
36 views
Streaming via RTSP or RTP in HTML5
I'm building a web app that should play back an RTSP/RTP stream from a server (http://lscube.org/projects/feng).
Does the HTML5 video/audio tag support the rtsp or rtp? If not, wh …
0
votes
1answer
81 views
+100
Linux application that bundles multiple incoming audio and video streams into one container file?
I've been assigned to implement a video on-demand service for a local university. Different aspects of the lectures (video, audio, screen cast, white board) will be recorded. Durin …
0
votes
0answers
19 views
Batch Uploads to with Ruby
Hey,
I am thinking about creating a batch upload script for ruby's gdata-ruby-util library, to batch upload documents to Google Docs. I have looked into the GData Batch Processin …
0
votes
2answers
36 views
Pay Per View Video Streaming
A few of my clients have been asking about adding Pay Per View video content too their websites. Most of these people are coaches wanting to teach other people coaching by demonstr …
1
vote
3answers
78 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 …
2
votes
0answers
15 views
Streaming Audio Clips from iPhone to server
I'm wondering if there are any examples atomic examples out there for streaming audio FROM the iPhone to a server. I'm not interested in telephony or SIP style solutions, just a …
0
votes
2answers
54 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 …
0
votes
1answer
39 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 …
