User Tools

Site Tools


linux_streaming

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux_streaming [2006/12/13 12:01]
admin
linux_streaming [2006/12/13 12:07]
admin
Line 1: Line 1:
 ====== Linux Streaming ====== ====== Linux Streaming ======
  
-This is a note-scrape-no-paper-book for a paper i should submit to get my credits for the classIts mainly about streaming under linux.  +Hello, this is a note-scrape-no-paper-book for a paper i should submit for a classon my universityIt is about streaming under linux. I will slowly develop it also after submitting it, as streaming is of big interest for me. I work for [[http://www.tlis.sk|Tlis]] which is a internet-students radio, where i maintain the streaming server, and also manage programming. I am also a founding member of [[http://itchybit.org|Itchy Bit]], ((website is down because of lame registrant;)) organization and platform for promoting hybrids of arts, social activity and technology.\\ 
-[[http://www.yolinux.com/TUTORIALS/LinuxTutorialAudioStreaming.html|Here]] is one simillar, but older article on audio streaming.+ 
 +[[http://www.yolinux.com/TUTORIALS/LinuxTutorialAudioStreaming.html|Here]] is one simillar, but older article focused on audio streaming under Linux.
  
 ===== What is Streaming ===== ===== What is Streaming =====
Line 331: Line 332:
   * [[http://xinehq.de/|Xine]]   * [[http://xinehq.de/|Xine]]
   * etc..   * etc..
 +
  
  
Line 356: Line 358:
 dvgrab --format raw - | ffmpeg2theora -a 0 -v 5 -f dv -x 320 -y 240 -o /dev/stdout - | oggfwd  icecastserver  8000 pwd /theora.ogg dvgrab --format raw - | ffmpeg2theora -a 0 -v 5 -f dv -x 320 -y 240 -o /dev/stdout - | oggfwd  icecastserver  8000 pwd /theora.ogg
 </code> </code>
-where **icecastserver** - is the url of our streaming server\\+**icecastserver** - is the url of our streaming server\\
 **8000** - can be any number for port number of icecast listener\\ **8000** - can be any number for port number of icecast listener\\
 **pwd** - password\\ **pwd** - password\\
linux_streaming.txt · Last modified: 2007/04/17 12:58 (external edit)