All of lore.kernel.org
 help / color / mirror / Atom feed
* video playback failed with "app" user
@ 2014-12-23 10:12 Ray・Bloodworth
  2014-12-23 10:36 ` Carlos Rafael Giani
  2014-12-23 11:49 ` Otavio Salvador
  0 siblings, 2 replies; 9+ messages in thread
From: Ray・Bloodworth @ 2014-12-23 10:12 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1947 bytes --]

Hi, everyone

   I'm testing video playback on MCIMX6Q-SDP. Plugins of imx gstreamer-1.0 have been installed in filesystem already.

   The mp4 file could be played when the media player app launched with "root" user.

   When the media player app launched with "app" user, some errors occured:
Dec 23 01:39:43 localhost sh[539]: (gst-plugin-scanner:800): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstoverlaysinkplugins.so': /lib/libg2d.so.0.8: internal error 
Dec 23 01:39:46 localhost sh[539]: (gst-plugin-scanner:800): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstimxg2d.so': /lib/libg2d.so.0.8: internal error
Dec 23 01:39:48 localhost sh[539]: Aiur: 4.0.1 
Dec 23 01:39:48 localhost sh[539]: Core: MPEG4PARSER_06.09.00 build on Apr 16 2014 02:12:18 
Dec 23 01:39:48 localhost sh[539]: file: /usr/lib/imx-mm/parser/lib_mp4_parser_arm11_elinux.so.3.2 
Dec 23 01:39:48 localhost sh[539]: Track 00 [video_0] Enabled 
Dec 23 01:39:48 localhost sh[539]: Duration: 0:03:47.483008000 
Dec 23 01:39:48 localhost sh[539]: Language: und 
Dec 23 01:39:48 localhost sh[539]: Mime video/x-h264, parsed=(boolean)true, alignment=(string)au, stream-format=(string)avc, width=(int)1104, height=(int)622, framerate=(fraction)30/1, codec_data=(buffer)0164001fffe1001f6764001facc86011413febff0451045010000003001000000303c8f18319e001000568e9bb2c8b0000001462747274 
Dec 23 01:39:48 localhost sh[539]: Track 01 [audio_0] Enabled 
Dec 23 01:39:48 localhost sh[539]: Duration: 0:03:47.694000000 
Dec 23 01:39:48 localhost sh[539]: Language: und 
Dec 23 01:39:48 localhost sh[539]: Mime audio/mpeg, mpegversion=(int)4, channels=(int)2, rate=(int)44100, bitrate=(int)0, stream-format=(string)raw, codec_data=(buffer)139056e5a54800 
Dec 23 01:39:48 localhost sh[539]: Error: "Could not initialize supporting library." 

  Could anyone help me with this issue?

BR,


Ray・Bloodworth


[-- Attachment #2: Type: text/html, Size: 3362 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: video playback failed with "app" user
  2014-12-23 10:12 video playback failed with "app" user Ray・Bloodworth
@ 2014-12-23 10:36 ` Carlos Rafael Giani
  2014-12-23 11:49 ` Otavio Salvador
  1 sibling, 0 replies; 9+ messages in thread
From: Carlos Rafael Giani @ 2014-12-23 10:36 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 2374 bytes --]

Something is very wrong with your G2D installation. Is it using the 
right floating-point ABI (softfp/hardfloat)? Unfortunately, "internal 
error" is not very helpful.. How did you install G2D?

On 2014-12-23 11:12, Ray·Bloodworth wrote:
> Hi, everyone
>
>    I'm testing video playback on MCIMX6Q-SDP. Plugins of imx 
> gstreamer-1.0 have been installed in filesystem already.
>
>    The mp4 file could be played when the media player app launched 
> with "root" user.
>
>    When the media player app launched with "app" user, some errors 
> occured:
> Dec 23 01:39:43 localhost sh[539]: (gst-plugin-scanner:800): 
> GStreamer-WARNING **: Failed to load plugin 
> '/usr/lib/gstreamer-1.0/libgstoverlaysinkplugins.so': 
> /lib/libg2d.so.0.8: internal error
> Dec 23 01:39:46 localhost sh[539]: (gst-plugin-scanner:800): 
> GStreamer-WARNING **: Failed to load plugin 
> '/usr/lib/gstreamer-1.0/libgstimxg2d.so': /lib/libg2d.so.0.8: internal 
> error
> Dec 23 01:39:48 localhost sh[539]: Aiur: 4.0.1
> Dec 23 01:39:48 localhost sh[539]: Core: MPEG4PARSER_06.09.00 build on 
> Apr 16 2014 02:12:18
> Dec 23 01:39:48 localhost sh[539]: file: 
> /usr/lib/imx-mm/parser/lib_mp4_parser_arm11_elinux.so.3.2
> Dec 23 01:39:48 localhost sh[539]: Track 00 [video_0] Enabled
> Dec 23 01:39:48 localhost sh[539]: Duration: 0:03:47.483008000
> Dec 23 01:39:48 localhost sh[539]: Language: und
> Dec 23 01:39:48 localhost sh[539]: Mime video/x-h264, 
> parsed=(boolean)true, alignment=(string)au, stream-format=(string)avc, 
> width=(int)1104, height=(int)622, framerate=(fraction)30/1, 
> codec_data=(buffer)0164001fffe1001f6764001facc86011413febff0451045010000003001000000303c8f18319e001000568e9bb2c8b0000001462747274
> Dec 23 01:39:48 localhost sh[539]: Track 01 [audio_0] Enabled
> Dec 23 01:39:48 localhost sh[539]: Duration: 0:03:47.694000000
> Dec 23 01:39:48 localhost sh[539]: Language: und
> Dec 23 01:39:48 localhost sh[539]: Mime audio/mpeg, 
> mpegversion=(int)4, channels=(int)2, rate=(int)44100, bitrate=(int)0, 
> stream-format=(string)raw, codec_data=(buffer)139056e5a54800
> Dec 23 01:39:48 localhost sh[539]: Error: "Could not initialize 
> supporting library."
>
>   Could anyone help me with this issue?
>
> BR,
> ------------------------------------------------------------------------
> Ray·Bloodworth
>
>
>


[-- Attachment #2: Type: text/html, Size: 4774 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: video playback failed with "app" user
  2014-12-23 10:12 video playback failed with "app" user Ray・Bloodworth
  2014-12-23 10:36 ` Carlos Rafael Giani
@ 2014-12-23 11:49 ` Otavio Salvador
  2014-12-23 12:00   ` Ray·Bloodworth
  1 sibling, 1 reply; 9+ messages in thread
From: Otavio Salvador @ 2014-12-23 11:49 UTC (permalink / raw)
  To: Ray·Bloodworth; +Cc: meta-freescale

On Tue, Dec 23, 2014 at 8:12 AM, Ray·Bloodworth <k870818319@outlook.com> wrote:
>    I'm testing video playback on MCIMX6Q-SDP. Plugins of imx gstreamer-1.0
> have been installed in filesystem already.
>
>    The mp4 file could be played when the media player app launched with
> "root" user.
>
>    When the media player app launched with "app" user, some errors occured:

app user must be part of 'video' group.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: video playback failed with "app" user
  2014-12-23 11:49 ` Otavio Salvador
@ 2014-12-23 12:00   ` Ray·Bloodworth
  2014-12-23 12:18     ` Alexander Shashkevych
  0 siblings, 1 reply; 9+ messages in thread
From: Ray·Bloodworth @ 2014-12-23 12:00 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1076 bytes --]

Hi, 
    Thanks for you help!

    I checked the /etc/group file, app user is a member of video group already...

audio:x:29:root,users,pulse,media,guest 
gopher:x:30: 
dip:x:40: 
shadow:x:42: 
utmp:x:43: 
video:x:44:users,media,guest,app




Ray·Bloodworth

 
From: Otavio Salvador
Date: 2014-12-23 19:49
To: Ray·Bloodworth
CC: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] video playback failed with "app" user
On Tue, Dec 23, 2014 at 8:12 AM, Ray·Bloodworth <k870818319@outlook.com> wrote:
>    I'm testing video playback on MCIMX6Q-SDP. Plugins of imx gstreamer-1.0
> have been installed in filesystem already.
>
>    The mp4 file could be played when the media player app launched with
> "root" user.
>
>    When the media player app launched with "app" user, some errors occured:
 
app user must be part of 'video' group.
 
-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750

[-- Attachment #2: Type: text/html, Size: 3049 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: video playback failed with "app" user
  2014-12-23 12:00   ` Ray·Bloodworth
@ 2014-12-23 12:18     ` Alexander Shashkevych
  2014-12-24  3:22       ` Ray·Bloodworth
  0 siblings, 1 reply; 9+ messages in thread
From: Alexander Shashkevych @ 2014-12-23 12:18 UTC (permalink / raw)
  To: Ray·Bloodworth; +Cc: meta-freescale, Otavio Salvador

> Hi,
>     Thanks for you help!
>
>     I checked the /etc/group file, app user is a member of video group
> already...
>
> audio:x:29:root,users,pulse,media,guest
> gopher:x:30:
> dip:x:40:
> shadow:x:42:
> utmp:x:43:
> video:x:44:users,media,guest,app

please check your /etc/udev/rules.d/10-imx.rules file. It must contain
following lines:

KERNEL=="mxc_ipu", MODE="0666"
KERNEL=="mxc_vpu", MODE="0666"
SUBSYSTEM=="video", MODE="0660"
KERNEL=="fb[0-9]", MODE="0660", GROUP="video"
KERNEL=="gsl_kmod", MODE="0660", GROUP="video"
KERNEL=="galcore", MODE="0660", GROUP="video"

If there no such lines - add them and reboot device. This should fix
access rights to ipu, vpu and gpu devices.

Then add 'app' user to 'audio' group - this could be a reason why you
have no sound.

Alexander


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: video playback failed with "app" user
  2014-12-23 12:18     ` Alexander Shashkevych
@ 2014-12-24  3:22       ` Ray·Bloodworth
  2014-12-24 10:14         ` Alexander Shashkevych
  0 siblings, 1 reply; 9+ messages in thread
From: Ray·Bloodworth @ 2014-12-24  3:22 UTC (permalink / raw)
  To: Alexander Shashkevych; +Cc: meta-freescale, Otavio Salvador

[-- Attachment #1: Type: text/plain, Size: 1328 bytes --]

Hi, Alexander
    Thanks for you help!

    Video playback is ok now. After adding 'app' user to 'audio' group, audio output is still not working with user "app"...

    Audio stream is routed to pulseaudio sink by media player. 

    Could you give me any advise?


BR,


Ray·Bloodworth

 
From: Alexander Shashkevych
Date: 2014-12-23 20:18
To: Ray·Bloodworth
CC: Otavio Salvador; meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] video playback failed with "app" user
> Hi,
>     Thanks for you help!
>
>     I checked the /etc/group file, app user is a member of video group
> already...
>
> audio:x:29:root,users,pulse,media,guest
> gopher:x:30:
> dip:x:40:
> shadow:x:42:
> utmp:x:43:
> video:x:44:users,media,guest,app
 
please check your /etc/udev/rules.d/10-imx.rules file. It must contain
following lines:
 
KERNEL=="mxc_ipu", MODE="0666"
KERNEL=="mxc_vpu", MODE="0666"
SUBSYSTEM=="video", MODE="0660"
KERNEL=="fb[0-9]", MODE="0660", GROUP="video"
KERNEL=="gsl_kmod", MODE="0660", GROUP="video"
KERNEL=="galcore", MODE="0660", GROUP="video"
 
If there no such lines - add them and reboot device. This should fix
access rights to ipu, vpu and gpu devices.
 
Then add 'app' user to 'audio' group - this could be a reason why you
have no sound.
 
Alexander

[-- Attachment #2: Type: text/html, Size: 3537 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: video playback failed with "app" user
  2014-12-24  3:22       ` Ray·Bloodworth
@ 2014-12-24 10:14         ` Alexander Shashkevych
  2014-12-27 10:07           ` Ray·Bloodworth
  0 siblings, 1 reply; 9+ messages in thread
From: Alexander Shashkevych @ 2014-12-24 10:14 UTC (permalink / raw)
  To: Ray·Bloodworth; +Cc: meta-freescale, Otavio Salvador

> Hi, Alexander
>     Thanks for you help!
>
>     Video playback is ok now. After adding 'app' user to 'audio' group,
> audio output is still not working with user "app"...
>
>     Audio stream is routed to pulseaudio sink by media player.
>
>     Could you give me any advise?

We need more info about what you are doing and observing. It's hard to
help you without knowing that. Describe your setup (software you are
using, versions, running processes), steps, commands and what is on
output when you run gstreamer, so we could try to help you.

For example you can get running processes with 'ps' command. To get
warnings/errors from any gstreamer based app run them with set
GST_DEBUG variable like this:

  GST_DEBUG=*:3 gst-play-1.0 myaudio.mp3

And provide outputs to us.

Alexander


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: video playback failed with "app" user
  2014-12-24 10:14         ` Alexander Shashkevych
@ 2014-12-27 10:07           ` Ray·Bloodworth
  0 siblings, 0 replies; 9+ messages in thread
From: Ray·Bloodworth @ 2014-12-27 10:07 UTC (permalink / raw)
  To: Alexander Shashkevych; +Cc: meta-freescale, Otavio Salvador

[-- Attachment #1: Type: text/plain, Size: 5351 bytes --]

Hi, Alexander

  I got some logs with "GST_DEBUG=*:3" and these are test case:

  1)sh-4.3$ GST_DEBUG=*:3 gst-launch-1.0 playbin uri=file:///test.mp3 audio-sink="pulsesink"   -->audio output: ok
  2)sh-4.3$ GST_DEBUG=*:3 gst-launch-1.0 playbin uri=file:///test.ogv audio-sink="pulsesink"   -->audio output: ok, video output:ok
  3)sh-4.3$ GST_DEBUG=*:3 gst-launch-1.0 playbin uri=file:///test.mp4 audio-sink="pulsesink"   -->audio output: ng, video output:ok
  4)Using these command with "root" user  -->audio output: ok, video output:ok

  This issue is so weird...

sh-4.3$ GST_DEBUG=*:3 gst-launch-1.0 playbin uri=file:///004-ng-bind_.mp4 audio-sink="pulsesink" 
Setting pipeline to PAUSED ... 
0:00:00.112480666 740 0x4cc0e0 WARN basesrc imx6/bsp/fsl-community-bsp-master/build-wayland/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/gstreamer1.0/1.4.1-r0/gstreamer-1.4.1/libs/gst/base/gstbasesrc.c:3460:gst_base_src_start_complete:<source> pad not activated yet 
0:00:00.115873000 740 0x4cc0e0 WARN basesrc imx6/bsp/fsl-community-bsp-master/build-wayland/tmp/work/cortexa9-vfp-neon-poky-linux-gnueabi/gstreamer1.0/1.4.1-r0/gstreamer-1.4.1/libs/gst/base/gstbasesrc.c:3460:gst_base_src_start_complete:<source> pad not activated yet 
Pipeline is PREROLLING ... 
Aiur: 4.0.1 
Core: MPEG4PARSER_06.09.00 build on Apr 16 2014 02:12:18 
file: /usr/lib/imx-mm/parser/lib_mp4_parser_arm11_elinux.so.3.2 
Track 00 [video_0] Enabled 
Duration: 0:03:47.483008000 
Language: und 
Mime video/x-h264, parsed=(boolean)true, alignment=(string)au, stream-format=(string)avc, width=(int)1104, height=(int)622, framerate=(fraction)30/1, codec_data=(buffer)0164001fffe1001f6764001facc86011413febff0451045010000003001000000303c8f18319e001000568e9bb2c8b0000001462747274 
Track 01 [audio_0] Enabled 
Duration: 0:03:47.694000000 
Language: und 
Mime audio/mpeg, mpegversion=(int)4, channels=(int)2, rate=(int)44100, bitrate=(int)0, stream-format=(string)raw, codec_data=(buffer)139056e5a54800 
0:00:00.457089000 740 0x71428cc0 WARN aiurdemux imx6/bsp/fsl-community-bsp-master/build-wayland/tmp/work/imx6qsabresd-poky-linux-gnueabi/gst1.0-fsl-plugin/4.0.1-r0/gst1.0-fsl-plugins-4.0.1/plugins/aiurdemux/aiurdemux.c:2865:aiurdemux_send_stream_newsegment: Pad video: Send newseg 0:00:00.000000000 first buffer 0:00:00.000000000 
0:00:00.459851000 740 0x71428cc0 WARN aiurdemux imx6/bsp/fsl-community-bsp-master/build-wayland/tmp/work/imx6qsabresd-poky-linux-gnueabi/gst1.0-fsl-plugin/4.0.1-r0/gst1.0-fsl-plugins-4.0.1/plugins/aiurdemux/aiurdemux.c:2865:aiurdemux_send_stream_newsegment: Pad audio: Send newseg 0:00:00.000000000 first buffer 0:00:00.000000000 
Beep: 4.0.1 
Core: AAC decoder Wrapper build on Apr 22 2014 09:43:50 
file: /usr/lib/imx-mm/audio-codec/wrap/lib_aacd_wrap_arm12_elinux.so.3 
CODEC: BLN_MAD-MMCODECS_AACD_ARM_03.09.00_CORTEX-A8 build on Jun 19 2014 18:30:32. 
[INFO] Product Info: i.MX6Q/D/S 
[INFO] bitstreamMode 1, chromaInterleave 0, mapType 0, tiled2LinearEnable 0 
0:00:00.812515000 740 0x70b03000 FIXME playbin imx6/bsp/fsl-community-bsp-master/build-wayland/tmp/work/cortexa9-vfp-neon-mx6qdl-poky-linux-gnueabi/gstreamer1.0-plugins-base/1.4.1-r0/gst-plugins-base-1.4.1/gst/playback/gstplaybin2.c:2942:_uridecodebin_event_probe:<uridecodebin0:src_1> Consider implementing group-id handling on stream-start event 
0:00:00.813396000 740 0x70b02cf0 FIXME playbin imx6/bsp/fsl-community-bsp-master/build-wayland/tmp/work/cortexa9-vfp-neon-mx6qdl-poky-linux-gnueabi/gstreamer1.0-plugins-base/1.4.1-r0/gst-plugins-base-1.4.1/gst/playback/gstplaybin2.c:2942:_uridecodebin_event_probe:<uridecodebin0:src_0> Consider implementing group-id handling on stream-start event 
Pipeline is PREROLLED ... 
Setting pipeline to PLAYING ... 
New clock: GstPulseSinkClock 
0:00:01.303078000 740 0x70b02cf0 WARN videodecoder imx6/bsp/fsl-community-bsp-master/build-wayland/tmp/work/cortexa9-vfp-neon-mx6qdl-poky-linux-gnueabi/gstreamer1.0-plugins-base/1.4.1-r0/gst-plugins-base-1.4.1/gst-libs/gst/video/gstvideodecoder.c:2505:gst_video_decoder_prepare_finish_frame:<imxvpudec0> decreasing timestamp (0:00:00.200000000 < 0:00:00.233333000) 
^Chandling interrupt. 
Interrupt: Stopping pipeline ... 
Execution ended after 0:00:09.722289001 
Setting pipeline to PAUSED ...





Ray·Bloodworth

 
From: Alexander Shashkevych
Date: 2014-12-24 18:14
To: Ray·Bloodworth
CC: Otavio Salvador; meta-freescale@yoctoproject.org
Subject: Re: Re: [meta-freescale] video playback failed with "app" user
> Hi, Alexander
>     Thanks for you help!
>
>     Video playback is ok now. After adding 'app' user to 'audio' group,
> audio output is still not working with user "app"...
>
>     Audio stream is routed to pulseaudio sink by media player.
>
>     Could you give me any advise?
 
We need more info about what you are doing and observing. It's hard to
help you without knowing that. Describe your setup (software you are
using, versions, running processes), steps, commands and what is on
output when you run gstreamer, so we could try to help you.
 
For example you can get running processes with 'ps' command. To get
warnings/errors from any gstreamer based app run them with set
GST_DEBUG variable like this:
 
  GST_DEBUG=*:3 gst-play-1.0 myaudio.mp3
 
And provide outputs to us.
 
Alexander

[-- Attachment #2: Type: text/html, Size: 9081 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: video playback failed with "app" user
@ 2014-12-23 11:49 Ray・Bloodworth
  0 siblings, 0 replies; 9+ messages in thread
From: Ray・Bloodworth @ 2014-12-23 11:49 UTC (permalink / raw)
  To: dv; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 2940 bytes --]

Hi,
   Thanks for your reply!

>Something is very wrong with your G2D installation. Is it using the
>right floating-point ABI (softfp/hardfloat)? Unfortunately, "internal
>error" is not very helpful.. How did you install G2D?

  I build it with sfp with "bitbake core-image-weston". After this, I installed all related rpm packages(gstreamer, plugins, g2d, and so on) with "rpm" command.
  Since mp4 file could be played when the media player app launched with "root" user(audio output is ok), I think it should be device I/O permission problem.

  So, I test something:

  chmod a+rw /dev/*

  After this, mp4 file could be played when the media player app launched with "app" user, but no audio output.

  I don' kown which device node under "/dev/" is the one. Is "mxc_ipu"? 

> Hi, everyone
>
>    I'm testing video playback on MCIMX6Q-SDP. Plugins of imx
> gstreamer-1.0 have been installed in filesystem already.
>
>    The mp4 file could be played when the media player app launched
> with "root" user.
>
>    When the media player app launched with "app" user, some errors
> occured:
> Dec 23 01:39:43 localhost sh[539]: (gst-plugin-scanner:800):
> GStreamer-WARNING **: Failed to load plugin
> '/usr/lib/gstreamer-1.0/libgstoverlaysinkplugins.so':
> /lib/libg2d.so.0.8: internal error
> Dec 23 01:39:46 localhost sh[539]: (gst-plugin-scanner:800):
> GStreamer-WARNING **: Failed to load plugin
> '/usr/lib/gstreamer-1.0/libgstimxg2d.so': /lib/libg2d.so.0.8: internal
> error
> Dec 23 01:39:48 localhost sh[539]: Aiur: 4.0.1
> Dec 23 01:39:48 localhost sh[539]: Core: MPEG4PARSER_06.09.00 build on
> Apr 16 2014 02:12:18
> Dec 23 01:39:48 localhost sh[539]: file:
> /usr/lib/imx-mm/parser/lib_mp4_parser_arm11_elinux.so.3.2
> Dec 23 01:39:48 localhost sh[539]: Track 00 [video_0] Enabled
> Dec 23 01:39:48 localhost sh[539]: Duration: 0:03:47.483008000
> Dec 23 01:39:48 localhost sh[539]: Language: und
> Dec 23 01:39:48 localhost sh[539]: Mime video/x-h264,
> parsed=(boolean)true, alignment=(string)au, stream-format=(string)avc,
> width=(int)1104, height=(int)622, framerate=(fraction)30/1,
> codec_data=(buffer)0164001fffe1001f6764001facc86011413febff0451045010000003001000000303c8f18319e001000568e9bb2c8b0000001462747274
> Dec 23 01:39:48 localhost sh[539]: Track 01 [audio_0] Enabled
> Dec 23 01:39:48 localhost sh[539]: Duration: 0:03:47.694000000
> Dec 23 01:39:48 localhost sh[539]: Language: und
> Dec 23 01:39:48 localhost sh[539]: Mime audio/mpeg,
> mpegversion=(int)4, channels=(int)2, rate=(int)44100, bitrate=(int)0,
> stream-format=(string)raw, codec_data=(buffer)139056e5a54800
> Dec 23 01:39:48 localhost sh[539]: Error: "Could not initialize
> supporting library."
>
>   Could anyone help me with this issue?
>
> BR,
> ------------------------------------------------------------------------
> Ray?Bloodworth
>
>
>
 





Ray・Bloodworth


[-- Attachment #2: Type: text/html, Size: 8985 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-12-27 10:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-23 10:12 video playback failed with "app" user Ray・Bloodworth
2014-12-23 10:36 ` Carlos Rafael Giani
2014-12-23 11:49 ` Otavio Salvador
2014-12-23 12:00   ` Ray·Bloodworth
2014-12-23 12:18     ` Alexander Shashkevych
2014-12-24  3:22       ` Ray·Bloodworth
2014-12-24 10:14         ` Alexander Shashkevych
2014-12-27 10:07           ` Ray·Bloodworth
2014-12-23 11:49 Ray・Bloodworth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.