|
How do I stream live audio from the location to over the internet using Silverlight 2.0? What equipment, software etc do I need?
Started by Lennie on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you just want to stream Mp3s ....
It depends what you want to stream.
A webcam) then you should use the stream services that were linkedHere is a nice tutorial which is very recent.
Want to stream live content (i.e.
|
|
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.
|
Ask your Facebook Friends
|
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.
|
|
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 .
|
|
I want to capture a rtmp stream. The videos are live, different every day and usually i cant tune in because i am busy at work doing something :(. I would like to capture the stream however they use anti capturing techniques (its live and free so i dont...
Answer Snippets (Read the full thread at superuser):
Orbit Downloader.
Or) Try here : http://all-streaming-media.com/faq/recording-media-stream/faq-record-download-capture-save-flash-flv-video-rtmp.htm
Jaksta for windows which can catch live streams.
|
|
I'm looking for a way to find the status of a live stream through a VideoDisplay (or any other method really). I am interested to know if the stream is currently being published to or if the publisher has stopped. This is for a Flex/Flash ActionScript...
Started by vanja. on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
} if(nse.info.code == "NetStream.Play.PublishNotify") { // Stream has just been published } if(nse.info.code == "NetStream.Play.UnpublishNotify") { // Stream has just been unpublished } trace(NetStatusEvent(e if a stream is already....
|
|
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 ..
|
|
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 .
|
|
How can I watch the live TV stream from my desktop computer on my laptop?
I am using Windows 7 Ultimate on both a desktop PC and a laptop. Both are connected on the same LAN and workgroup via 54Mbps wi-fi. The desktop has an internal TV card with a carefully...
Started by Kez on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Check out this: http.
See this article : "Streaming Live TV" , for how to do that using VideoLAN .
|