Changes between Version 3 and Version 4 of free-video-streaming-technology
- Timestamp:
- Aug 16, 2011, 2:45:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
free-video-streaming-technology
v3 v4 3 3 4 4 = Video streaming with free software = 5 The method and tool set that we are now using and recommending was first developed for streaming the annual [http://debconf.org/ Debian Developers Conference]. MFPL uses Debian on all of our servers, and many of our personal machines, so this setup allows us to use tools that we already use every day. Any examples given here are assuming Debian Squeeze -- though they might well work for other releases.5 The method and tool set that we are now using and recommending was first developed for streaming the annual [http://debconf.org/ Debian Developers Conference]. It should work on other GNU/Linux distributions as well. 6 6 7 7 Many of the notes, and background information comes from steady reference to the [http://dvswitch.alioth.debian.org/wiki/ DVswitch Wiki], particularly the [http://dvswitch.alioth.debian.org/wiki/component_interaction/ component interaction]. 8 8 9 9 == Basic Software Components == 10 * [http://packages.debian.org/squeeze/dvswitch dvswitch] 11 * [http://packages.debian.org/squeeze/dvsource dvsource] 12 * [http://packages.debian.org/squeeze/dvsink dvsink] 13 * [http://packages.debian.org/squeeze/ffmpeg2theora ffmpeg2theora] 14 * [http://packages.debian.org/squeeze/oggfwd oggfwd] 15 * [http://packages.debian.org/squeeze/icecast2 icecast2] 10 11 * [http://dvswitch.alioth.debian.org/wiki/ dvswitch, dvsource, and dvsink] 12 * [http://v2v.cc/~j/ffmpeg2theora/ ffmpeg2theora] 13 * [http://v2v.cc/~j/oggfwd/ oggfwd] 14 * [http://www.icecast.org/ icecast2] 16 15 17 16 == Hardware == … … 45 44 Here is a simple set up, with some commands to illustrate how the flow of stream works; there are of course different ways to do this. 46 45 47 Again we are assuming that all machines in question have working Debian Squeeze installs, and thatthere is a functional LAN and functional connection to the Internet. All of which are out of scope for this example.46 Again we are assuming that there is a functional LAN and functional connection to the Internet. All of which are out of scope for this example. 48 47 49 48 === On the Icecast server ===