|
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):
In streaming but my understanding is that it is included in th Java Media Framework JMF http.
|
|
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):
I'm still unsure of this, however, and some tests will need to be carried out. .
It has the ability to stream Live Video from a given capture to the streaming server.
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
|
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 here and generally browse on the topic.
To start streaming Your own radio on those servers.
|
|
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):
Wrong with 'streaming' using progressive download of FLV..
|
|
I building a .NET 2.0 web site for a client which requires a live video streaming feature. i.e. a subscriber of a the site can stream live recording of a an event using his webcam (from his browser) and the guests he has invited can see it in their browsers...
Started by Shreedhar on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I use 1AVStreamer....
No idea if you can send that somewhere...
So I know you can get the video stream.
It's unlikely that we will ever have a webcam here, so can't test it.. .
And give the stream to your silverlight app - just think about this ...
|
|
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.
|
|
A live video screens on Waheguru Live every Saturday and I want to record the live broadcast.
I need freeware only. I'm on Windows XP SP3 (32 Bit)
Started by Jitendra vyas on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I strongly recommend you Quick Screen Recorder ....
You may want to disable hardware acceleration while recording for a smoother video as well .
It records as AVI and gives you the option to convert it to SWF .
CamStudio should be able to record it easily.
|
|
I've been approached to set up an internet radio station that is focused on the local music scene in El Paso, TX. I've looked at various options, but it seems most solutions out there are for streaming pre-recorded audio. While I might need to fall back...
Started by ahlatimer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Players are very easy to create using the excellent, free .
There are softwares this content live using a basic HTTP server.
Very good, very efficient.
It supports streaming audio and video.
Using it.
|
|
I'm wondering how to use a VideoDisplay object (defined in MXML) to display video streamed from FMS via a NetStream.
The Flex3 docs suggest this is possible:
The Video Display ... supports progressive download over HTTP, streaming from the Flash Media...
Started by Herms on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Var stream:NetStream = new NetStream( chatNC; uiComp.height = 189; stream.play( streamName ); video.attachNetStream( stream ); video.smoothing = true.
:
// Connect to the video stream in question.
|