0
votes
2answers
34 views
C# File Upload read to memory and use as text file - is there a better way?
I have a intranet hosted web application where the user will upload a text file with space delimited data in 5 columns. I don't wish to save the file so I wanted to just use it in …
-1
votes
1answer
26 views
A problem with play mms streaming
Error log:
[Session started at 2009-11-25 11:10:27 +0700.]
2009-11-25 11:10:32.454 MoviePlayer[1085:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException' …
0
votes
2answers
45 views
Play youtube videos with MPMoviePlayerController
Hello I'm trying to stream some youTube videos using the MPMoviePlayerController but I'm having some problems. The code i'm using is pretty simple and I can play .m4v videos by pa …
1
vote
2answers
53 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 …
1
vote
1answer
23 views
Multi-bitrate/dynamic rate for progressive FLV playback
Is there a way to get multi-bitrate playback working with progessive playback without having to download all versions of the file? People all coming up with all kinds of cool ways …
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 …
1
vote
2answers
42 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
20 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
6answers
68 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
2answers
52 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 …
1
vote
1answer
114 views
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
1answer
55 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 …
2
votes
1answer
32 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
1answer
33 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
2answers
40 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 …
