Gstreamer RTSP SERVER - LIVE demo of setup - to Stream & Receive a STEREO FLAC audio file

Опубликовано: 08 Ноябрь 2018
на канале: QRQcw
14,020
22

***************************************************************************************
UPDATE: 7-13-2022 (LINUX)
you may notice MESON/ninja is now being utilized to build this RTSP GSTREAMER server...
so...once in the gst-rtsp-server-1.18.4 directory,
i used these 4 terminal commands to build this gstreamer rtsp server:
mkdir build
meson build
cd build
ninja

***************************************************************************************




brief step by step on how to get the Gstreamer RTSP SERVER running... download, install & run using a FLAC AUDIO file to serve to a Gstreamer RTSP CLIENT

first, find out your installed version of Gstreamer and match it with the GST-RTSP-SERVER downloads available here:
https://gstreamer.freedesktop.org/src...

the install instructions are included in the INSTALL file in the download... configure, make, sudo make install etc...


then with terminal , migrate to the GST-RTSP-STREAMER folder, and then migrate into the EXAMPLES folder... this is the server command used in this video example:(similar to the way the link below does)
*********************************************************************
qrq@qrq:~/Downloads/gst-rtsp-server-1.14.1/examples$

./test-launch "( filesrc location=test.flac ! flacparse ! flacdec ! audioconvert ! rtpL16pay name=pay0 )"


NOTE: the audio file(test.flac) needs to be in this folder
*********************************************************************

then as a Gstreamer RTSP CLIENT...run this command to listen to the audio file - served to the CLIENT from the GST-RTSP-SERVER
********************************************************************
gst-launch-1.0 -v rtspsrc location=rtsp://192.168.1.101:8554/test ! decodebin ! audioconvert ! audioresample ! jackaudiosink

*****************************************************************

audio file was from:
https://www.reverbnation.com/bluecoas...
https://bluecoastrecords.com/free-dow...

initial introduction to the "HOW TO" i started with for this setup is from here:
   • raspberry pi 3 + Gstreamer + RTSP aud...  


Смотрите видео Gstreamer RTSP SERVER - LIVE demo of setup - to Stream & Receive a STEREO FLAC audio file онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь QRQcw 08 Ноябрь 2018, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 14,020 раз и оно понравилось 22 людям.