• Isadora
  • Get it
  • Forum
  • Help
  • ADD-ONS
  • Newsletter
  • Impressum
  • Dsgvo
  • Impressum
Forum
    • Categories
    • Recent
    • Popular
    • Tags
    • Register
    • Login

    Beta-testers for GStreamer plugin (OS X)

    Developers
    11
    37
    12.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • primaldivineP
      primaldivine
      last edited by

      @eight
      would love to try this out also 🙂
      great work!

      Pro-User Latest Beta - MacBook Pro i7 2.66GHz SSD
      www.jamiegriffiths.com Arctic Canada
      www.chickweedarts.com

      1 Reply Last reply Reply Quote 0
      • eightE
        eight
        last edited by

        @feinsinn: I don't see how double clicking on the projector could affect GStreamer -- I think that you perhaps had a buffering moment.

        @primaldivine: sent you instructions.
        -8

        Analysis: http://post.scriptum.ru | Synthesis: http://onewaytheater.us
        Twitter: https://twitter.com/eight_io | Flickr: http://www.flickr.com/photos/eight_io/
        Github: https://github.com/eighteight | MulchCam: https//mulchcam.com
        MulchTune: https://itunes.apple.com/us/app/mulch-tune/id1070973465 | Augmented Theatre: https://augmentedtheatre.com

        1 Reply Last reply Reply Quote 0
        • rainbowR
          rainbow
          last edited by

          @eight, cool stuff, like this and try. thx rainbow

          1 Reply Last reply Reply Quote 0
          • crystalhorizonC
            crystalhorizon Beta Platinum
            last edited by

            Just tried with a youtube stream and worked perfect

            Alexander Nantschev | http://www.crystalhorizon.at | located in Vienna Austria

            1 Reply Last reply Reply Quote 0
            • eightE
              eight
              last edited by

              For those with Raspberry PI:

              To use Raspberry Pi as a HTTP video source:
                  On RPI execute: 
                       raspivid -o - -t 0 -hf -w 640 -h 360 -fps 25|cvlc -vvv stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8090}' :demux=h264
                  In Isadora GStreamer: set URL to
                       http://RPI_HOST_IP:8090
              To use Raspberry PI as RTSP video source:
                  On RPI execute:
                       raspivid -o - -t 9999999 |cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8554/}' :demux=h264
                  In Isadora GStreamer: set URL to
                       rtsp://RPI_HOST_IP:8554/
              To use Raspberry PI as RTSP video source with pi_streamer (https://github.com/codemonkeyricky/pi_streamer)
              On RPI:
              Build pi_streamer according to https://github.com/codemonkeyricky/pi_streamer
              Execute pi_streamer > > /dev/null
              In Isadora GStreamer: set URL to
                  rtsp://RPI_HOST_IP:8554/pi_encode.h264
              --8

              Analysis: http://post.scriptum.ru | Synthesis: http://onewaytheater.us
              Twitter: https://twitter.com/eight_io | Flickr: http://www.flickr.com/photos/eight_io/
              Github: https://github.com/eighteight | MulchCam: https//mulchcam.com
              MulchTune: https://itunes.apple.com/us/app/mulch-tune/id1070973465 | Augmented Theatre: https://augmentedtheatre.com

              1 Reply Last reply Reply Quote 0
              • crystalhorizonC
                crystalhorizon Beta Platinum
                last edited by

                I managed to take a picture as I followed the steps in this post http://www.raspberrypi.org/documentation/configuration/camera.md

                So the camera is recognized by the Raspberry PI.
                Tried the commands, but it says command not found see photos attached 

                f317fc-foto-30.01.15-23-26-58.jpg 95b3be-foto-30.01.15-23-27-56.jpg

                Alexander Nantschev | http://www.crystalhorizon.at | located in Vienna Austria

                1 Reply Last reply Reply Quote 0
                • eightE
                  eight
                  last edited by

                  It says cvlc kommando nicht gefunden. You have to install vlc player that is encoding video into rtsp.

                  sudo apt-get install vlc
                  -8

                  Analysis: http://post.scriptum.ru | Synthesis: http://onewaytheater.us
                  Twitter: https://twitter.com/eight_io | Flickr: http://www.flickr.com/photos/eight_io/
                  Github: https://github.com/eighteight | MulchCam: https//mulchcam.com
                  MulchTune: https://itunes.apple.com/us/app/mulch-tune/id1070973465 | Augmented Theatre: https://augmentedtheatre.com

                  1 Reply Last reply Reply Quote 0
                  • crystalhorizonC
                    crystalhorizon Beta Platinum
                    last edited by

                    Ok installed the vlc player.

                    Now I get a full screen video feed out of the rasperry. I have connected it to my Blackmagic Intensity shuttle and routed the hdmi to my stage.
                    But not via Gstreamer. I dont know how to get back to the rasperry command line...

                    Alexander Nantschev | http://www.crystalhorizon.at | located in Vienna Austria

                    1 Reply Last reply Reply Quote 0
                    • eightE
                      eight
                      last edited by

                      To get back to your RPi command line press Ctrl + C (or CMND+C).

                      I am not sure what Blackmagic shuttle is here for.

                      Can you ping your RPi from the computer that runs Isadora?
                      --8

                      Analysis: http://post.scriptum.ru | Synthesis: http://onewaytheater.us
                      Twitter: https://twitter.com/eight_io | Flickr: http://www.flickr.com/photos/eight_io/
                      Github: https://github.com/eighteight | MulchCam: https//mulchcam.com
                      MulchTune: https://itunes.apple.com/us/app/mulch-tune/id1070973465 | Augmented Theatre: https://augmentedtheatre.com

                      1 Reply Last reply Reply Quote 0
                      • gapworksG
                        gapworks
                        last edited by

                        I´d love to give it a try, sounds promising..

                        best

                        Running MBP2017 / Osx 10.14.5 / 16 GB 2133 MHz LPDDR3 / Intel HD Graphics 630 1536 MB / Latest Isadora Version / www.gapworks.at / located in Vienna Austria

                        1 Reply Last reply Reply Quote 0
                        • J
                          jazzyfish
                          last edited by

                          I'd love to test it also, especially http stream from youtube

                          1 Reply Last reply Reply Quote 0
                          • rainbowR
                            rainbow
                            last edited by

                            @ eight

                            Tested the plugin.

                            Setup Mac mini latest OS X, iPad mini and iVigilo,

                            G-Streamer plugin 320x240 20 FPS

                            IP camera QC patch 640x480 60 FPS

                            thx

                            rainbow

                            1 Reply Last reply Reply Quote 0
                            • crystalhorizonC
                              crystalhorizon Beta Platinum
                              last edited by

                              I use the blackmagic for the display on my second monitor.
                              I followed that tutorial:
                              https://www.modmypi.com/blog/tutorial-how-to-give-your-raspberry-pi-a-static-ip-address
                              the next I´m trying:
                              http://www.dexterindustries.com/BrickPi/getting-started/using-the-pi/connect-to-your-raspberry-pi-from-a-mac/
                              Here I am stuck: when I execute ping gateway on rasperry pi it works and mac terminal also see screenshots. So the next step ping raspberry.local is not working

                              b6e487-screenshot-2015-02-02-13.18.10.png 572410-screenshot-2015-02-02-13.18.47.png

                              Alexander Nantschev | http://www.crystalhorizon.at | located in Vienna Austria

                              1 Reply Last reply Reply Quote 0
                              • crystalhorizonC
                                crystalhorizon Beta Platinum
                                last edited by

                                Ok followed that tutorial http://www.howtogeek.com/167190/how-and-why-to-assign-the-.local-domain-to-your-raspberry-pi/

                                I was able to ping through terminal, but VNC viewer says the host denies 

                                Alexander Nantschev | http://www.crystalhorizon.at | located in Vienna Austria

                                1 Reply Last reply Reply Quote 0
                                • crystalhorizonC
                                  crystalhorizon Beta Platinum
                                  last edited by

                                  That one helped http://jankarres.de/2012/08/raspberry-pi-vnc-server-installieren/

                                  So I can now use VNC Viewer on my mac

                                  Alexander Nantschev | http://www.crystalhorizon.at | located in Vienna Austria

                                  1 Reply Last reply Reply Quote 0
                                  • eightE
                                    eight
                                    last edited by

                                    @feinsinn -- in that case everything should work, I am assuming you are replacing RPI_HOST_IP with 192.168.0.1

                                    --8

                                    Analysis: http://post.scriptum.ru | Synthesis: http://onewaytheater.us
                                    Twitter: https://twitter.com/eight_io | Flickr: http://www.flickr.com/photos/eight_io/
                                    Github: https://github.com/eighteight | MulchCam: https//mulchcam.com
                                    MulchTune: https://itunes.apple.com/us/app/mulch-tune/id1070973465 | Augmented Theatre: https://augmentedtheatre.com

                                    1 Reply Last reply Reply Quote 0
                                    • crystalhorizonC
                                      crystalhorizon Beta Platinum
                                      last edited by

                                      Ok to be clear:

                                      In Raspberry Pi I put:
                                      raspivid -o - -t 9999999 |cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:192.168.0.1/}' :demux=h264
                                      And in GStreamer:
                                      rtsp:192.168.0.1

                                      Alexander Nantschev | http://www.crystalhorizon.at | located in Vienna Austria

                                      1 Reply Last reply Reply Quote 0
                                      • eightE
                                        eight
                                        last edited by

                                        @fiensinn: Can't check at the moment, but I think GStreamer string should be

                                        rtsp://192.168.0.1:8554/
                                        --8

                                        Analysis: http://post.scriptum.ru | Synthesis: http://onewaytheater.us
                                        Twitter: https://twitter.com/eight_io | Flickr: http://www.flickr.com/photos/eight_io/
                                        Github: https://github.com/eighteight | MulchCam: https//mulchcam.com
                                        MulchTune: https://itunes.apple.com/us/app/mulch-tune/id1070973465 | Augmented Theatre: https://augmentedtheatre.com

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          Josafat
                                          last edited by

                                          @eight would love to try this with youtube. Than kyou very much for your time and your effort with this cool plugin.

                                          Running OS High Sierra (10.13.6) and Catalina (10.15.4), MBP 15" (2015) i7, 16 GB, Intel Iris Pro 1536 MB.
                                          Mac mini 2023 M2Pro 16 GB (RAM), Ventura 13.4

                                          1 Reply Last reply Reply Quote 0
                                          • DusXD
                                            DusX Tech Staff
                                            last edited by

                                            Sorry I haven't been able to get into this yet..

                                            Troikatronix Technical Support

                                            • New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
                                            • Isadora Add-ons: https://troikatronix.com/add-ons/
                                            • My Add-ons: https://troikatronix.com/add-ons/?u=dusx

                                            Running: Win 11 64bit, i7, M.2 PCIe SSD's, 32gb DDR4, nVidia GTX 4070 | located in Ontario Canada.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post