Tagged Questions

0
votes
1answer
19 views

Anyone have sample code for doing a “chunked” HTTP streaming download of one web directly to a upload to a separate web server???

Hi, Background - I'm trying to stream an existing webpage to a separate web application, using HttpWebRequest/HttpWebResponse in C#. One issue I'm striking is that I'm trying to set the file upload …
0
votes
1answer
15 views

How do I get a responseLength for a HttpWebRequest upload from another webfile I want to stream into the upload when the source webserver doesn’t implement ContentLength???

Hi, Background - I'm trying to stream an existing webpage to a separate web application, using HttpWebRequest/HttpWebResponse in C#. One issue I'm striking is that I'm trying to set the file upload …
2
votes
3answers
28 views

What are the most efficient idioms for streaming data from disk with constant space usage?

Problem Description I need to stream large files from disk. Assume the files are larger than will fit in memory. Furthermore, suppose that I'm doing some calculation on the data and the result is …
1
vote
3answers
46 views

How to detect when video is buffering?

Hi guys, my question today deals with Flash AS3 video buffering. (Streaming or Progressive) I want to be able to detect when the video is being buffered, so I can display some sort of animation …
0
votes
0answers
22 views

Flash Video Streaming Intricacies

My client has a site where they stream in MP4 videos from a Flash Media Server. This works all fine but now they want to move all the videos to their local server (accessible on a sub-domain) and this …
-1
votes
0answers
17 views

Veotag.com alternatives [closed]

I am looking for a veotag.com alternative or similar software can be a commercial program or open-source but I need to customize it.
0
votes
1answer
21 views

Streaming in and out of an SQL Server 2005 image field with C# ?

After having checked extensively for an answer to this question, I still cannot find a satisfying solution. So here goes. I need to store possibly large amount of data in a column of an SQL Server …
0
votes
1answer
36 views

Sending movie stream from client to server. The python server should play the stream on the fly.

I would like to simulate some kind of camera on a UAV. The camera should provide a live stream, and send the stream over a network connection to a server. The server should be able to play the stream …
0
votes
1answer
17 views

custom seek bar for a streaming video file in android

How can we display a custom seek bar for a streaming video file in android?
5
votes
2answers
59 views

What is a good pure Perl on-line or streaming statistics package?

Are there any prerolled streaming statistics libraries for Perl à la: http://en.wikipedia.org/wiki/Algorithms%5Ffor%5Fcalculating%5Fvariance#On-line%5Falgorithm I haven't found anything on CPAN yet …
0
votes
1answer
22 views

calculating filesize of a response?

hello, im tryingto code a script to do dynamic transcoding of video and audio (likely just audio for now) and streaming to mobile devices, currently im using the script posted elsewhere on here …
0
votes
1answer
27 views

read chunk by chunk bytes from a file in iphone application

hello I am trying to implement an iphone application which can read some fixed amount of bytes from a file and store in another file. this process will going on up to end of file. I am very new to …
1
vote
3answers
76 views

Video streaming using c++

I'm going to build an application in c++ that creates stream of photos and then sends them as video stream to another application. any ideas about how can i start? what I mean is, what libraries …
0
votes
1answer
67 views

Streaming MP3 with open source PHP

What are the best PHP solutions for a blip.fm-like fixed audio player?
0
votes
1answer
29 views

Stream Audio from Linux Server with Silverlight

I have a large catalog of audio on a Linux (CentOS 5) server that I would like to expose to an existing .NET web site. Is there any way to stream the media from the Linux server through my web site …

1 2 3 4 5 21 next
15 30 50 per page