Audio and Video live streaming service with Raspberry Pi and Gstreamer.
(Between Raspberry Pi and Android Phone or bewteen Android phone and Android phone)
Application has been supported to play audio and video stream from Raspberry Pi camera or Android phone.
To send and receive the stream, gstreamer has been chosen as the open source multimedia framework.
It uses two network protocols what are TCP for receving mode and UDP for broadcasting mode with two ports.
1. Configuration
1) For broadcasting on Raspberry Pi (Need USB sound card, microphone and camera module)
- raspivid -n -t 0 -vf -hf -h 240 -w 320 -fps 25 -b 2000000 -o -| gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay pt=96 config-interval=1 ! gdppay ! tcpserversink host=$ipadd port=$port_v | gst-launch-1.0 -v alsasrc device=plughw:1,0 ! audio/x-raw,format=S16LE, endianness=1234, signed=true, rate=16000,depth=16,width=16, channels=1 ! tcpserversink host=$ipadd port=$port_a
2) For transmission on Raspberry Pi
- gst-launch-1.0 -v udpsrc port=$udp_port ! h264parse ! rtph264pay pt=96 config-interval=1 ! gdppay ! tcpserversink host=$ipadd port=$port_v | gst-launch-1.0 -v udpsrc port=$udp_port ! audio/x-raw,format=S16LE, endianness=1234, signed=true, rate=16000,depth=16,width=16, channels=1 ! tcpserversink host=$ipadd port=$port_a
2. Feature
1) Watching audio and video live streaming
2) Watching only video live streaming
3) Listening only audio live streaming
4) Broadcasting with your android phone
and watching live streaming on other android phones
5) Live TALK service using NIO (Use 9999 port)
Note that application has handshake feature for performance when connect Raspberry Pi.
And you can set to disable this feature on Settings > HandShake option for your own Raspberry Pi.
Live PiCamera is an Android Communication app developed by irisxii and published on the Google play store. It has gained around 1000 installs so far, with an average rating of 4.0 out of 5 in the play store.
Live PiCamera requires Android with an OS version of 4.2 and up. In addition, the app has a content rating of Teen, from which you can decide if it is suitable to install for family, kids, or adult users. Live PiCamera is an Android app and cannot be installed on Windows PC or MAC directly.
Android Emulator is a software application that enables you to run Android apps and games on a PC by emulating Android OS. There are many free Android emulators available on the internet. However, emulators consume many system resources to emulate an OS and run apps on it. So it is advised that you check the minimum and required system requirements of an Android emulator before you download and install it on your PC.
Below you will find how to install and run Live PiCamera on PC:
If you follow the above steps correctly, you should have the Live PiCamera ready to run on your Windows PC or MAC. In addition, you can check the minimum system requirements of the emulator on the official website before installing it. This way, you can avoid any system-related technical issues.
Live PiCamera APK 1.1.003 | 20.17 MB | 1.1.003 |