Sun Aug 7 13:11:38 2005

Ticket #1376

Use of satellite audio stream


Priority: normal Reporter: fransman
Severity: feature Assigned to: maroy
Component: scheduler server Status: new
Version: 1.x Resolution:  
Milestone: 1.1.x Keywords:  

Description by fransman:

If the studio is be at a place with only low band width or a bad internet connection and you want to broadcast a satellite uplink. For example with the BBC News (like now with a internet stream) We can do it with a 60-70 dollar linux DVB-S pci satellite card into the scheduler server, but we need a satellite stream element player. The stream is be already real digital MPEG. The main library's are available form Linux TV the DVB (-s satellite) part, supporting a lot of cards. http://www.linuxtv.org/ Are there library's we can use from gstreamer ?

Attachments

Changelog

Sun Aug 7 13:53:54 2005: Modified by fransman

    I found Gstreamer DVB Source at but this is be tv and i don't have experience with elements http://cvs.freedesktop.org/gstreamer/gst- sandbox/dvb-elements/ =============================================================== GstDvbSrc? makes it possible to view Digital TV with gstreamer. Try: gst-launch dvbsrc freq=11954 pol=h srate=27500 pids=210:220 ! mpegdemux name=demux ! { queue ! mpeg2dec ! xvimagesink } { demux. ! queue ! mad ! osssink } or ./gstdvbtv 2 to view the German 3Sat telestation from the Astra 1 19.2E satellite. The latter command uses the channels.conf in the plugin's directory to fetch the channel parameters. Limitations: DVB-T is not fully implemented. DVB-C is untested, feedback is welcomed.

    Tue Oct 4 15:11:28 2005: Modified by maroy

    • description changed.
    • component changed from server feature to scheduler server
    • milestone changed from 1.x to future
    • severity changed from minor to feature
    • owner changed from anonymous to maroy

    Tue Oct 4 23:49:40 2005: Modified by maroy

      I'd need actual working hardware to implement this...

      Sun Nov 6 13:28:18 2005: Modified by maroy

      • milestone changed from future to 1.1

      basically add the possibility to schedule playing the input of any sound device into the scheduler

      maybe add the same possibility to live mode (basically a mixer into live mode)

      Tue Nov 8 15:24:49 2005: Modified by fransman <[email protected]>

        A organisation with satellite radio knowleds http://www.prss.org/

        The Public Radio Satellite System (PRSS) is the provider of satellite distribution services to over 400 public radio stations across the country (USA). PRSS is also developing the ContentDepot? a digital audio storage and management system that will offer additional services to existing PRSS users.

        Fri Jan 13 14:43:56 2006: Modified by fvanberckel

          I have installed a Techsan Skystar2 pci DVB card.

          0001:10:15.0 Network controller: Techsan Electronics Co Ltd B2C2 FlexCopII DVB chip / Technisat SkyStar2 DVB card (rev 02)
          

          It's default supported by the kernel, so load the budget and stv0299 modules by /etc/modules.

          [   60.267215] DVB: registering new adapter (SkyStar2).
          [   60.566413] DVB: registering frontend 0 (ST STV0299 DVB-S)...
          

          Directed/set the dish to the Hotbird satellite.

          Installed with apt-get the dvbutils and xawtv applications. So it's now possible to checkout the available of free to air channels with scan, creating a channels.conf and switch to one of the channel with szap and view mplayer.

          scan -x 0 scan/dvb-s/Hotbird-13.0E > /home/frans/dvb/channels.conf
          szap -r "RTL9"
          mplayer dvb://RTL9 -vo x11 -ao alsa
          

          And last but not least found out the availability of the dvbstream library with a pipe-ing methode and got to be able to run a application like xine, but that's fails.

          dvbstream -o -ps 600 601 -qam 16 -cr 3_4 | xine stdin://mpeg2
          

          Fri Jan 13 21:42:57 2006: Modified by fvanberckel

            There's dvbstream shell script for radio, using dumprtp with pipeline to mpg123.

            http://linux.com.hk/penguin/man/1/dvbstream.html

            Sat Jan 14 22:22:25 2006: Modified by fvanberckel

              gstreamer - integrating externaly developped DVB source element

              http://bugzilla.gnome.org/show_bug.cgi?id=152403

              Thu Jan 26 12:27:30 2006: Modified by fvanberckel

                for glivesupport, xawtv got a gtk-dvb-radio application

                http://linux.bytesex.org/xawtv/
                http://cvs.bytesex.org/xawtv.html
                
                cvs -d:pserver:[email protected]:/home/cvsroot login
                cvs -z3 -d:pserver:[email protected]:/home/cvsroot co xawtv
                

                Add/Change #1376 (Use of satellite audio stream)




                Change Properties






                Action