-
Hi, I'm trying to play a mp4 file from cog which plays slow whereas it runs well with gst-play .
What did i missed ? |
Beta Was this translation helpful? Give feedback.
Replies: 13 comments 2 replies
-
The pipeline dump shows that |
Beta Was this translation helpful? Give feedback.
-
which version of wpewebkit is this btw? i'd advise to try 2.42, which enables a new video sink by default. Leveraging dmabufs. I don't think it's been tested much on iMX though... |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
This is weird because i see the difference on my proc when playing the video from cog, wpeWebProcess consumes 120% |
Beta Was this translation helpful? Give feedback.
-
Ok , surely something with the linux user account. |
Beta Was this translation helpful? Give feedback.
-
Yeah maybe the iMX device driver requires root... |
Beta Was this translation helpful? Give feedback.
-
At the end root account use V4L2DEC `====== AIUR: 4.6.1 build on May 11 2021 03:19:55. ======
|
Beta Was this translation helpful? Give feedback.
-
Is perf with v4l2dec in wpewebkit ok or not? |
Beta Was this translation helpful? Give feedback.
-
Still ok with root but not with normal account.
Le ven. 27 oct. 2023, 21:21, Philippe Normand ***@***.***> a
écrit :
… Is perf with v4l2dec in wpewebkit ok or not?
—
Reply to this email directly, view it on GitHub
<#631 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLDWDF5DB4ICB3WNGW65IDYBQCSDAVCNFSM6AAAAAA6RQDYTOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBTGM4TMMJTGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I don't think we can do much about that. Maybe ask on NXP/Freescale forums :) |
Beta Was this translation helpful? Give feedback.
-
Yes understand,
Thks again
Le ven. 27 oct. 2023, 22:17, Philippe Normand ***@***.***> a
écrit :
… I don't think we can do much about that. Maybe ask on NXP/Freescale forums
:)
—
Reply to this email directly, view it on GitHub
<#631 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLDWDHCNCQAUCF6KL2TMUTYBQJHDAVCNFSM6AAAAAA6RQDYTOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBTGQ2TQMBSGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Adrian ,
Of course, I tried to do that on /dev/video0 /dev/video1 . But still the
same.
ls -al /dev/v4l/by-path/
total 0
drwxr-xr-x 2 root root 140 Oct 31 13:04 .
drwxr-xr-x 3 root root 60 Oct 31 13:04 ..
lrwxrwxrwx 1 root root 12 Oct 31 13:04
platform-32c00000.bus:camera-video-index0 -> ../../video3
lrwxrwxrwx 1 root root 12 Oct 31 13:04
platform-32c00000.bus:camera-video-index1 -> ../../video4
lrwxrwxrwx 1 root root 12 Oct 31 13:04
platform-32e00000.isi:m2m_device-video-index0 -> ../../video2
lrwxrwxrwx 1 root root 12 Oct 31 13:04 platform-vpu_v4l2-video-index0 ->
../../video0
lrwxrwxrwx 1 root root 12 Oct 31 13:04 platform-vpu_v4l2-video-index1 ->
../../video1
rgds
Le mar. 31 oct. 2023 à 14:42, Adrian Perez ***@***.***> a
écrit :
… Maybe it would be possible to set the permissions on the device node
(either using udev rules, or by hand using chmod u+rw /dev/foo for
testing).
—
Reply to this email directly, view it on GitHub
<#639 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLDWDBIKK4M2D4J7QFSBNLYCD54BAVCNFSM6AAAAAA6XW75ICVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TIMZVGQ4DE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Yeah maybe the iMX device driver requires root...