FDH2 / UxPlay

AirPlay Unix mirroring server
GNU General Public License v3.0
1.35k stars 72 forks source link

Stuttering on odroid n2+ #42

Closed brylos1 closed 2 years ago

brylos1 commented 2 years ago

Hey I bought myself an odroid n2 +. And on my device, the movie is stuttering and has a terrible lag, but the audio is ok. How do I fix it. Is there hardware support for amlogic?

fduncanh commented 2 years ago

Stuttering may mean it may not have a powerful enough processor to use GStreamer for h264 video.. Have you tried https://github.com/FD-/RPiPlay ? This has video and audio renderers which are good with RPi, so maybe also odroid

There is no explicit hardware support for amlogic in UxPlay. You are the first to ask. UxPlay is essentially the same as RPiPlay, but has some improvements. (e.g. ALAC support, options for setting parameters etc) but only uses GStreamer. An early version of GStreamer support was backported from UxPlay to RPiPlay, but I gather it is not very good with RPi devices as opposed to desktops. (maybe like with Odroid?).

fduncanh commented 2 years ago

@brylos1

UxPlay is now working well on Raspberry Pi, using gstreamer with a backport to get Video4Linux2 working for hardware video decoding by the broadcom GPU on the Pi.

I have no idea what the Odroid N2+ GPU supports, the new option uxplay -v4l2 might work with it now.

see the RPi success reports