|
I'd like to analyze a continuous stream of data (accessed over HTTP) using a MapReduce approach, so I've been looking into Apache Hadoop. Unfortunately, it appears that Hadoop expects to start a job with an input file of fixed size, rather than being ...
Started by Meredith L. Patterson on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
That may be interesting to you, as it allows for a continuous stream of inserts; you will still need to run.
|
|
Hello all is there any lib or well known method to save audio web streaming ( web radio , mp3 streaming) to file programmatically ?
Answer Snippets (Read the full thread at stackoverflow):
You could use libvlc from the VLC project....
Developed in C, but could easily be used in C++ and many other languages .
It has plenty of support for attaching to network streams and decode them into MP3/WMA/OGG/AAC files.
You can use the BASS library.
|
|
Hi I need to stream flv file. streaming should look like live streaming. and I their should be a way to change target file. sorry for my poor English.
Started by Kombuwa on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If by "streaming" you mean "showing a flash-video clip", flv-streaming isn't really streaming.
|
Ask your Facebook Friends
|
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 proprietary protocol data from the server to clients and I am...
Started by Varma on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can then....
You can get a reference to the output stream in Java by calling HttpServletResponse.getOutputStream .
"Streaming" in this context simply means sending a large binary HTTP response to a request.
You can review the VLC source.
|
|
Usually, flash streaming is done by capturing webcam video/audio and streaming using NetConnection and other objects to servers like FMS,Red5,Wowza etc.
I haven't found any example on how to create your own stream of images and stream as a video to the...
Started by Janusz on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Maybe you create a custom webcam driver that takes a stream of images to acquire and send? Perhaps there is another solution?
I don't believe any libraries exist for streaming.
To ability to do it very quickly.
|
|
Hello,
Is there a way to bypass a block on streaming video when the "content block" is done at a proxy level ?
Thanks
Started by Amadeus45 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Video download and streaming is going.
Remember that you're streaming through another site.
Using a web based proxy to bypass the streaming restrictions is hard.
Server such as Proxify or Hidemyass.
|
|
I'm trying to create a method which continually streams a zip file as a user downloads it (so that there is no wasted streaming)
I added a thread.sleep to simulate latency
public override void ExecuteResult(ControllerContext context) { HttpResponseBase...
Started by maxfridbe on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Assuming the zip format is partial to streaming, your to false, it should start streaming immediately..
If it will actually solver your problem though.
|
|
I am trying to serve PDF (useing tomcat server + Servlet normal streaming). The steaming is stable there is no bug and it handling parallel serving. But not as fast as Google DOC PDF Streaming.
My Question is how did they do that fast ?
What server they...
Started by Niger on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Takes more CPU, but sends quite a bit less data over the wire - hence it gets to you faster. .
They are probably using compression.
I am guessing that you are.
Google is likely not generating the PDF on the fly .
|
|
I have seen video streaming to mobile phones. I would like to know whether we have a streaming server that can be installed on mobile phone and stream video to another device from the camera present on the phone. I would like to have on for my Nokia N...
Started by Mahesh M on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Seen bambuser ? A video streaming service that can stream live, and occasionally slow frame rate VGA....
Not mobile related) sends its single stream to the streaming server, which then handles+ video can be rather unreliable.
|
|
Hello,
What would be the best way to deal with large streaming media content in Intranet. We have a 50 MB file that is to be loaded to our Intranet site. Currently we have just pointed it to a file location instead of using a Data Streaming Server. This...
Started by Magic on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
We didn't bother to buy a license for it, as it will happily stream 10 concurrent users you can use the RMTP protocol virtually any ....
For intranet use, we just use the Adobe Flash Streaming Server (a subset of Flash Media Server, or FMS).
|