• Products
    • Isadora
    • Get It
    • ADD-ONS
    • IzzyCast
    • Get It
  • Forum
  • Help
  • Werkstatt
  • Newsletter
  • Impressum
  • Dsgvo
  • Press
  • Isadora
  • Get It
  • ADD-ONS
  • IzzyCast
  • Get It
  • Press
  • Dsgvo
  • Impressum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags

    Beta-testers for GStreamer plugin (OS X)

    Developers
    11
    37
    21749
    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.
    • crystalhorizon
      crystalhorizon Beta Platinum last edited by

      Oh, double clicked the projector and then it worked

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

      1 Reply Last reply Reply Quote 0
      • Skulpture
        Skulpture Izzy Guru last edited by

        Cool. Really clever.

        Graham Thorne | www.grahamthorne.co.uk
        RIG 1: Custom-built PC: Windows 11. Ryzen 7 7700X, RTX3080, 32G DDR5 RAM. 2 x m.2.
        RIG 2: Laptop Dell G15: Windows 11, Intel i9 12th Gen. RTX3070ti, 16G RAM (DDR5), 2 x NVME M.2 SSD.
        RIG 3: Apple Laptop: rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

        1 Reply Last reply Reply Quote 0
        • primaldivine
          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
          • eight
            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
            • rainbow
              rainbow last edited by

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

              1 Reply Last reply Reply Quote 0
              • crystalhorizon
                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
                • eight
                  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
                  • crystalhorizon
                    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
                    • eight
                      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
                      • crystalhorizon
                        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
                        • eight
                          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
                          • gapworks
                            gapworks last edited by

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

                            best

                            Running MBP2017 / Ventura Osx 13.6.7 / 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
                              • rainbow
                                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
                                • crystalhorizon
                                  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
                                  • crystalhorizon
                                    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
                                    • crystalhorizon
                                      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
                                      • eight
                                        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
                                        • crystalhorizon
                                          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
                                          • eight
                                            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
                                            • First post
                                              Last post