|
In iPhone OS 3, Apple has introduced HTTP Live Streaming which should allow live streaming of video from the internet. I am currently operating a webcam, which feeds into my server, and is then converted into a flv stream by ffmpeg, and streamed back ...
Started by jcnnghm on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
HTTP Live Streaming Overview http://developer.apple.com for the input streams ....
Bring an input file or stream into ffmpeg substantially to get the results you're after.
Test.m3u8 http://example.com/path/to/your/files/
i.e.
|
|
Hi,
I've received a request asking if it's possible to stream live video to a web site. The person requesting this has a notebook running MacOS, a professional camera that can be connected up using Firewire and a web site with PHP/MySQL.
What solutions...
Started by James P. on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It has the ability to stream Live Video from a given capture.
Top of my head, VLC Media Player.
|
|
Hi,
Is it possible to use progressive download for near real-time playback of a live video stream recorded with a webcam?
What I need is that a video stream is recorded on one end, uploaded in real-time to a server and downloaded with a short delay, but...
Started by bartekb on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There are others you may want) All that said, it looks like ... .
What you are describing above basically is live streaming, and there is no real way around for doing live streaming on the Intertubes is to use a server like FMS.
|
Ask your Facebook Friends
|
Are there any good libraries for streaming live video using Java? Ideally both ends of the pipe should be written in Java but I am mostly concerned about the video player. What software would you recommend?
UPDATE : It seems that VLC introduces a 1-2 ...
Started by Gili on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You could always check out JMF (Java Media Framework....
The encoding/decoding parts are native, but the server code is Java .
You might want to check it.
This is not exactly what you want but PS3 Media Server is an Upnp & dlna media server coded in Java .
|
|
We are using C# .NET.
We're looking for a method to display live streaming 1-min financial stock charts.
Need: - Candlesticks - Zoom/pan - The chart scrolling in real time as it receives streaming data
Woud like: - A method to print metadata on the chart...
Started by Gravitas on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
We are happy with them (at the company....
Dundas has really nice looking graphs.
A free WinForms option is ZedGraph , but I believe you would have to do some work to get real time updates out of it .
If you are doing WPF or Silverlight, VisiFire is an option .
|
|
Hi there. I've got an IP camera on a 3G modem. I need to fetch its stream from a landline server and re-stream it.
Right now the only cheap option seems to be FFserver (but feel free to suggest others), but I'm not really sure where to start... Does anyone...
Started by Blixt on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at superuser):
Http://stackoverflow.com/questions/1669308/best-way-for-live-rtmp-streaming-from-dv-camcorder ..
|
|
Hi ppl, I am new to iphone and Objective-c. I want to show a live going match suppose football match to the users who use my app. What do i need for live video streaming in iphone app ?
any info on this is appreciated !
Thanks
Guys please help anyone ...
Started by Prasad-PHP Champ on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Heres a reference to a doc that ....
The iPhone method of playing these is to have a dynamic playlist which will look through chunks of the live video to play it out.
Will encode live video, on the fly to the right format (mp4, h263 etc.).
|
|
Hey there!
I wonder if you could share your thoughts / resources about live audio streaming (to run on-line radio station). I have to admit, I am a complete newbie to the subject, so please excuse me lack of details.
What are the most recommended platforms...
Started by ohnoes on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
See the icecast2 vs shoutcast....
The reliable ones are:
Shoutcast Icecast2 Shoutcast may crash from time to time if You try to switch the introfile on the run .
Reliable and fast.
I know a few others that use it as well .
Shoutcast has always worked well for me.
|
|
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 like this. There is is also project named xuggle that is as far as I understand...
Started by Maciek Sawicki on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If a simple 1 to 1 connection is all your after you should check out adobe's free peering system stratus: http://www.flashrealtime.com/tuts... .
Depends on what you're trying to accomplish.
Its a struggle to build from source though.
RTMPD is Free and free.
|
|
I want to write something like Skype, i.e. I have a constant audio stream on one computer and then recompress it in a format that's suitable for a latent internet connection, receive it on the other end and play it.
Let's also assume that the internet...
Started by Thomas Tempelmann on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For transmitting audio over the Internet you should probably look at using... .
Seemed pretty simple to use.
I tried this in one of my academic projects.
Might be something you want to check out.
VLC supports various types of audio and video transcoding.
|