How to play udp stream on Linux URVEBoard?

On PC: C:\gstreamer\1.0\x86\bin\gst-launch-1.0.exe -v dx9screencapsrc ! queue ! videoconvert ! videoscale ! video/x-raw,width=1920,height=1080 ! x264enc tune=zerolatency bitrate=2048 pass=qual threads=4 ! video/x-h264, profile=high, clock-rate=100000 ! h264parse config-interval=10 ! rtph264pay pt=127 config-interval=10 ! udpsink host=232.255.42.42 force-ipv4=true port=5001 echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor echo performance > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor echo performance > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor echo performance > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor echo performance > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor [...]

How to play udp stream on Linux URVEBoard?2020-05-29T09:54:06+02:00

How to install ffmpeg on x86 Debian?

Two options: Install avconv apt-get install libav-tools Then we "avconv" command which is almost compatible with ffmpeg. Install real ffmpeg echo deb http://www.deb-multimedia.org testing main non-free >>/etc/apt/sources.list apt-get update apt-get install deb-multimedia-keyring apt-get update apt-get upgrade apt-get install ffmpeg    

How to install ffmpeg on x86 Debian?2020-05-29T09:56:17+02:00

Flashowanie komputerów x86 programem Paragon

Witamy Link do obrazu pendrive z obrazami dla MZA dla komputerów dostarczonych przez Macrosystem. Aby przenieść obraz na pendrive należy użyć aplikacji ....Paragon..... W tej chwili plik zawiera obraz Linuxa i Windows (do wyboru podczas odtwarzania dysku) Instrukcja odtwarzania dysku komputera z Linuxem Bootujemy pendrive z Linuxem (klawisz bootowania F11) Wybieramy domyślną opcję [...]

Flashowanie komputerów x86 programem Paragon2020-05-29T09:56:28+02:00

How to configure IEEE8021X on ethernet connected Linux URVEBoard?

Add to autostart.sh ip link set eth0 down;ifconfig eth0 hw ether 00:8A:0E:02:42:11; ifconfig eth0 up # only if you need to change MAC adddress wpa_supplicant -i eth0 -c /etc/wpa_supplicant.conf -D wired   # this will run and add lines below to /etc/wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 #update_config= eapol_version=2 ap_scan=0 network={ ssid="rezerwacjasal" key_mgmt=IEEE8021X eap=TLS eapol_flags=0 identity="evb-rk3288" ca_cert="/etc/certs/technical-ca.crt" client_cert="/etc/certs/roomreservation.crt" private_key="/etc/certs/roomreservation.key" [...]

How to configure IEEE8021X on ethernet connected Linux URVEBoard?2020-05-29T09:57:03+02:00

How to change MAC address of Linux URVEBoard?

while booting (/etc/init.d/autostart.sh) ip link set eth0 down;ifconfig eth0 hw ether 00:8a:0e:02:45:90; ifconfig eth0 up # static IP address setting ifconfig eth0 192.168.1.77 netmask 255.255.255.0 broadcast 192.168.1.255 gateway 192.168.1.1 ip route add default via 192.168.1.1  

How to change MAC address of Linux URVEBoard?2020-05-29T09:57:16+02:00

How to use URVEBoard SDK with linux based URVEBoards?

Default login is root without password. You can use our USB => RS232 => URVEBoard debug UART" dongle to check IP address with "ifconfig". You need to run terminal (PuTTY for example), use right COM port and set speed to 115200. Right after you can start URVEBoard SDK which is UBUNTU with all tools needed [...]

How to use URVEBoard SDK with linux based URVEBoards?2020-05-29T09:57:31+02:00

How to hide error message when playing video?

/home/clone/Desktop/A72/frameworks/base/core/java/android/widget/VideoView.java     /* If an error handler has been supplied, use it and finish. */ if (mOnErrorListener != null) { if (mOnErrorListener.onError(mMediaPlayer, framework_err, impl_err)) { return true; } } // CLONE: return true;  

How to hide error message when playing video?2020-05-29T09:58:08+02:00

How to enable stay awake in AOSP ?

In file /frameworks/base/packages/SettingsProvider/res/values/defaults.xml   <!-- Development settings --> <bool name="def_stay_on_while_plugged_in">true</bool>

How to enable stay awake in AOSP ?2020-05-29T10:09:26+02:00
Skip to content

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.
Ta strona korzysta z plików cookie, aby poprawić komfort użytkowania. Zakładamy, że nie masz nic przeciwko, ale możesz zrezygnować, jeśli chcesz.
Read more
Dowiedz się więcej

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close