0
votes
1answer
20 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 …
-1
votes
0answers
13 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
0answers
7 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 …
1
vote
5answers
489 views
How do I seamlessly concatenate MP3 streams?
Hey,
I'm working on a streaming server that will be capable of broadcasting targetted ads. Basically listeners hear the same music, but every, say, 30 minutes comes a block of ads and every listener …
0
votes
1answer
9 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?
1
vote
3answers
131 views
How does VLC Media player implement HTTP Streaming?
How does VLC Media player implement HTTP Streaming?
I am aware that, VLC Media player can be used as a streaming server and also a streaming client.
My requirement is to stream(over HTTP) a …
4
votes
2answers
49 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
16 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
26 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 …
5
votes
9answers
500 views
Can you recommend an effective and cheap CDN for video streaming?
I am looking for a streaming CDN recommendation. Cost and performance are my chief concerns. Video viewers may be all over the globe, with the, US, Europe, Russia and South America topping the list …
0
votes
1answer
653 views
Live streaming with DirectShow and Windows Media Format SDK
First, some background:
I'm developing a Silverlight 3 application and want to add support for live streaming (webcam + microphone as input). Unfortunately, Silverlight cannot access a webcam or a …
1
vote
3answers
55 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 …
1
vote
4answers
2k views
How to access an audio stream using DirectShow.NET C#
Hi,
What I would like to do is to pass an arbitrary audio file to a DirectShow filtergraph and receive a (PCM audio) stream object in the end using .NET 3.5 C# and DirectShow.NET. I would like to …
0
votes
3answers
101 views
How do continuously update data to an asp page?
Hi,
I have an asp page based on a very simple database. It references a single table of probably 30 records and maybe 12 data fields and everything works great as I am only uploading a new database …
0
votes
1answer
59 views
Streaming MP3 with open source PHP
What are the best PHP solutions for a blip.fm-like fixed audio player?
