PINE64
super fast desktop experience, but youtube issue - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98)
+--- Forum: Linux on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=101)
+--- Thread: super fast desktop experience, but youtube issue (/showthread.php?tid=6332)

Pages: 1 2


RE: super fast desktop experience, but youtube issue - Firesped - 08-21-2018

installed the LXDE version and ran the following lines.

$ sudo apt update
$ sudo apt-get install linux-image-4.4.132-1083-rockchip-ayufan-gfd3f12ca5fae

video plays at correct speed with sound.
However DRM video content is not working.
went into firefox and enabled DRM the hard way because the options are not showing. I'll have to find the instructions to do this but you have to go into the config and force some options on.

installed libavcodec-extra with the following line

sudo apt install libavcodec-extra

if this is failing to install, reboot. netflix seems to break the internet for somethings when it crashes

I'm just not sure what to do after this. It seems like widevine cdm is still missing but firefox is suposed to go get that itself. chromium is also missing widevine.

I do have an "OpenH264 Video Codec provided by Cisco Systems, Inc" that says it will be installed shortly.


RE: super fast desktop experience, but youtube issue - sabre - 09-21-2018

(08-21-2018, 02:51 AM)Firesped Wrote: installed the LXDE version and ran the following lines.

$ sudo apt update
$ sudo apt-get install linux-image-4.4.132-1083-rockchip-ayufan-gfd3f12ca5fae

video plays at correct speed with sound.
However DRM video content is not working.
went into firefox and enabled DRM the hard way because the options are not showing. I'll have to find the instructions to do this but you have to go into the config and force some options on.

installed libavcodec-extra with the following line

sudo apt install libavcodec-extra

if this is failing to install, reboot. netflix seems to break the internet for somethings when it crashes

I'm just not sure what to do after this. It seems like widevine cdm is still missing but firefox is suposed to go get that itself. chromium is also missing widevine.

I do have an "OpenH264 Video Codec provided by Cisco Systems, Inc" that says it will be installed shortly.

any luck with with DRM content and Widevine?  I am stuck at the same spot


RE: super fast desktop experience, but youtube issue - NightCrawler504 - 09-22-2018

Maybe this helps, solved my problem, videos running at regular speed now:

https://forum.pine64.org/showthread.php?tid=6545


RE: super fast desktop experience, but youtube issue - jwcolby54 - 11-17-2018

(08-03-2018, 10:55 AM)frewind Wrote:
(07-31-2018, 03:40 PM)boudiicca Wrote:
(07-31-2018, 07:48 AM)dukla2000 Wrote:
(07-31-2018, 06:31 AM)steamiestoyster Wrote: removing pulseaudio fixed the video playback speed. Now to get the sound working...

First check which card the HDMI is (on RP64 its card 2), then set ~/.asoundrc accordingly. Mine are below.

Code:
$ aplay --list-devices
**** List of PLAYBACK Hardware Devices ****
card 0: rockchipes8316c [rockchip,es8316-codec], device 0: ff890000.i2s-ES8316 HiFi ES8316 HiFi-0 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: ROCKCHIPSPDIF [ROCKCHIP,SPDIF], device 0: ff870000.spdif-dit-hifi dit-hifi-0 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: rkhdmidpsound [rk-hdmi-dp-sound], device 0: HDMI-DP multicodec-0 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
chris@rockpro64:~$ cat .asoundrc
pcm.!default {
    type hw
    card 2
}

ctl.!default {
    type hw           
    card 2
}

Yep...removing pulseaudio and setting the .asoundrc as per.....sorted....cheers!

heads up.....a fix is coming in the next kernel...should sort it permanently.

Followed the instruction, video now play at the correct speed, but still no sound Sad

Code:
sudo apt-get remove --purge pulseaudio

Code:
rock64@rockpro64:~$ cat .asoundrc
pcm.!default {
    type hw
    card 2
}

ctl.!default {
    type hw
    card 2
}
rock64@rockpro64:~$ aplay --list-devices
**** List of PLAYBACK Hardware Devices ****
card 0: rockchipes8316c [rockchip,es8316-codec], device 0: ff890000.i2s-ES8316 HiFi ES8316 HiFi-0 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: ROCKCHIPSPDIF [ROCKCHIP,SPDIF], device 0: ff870000.spdif-dit-hifi dit-hifi-0 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: rkhdmidpsound [rk-hdmi-dp-sound], device 0: HDMI-DP multicodec-0 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Code:
sudo apt-get remove --purge pulseaudio

fixed the speed issue for me.  No audio through the headphone jack however.  I really need that to consider this project a success.