Opened 7 years ago
Last modified 16 months ago
#932 new enhancement
raspberry pi
Reported by: | pums974 | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | future |
Component: | client | Version: | |
Keywords: | rpi | Cc: |
Description
Would it be possible to have a client able to use the hardware decoding of the raspberry pi ?
It should be possible to use the omxplayer for that.
Change History (5)
comment:1 Changed 7 years ago by
Keywords: | rpi added |
---|---|
Milestone: | 0.16 → future |
Priority: | major → minor |
Version: | 0.15.x |
comment:2 Changed 7 years ago by
In fact it might be better to use openmax :
https://www.raspberrypi.org/forums/viewtopic.php?f=33&t=57721
or MMAL
I would love to try, but for now I really don't know were to start.
comment:3 Changed 7 years ago by
Just a question,
Why use gstreamer for audio decoding and not for video ?
Because seems to me that it would permit to have hardware decoding, even on the rpi with gst-omx...
comment:4 Changed 7 years ago by
Why use gstreamer for audio decoding and not for video ?
Audio is a stream that never stops so gstreamer is a good fit.
Screen updates are not always video, starting and stopping gstreamer pipelines for this would be too expensive - just not a good fit.
comment:5 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/932
It should be possible, but since the code has not been used in any other projects but omxplayer, that's unlikely to happen unless someone submits some code.