Re: [LAU] audio and video straming

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <mis@...>
Cc: A list for linux audio users <linux-audio-user@...>
Date: Tuesday, March 20, 2012 - 9:18 am

On 03/20/2012 06:33 AM, Michal Seta wrote:

For LAC we use icecast2 servers and a `dvgrab | ffmpeg2theora | oggfwd`
pipeline to send an A/V stream to it.

http://en.flossmanuals.net/FFmpeg2Theora/StreamingDV/

For conference streaming: http://dvswitch.alioth.debian.org/wiki/

For more /artistic/ projects: Pd-extended features [oggamp~] [oggcast~]
[pdp_icedthe~] [pdp_theonice~]

gstreamer can also send A/V to icecast:
`gst-launch videotestsrc ! theoraenc ! oggmux ! shout2send ip=...
port=... password=... mount=/test.ogg`
or
`... theoraenc ! oggmux ! fdsink | oggfwd server port password -p -g
"genre" -n "title" -d "description" test.ogv`

VLC features built-in camera capture and icecast/shoutcast support. It's
also one of the few FLOSS projects that supports QT capture on OSX: vlc
qtcapture://
--sout='#transcode{vcodec=theo,vb=128}:standard{access=shout,mux=ogg,dst=source:ICECASTPassword@server:port/mountpoint.ogg}'

In the not too distant future .webm will become a viable alternative,
but icecast2 does not yet support that OOTB on most distributions.
HTH,
robin
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-user

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[LAU] audio and video straming, Michal Seta, (Tue Mar 20, 5:34 am)
Re: [LAU] audio and video straming, Robin Gareus, (Tue Mar 20, 12:30 pm)
Re: [LAU] audio and video straming, Robin Gareus, (Tue Mar 20, 9:18 am)
Re: [LAU] audio and video straming, Thomas Vecchione, (Tue Mar 20, 12:04 pm)
Re: [LAU] audio and video straming, Reuben Martin, (Tue Mar 20, 11:16 pm)
Re: [LAU] audio and video straming, Thomas Vecchione, (Wed Mar 21, 1:27 am)
Re: [LAU] audio and video straming, Robin Gareus, (Tue Mar 20, 11:53 pm)