Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hardware:tronsmart_pavo_m9 [2017/05/11 16:36] – [Tronsmart Pavo M9] add link to adroid grabber overview zuntraxhardware:tronsmart_pavo_m9 [2017/12/04 22:57] (current) andi
Line 46: Line 46:
 ==== Scripts ==== Scripts
 Here are some example command lines for ffmpeg that we use: Here are some example command lines for ffmpeg that we use:
 +
 +===== on android box
 +
 +stream to ngnix on encoder box
 <code bash> <code bash>
 /mnt/sdcard/ffmpeg -i - -c copy -absf aac_adtstoasc -f flv rtmp://100.122.3.243:1935/source/tronsmart /mnt/sdcard/ffmpeg -i - -c copy -absf aac_adtstoasc -f flv rtmp://100.122.3.243:1935/source/tronsmart
Line 51: Line 55:
 ZidoStreamer is set to a video bitrate of 20 Mbit/s and 26 fps. With 25 fps, there is flicker in voctomix. Audio is set so 320 kbit/s, but isn't used. ZidoStreamer is set to a video bitrate of 20 Mbit/s and 26 fps. With 25 fps, there is flicker in voctomix. Audio is set so 320 kbit/s, but isn't used.
  
-RTMP stream to voctomix:+ 
 + 
 +====== on encoder cube 
 + 
 +   cd /opt/voctomix 
 +   wget https://raw.githubusercontent.com/voc/voctomix/master/example-scripts/default-config.sh   
 + 
 + 
 + 
 +======= ffmpeg variant 
 +RTMP stream to voctomix – e.g. as script in /opt/voctomix/scripts/forward-stream.sh
 <code bash> <code bash>
 #!/bin/sh #!/bin/sh
Line 75: Line 89:
 </code> </code>
 This script has the advantage of making audio from the HDMI stream available to voctomix, so that audio and video are in sync. This is particularly useful when the lecturer plays a video with a lot of spoken text. This audio source can then be selected in voctomix. This script has the advantage of making audio from the HDMI stream available to voctomix, so that audio and video are in sync. This is particularly useful when the lecturer plays a video with a lot of spoken text. This audio source can then be selected in voctomix.
 +
 +
 +======= gstreamer variant
  
 Alternative version using gstreamer: Alternative version using gstreamer:
Line 101: Line 118:
                 tcpclientsink host=localhost port=10002                 tcpclientsink host=localhost port=10002
 </code> </code>
 +
 +== Bild Rot/Grün/Schwarz an Decklink MiniRecorder
 +
 +Wir haben öfters das Problem beobachtet, dass die Bildausgabe des Tronsmart am HDMI-In einer Decklink MiniRecorder komplett Dunkelrot, Dunkelgrün oder komplett Schwarz ist, obwohl der Tronsmart nachweißlich auf die korrekte Auflösung eingestellt ist und am Beamer oder Fernseher korrekt funktioniert. Das Problem kann durch zwischenschalten des HDMI-to-SDI-Wandlers und grabben der Slides vom SDI-In der MiniRecorder behoben werden.
 +
 +Tests zeigten, dass manchmal das Tauschen des HDMI-Kabels hilft, manchmal aber auch nicht. Auch das Tauschen des Tronsmarts hilft nicht immer. Diese Beobachtungen legen nahe, dass das Problem nicht alleine am Kabel noch am Tronsmart und vmtl. auch nicht an der Karte liegt. Warscheinlicher ist eine Kombination der Faktoren mit Umgebungs-RF, Temperatur, Shielding oä. 
 +
 +--Mazdermind, Dez 2017
  
  • hardware/tronsmart_pavo_m9.1494513410.txt.gz
  • Last modified: 2017/05/11 16:36
  • by zuntrax