Branislav Drengubiak

Results 4 comments of Branislav Drengubiak

I have go version 1.9.2 installed youtube-dl works fine. With -g parameter returns https URL of video. Without -g parameter always download mp4 file. omxplayer also works fine, when I...

Now I tested again. Downloaded new raspi image 2017-11-29-raspbian-stretch.img first boot: Set SSH access and pi user password apt-get update apt-get install omxplayer - was installed in raspbian-stretch.img image apt-get...

Also tested with fresh build gotubecast with go build main.go Result same, only difference is SONY F3111 connected **WARNING: unable to extract uploader nickname** omxplayer.bin: no process found ...

Now I tried modify raspi.sh video_id) YTURL="`youtube-dl -g $YTDL_OPTS https://youtube.com?v=$arg`" killall omxplayer.bin omxplayer $OMX_OPTS "$YTURL" & ;; play | pause) echo "PLAY|PAUSE pressed block begin" //omxdbus org.mpris.MediaPlayer2.Player.PlayPause // **LINE IS...