Media Broadcaster: Difference between revisions

From Iskomunidad
mNo edit summary
No edit summary
Line 77: Line 77:
----
----


After the system being rebooted, next thing to do is to edit the file '''''/etc/pulse/daemon.conf''''' by these command
After the system being rebooted, next thing to do is to edit and add the following lines in the file '''''/etc/pulse/daemon.conf''''' by these command


----
----
Line 85: Line 85:
----
----


In that file add the following then Ctrl+o and Ctrl+x to save and exit
lines:
 
----


'''resample-method = ffmpeg'''
'''resample-method = ffmpeg'''
Line 96: Line 94:




after these save and exit by Ctrl+o and Ctrl+x
----
----
To make the Raspberry Pi audio server appearing automatically in your "sound setting


=Project Team=
=Project Team=

Revision as of 11:40, 16 May 2014

Description

a Rasperry Pi-based appliance that broadcasts video or audio via DILC servers.



Materials

A. Audio Streaming

  * Raspberry Pi (Model B)
    
  * SD Card with installed Raspbian "Wheezy" OS (Operating System)

         
  * USB Sound Card
    


  * Audio Computer Microphone
    
  * USB Micro Cable with Power Brick (5 Volts, 2 Amperes)
         
  * Ethernet Cable 
    

B. For Programming

  *PC Monitor 
  *USB Keyboard
  *USB Mouse
  *VGA to HDMI Cable or RCA Cable

Procedure

A. Installing and Running the Rasbian Wheezy OS (Operating System)

  • Insert the SD Card into your Raspberry Pi and write the disk image file using the installed win32 Disk Imager.


B. Setting Static IP


C.Programming for the Audio Streaming

After installing and running the OS of your Raspberry Pi, you are now ready to program the audio streaming.

In LX Terminal,


Install PulseAudio and these preference GUI with the command



sudo apt-get install pulseaudio

sudo apt-get paprefs

sudo reboot



After the system being rebooted, next thing to do is to edit and add the following lines in the file /etc/pulse/daemon.conf by these command


sudo nano /etc/pulse/daemon.conf


lines:

resample-method = ffmpeg

default-sample-rate = 44100

alternate-sample-rate = 44100


after these save and exit by Ctrl+o and Ctrl+x


To make the Raspberry Pi audio server appearing automatically in your "sound setting


Project Team

  • Catherine Bagotsay (developer)
  • Dawn Benigno (consultant)
  • Dan Villareal (consultant)
  • Peter Sy (consultant)



References