Seeing, "errors with codec" when playing AVI on Chromecast RenderItem

About encoding, codec settings, muxers and filter usage
masterwok
New Cone
New Cone
Posts: 9
Joined: 07 Jun 2018 03:01

Seeing, "errors with codec" when playing AVI on Chromecast RenderItem

Postby masterwok » 07 Jun 2018 03:25

Hi,

I am attempting to play an AVI using libVLC for Android on a Chromecast device. I can cast MP4 files to the device without a problem, but the AVI file fails with the following errors surrounding stream output and codecs:
libvlc stream out: can't remux audio track 1 codec mpga
libvlc stream out: can't remux video track 0 codec mp4v
libvlc decoder: cannot continue streaming due to errors with codec mpga
libvlc decoder: cannot continue streaming due to errors with codec mp4v
libvlc demux: cannot get packet header, track disabled

The full pastebin of the logs is available here: https://pastebin.com/R6gVDnCW

I'm also able to stream the same AVI file with the official VLC app for Android without a problem.

Is it possible the build I'm using doesn't have the correct codecs enabled? I'm trying to use the following build: https://github.com/butterproject/vlc-android-sdk. I've been trying to build libVLC myself (rather than use someone else's build), but haven't had success.

If someone could help me understand these errors and how I can resolve them, it'd be greatly appreciated :]!

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Seeing, "errors with codec" when playing AVI on Chromecast RenderItem

Postby Jean-Baptiste Kempf » 26 Jun 2018 20:56

How are you using the chromecast?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

masterwok
New Cone
New Cone
Posts: 9
Joined: 07 Jun 2018 03:01

Re: Seeing, "errors with codec" when playing AVI on Chromecast RenderItem

Postby masterwok » 29 Jun 2018 02:55

I'm running my project (v3 branch) on an emulated and physical device: https://github.com/masterwok/simple-vlc-player.

I was trying to leverage this project here: https://github.com/butterproject/vlc-android-sdk as a quick way of getting libVLC into my project (to temporarily avoid taking the time to build libVLC myself). I was only ever able to get MP4 to cast successfully using this project. My best guess as to why it didn't work was because something wasn't enabled. I've since moved on to trying to build libVLC myself to see if that is actually the case. Hopefully I can determine this soon, I've yet to get libprotobuf to behave while compiling.

masterwok
New Cone
New Cone
Posts: 9
Joined: 07 Jun 2018 03:01

Re: Seeing, "errors with codec" when playing AVI on Chromecast RenderItem

Postby masterwok » 01 Jul 2018 01:54

Okay, I've made some progress. I was able to compile libVLC myself and the issue persists. This problem occurs when using a network stream or when using a FileDescriptor to create a Media instance. Also, playing a network stream using VLC for Android and casting to a Chromecast device fails with the same codec errors in the logs.

How should a URI with a content scheme ("content://..") be provided if FileDescriptor results in a failure to convert the media? For example, Intent.ACTION_OPEN_DOCUMENT returns a URI in the activity result with a content schema. If the content schema can't be used, does this mean that only File instances support conversion?

masterwok
New Cone
New Cone
Posts: 9
Joined: 07 Jun 2018 03:01

Re: Seeing, "errors with codec" when playing AVI on Chromecast RenderItem

Postby masterwok » 01 Jul 2018 02:30

So maybe I was mistaken with the content schema? It seems I'm also getting the codec issues when using an absolute path. I'm kind of stuck as to why this is happening. Any input would be greatly appreciated.

masterwok
New Cone
New Cone
Posts: 9
Joined: 07 Jun 2018 03:01

Re: Seeing, "errors with codec" when playing AVI on Chromecast RenderItem

Postby masterwok » 01 Jul 2018 21:02

Here are the logs:

Code: Select all

2018-07-01 14:57:39.540 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d31cacb0/654e6576] libvlc libvlc: VLC media player - 3.0.4 Vetinari 2018-07-01 14:57:39.540 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d31cacb0/6c616944] libvlc libvlc: Copyright © 1996-2018 the VideoLAN team 2018-07-01 14:57:39.540 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d31cacb0/1] libvlc libvlc: revision 3.0.3-1-32-g700b2910c0 2018-07-01 14:57:39.540 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d31cacb0/1] libvlc libvlc: configured with ../configure '--host=arm-linux-androideabi' '--build=x86_64-unknown-linux' '--with-contrib=/home/jtsan/projects/vlc-android/vlc/contrib/arm-linux-androideabi' '--enable-neon' '--disable-nls' '--enable-live555' '--enable-realrtsp' '--enable-avformat' '--enable-swscale' '--enable-avcodec' '--enable-opus' '--enable-opensles' '--enable-matroska' '--enable-taglib' '--enable-dvbpsi' '--disable-vlc' '--disable-shared' '--disable-update-check' '--disable-vlm' '--disable-dbus' '--enable-lua' '--disable-vcd' '--disable-v4l2' '--enable-dvdread' '--enable-dvdnav' '--disable-bluray' '--disable-linsys' '--disable-decklink' '--disable-libva' '--disable-dv1394' '--enable-mod' '--disable-sid' '--disable-gme' '--disable-tremor' '--disable-mad' '--enable-mpg123' '--disable-dca' '--disable-sdl-image' '--enable-zvbi' '--disable-fluidsynth' '--enable-fluidlite' '--disable-jack' '--disable-pulse' '--disable-alsa' '--disable-samplerate' '--disable-sdl' '--disable-xcb' '--disable-qt' '--d 2018-07-01 14:57:39.540 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d31cacb0/d329bd70] libvlc libvlc: plug-ins loaded: 357 modules 2018-07-01 14:57:39.540 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d505f1b0/2d6e6f2d] libvlc logger: looking for logger module matching "any": 4 candidates 2018-07-01 14:57:39.540 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d505f1b0/692d6e6f] libvlc logger: using logger module "android_logger" 2018-07-01 14:57:39.540 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d31cacb0/41ce] libvlc libvlc: translation test: code is "C" 2018-07-01 14:57:39.540 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d505f450/41ce] libvlc keystore: looking for keystore module matching "memory": 3 candidates 2018-07-01 14:57:39.540 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d505f450/41ce] libvlc keystore: using keystore module "memory" 2018-07-01 14:57:39.541 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d31cacb0/41ce] libvlc libvlc: CPU has capabilities ARM_NEON FPU 2018-07-01 14:57:39.544 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [e37c6010/41ce] libvlc generic: creating audio output 2018-07-01 14:57:39.544 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [e37e26b0/41ce] libvlc audio output: looking for audio output module matching "android_audiotrack": 4 candidates 2018-07-01 14:57:39.545 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [e37e26b0/41ce] libvlc audio output: using audio output module "android_audiotrack" 2018-07-01 14:57:39.545 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [e37c6010/41ce] libvlc generic: keeping audio output 2018-07-01 14:57:39.548 16846-16846/com.masterwok.demosimplevlcplayer W/MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context. 2018-07-01 14:57:39.559 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d32e6540/41ce] libvlc probe: looking for renderer probe module matching "any": 1 candidates 2018-07-01 14:57:39.559 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d32e6540/41ce] libvlc probe: no renderer probe modules matched 2018-07-01 14:57:39.560 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d5175dc0/41ce] libvlc renderer discovery: looking for renderer_discovery module matching "microdns_renderer": 1 candidates 2018-07-01 14:57:39.560 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d5175dc0/41ce] libvlc renderer discovery: mDNS: listening to _googlecast._tcp.local renderer 2018-07-01 14:57:39.560 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d5175dc0/41ce] libvlc renderer discovery: using renderer_discovery module "microdns" 2018-07-01 14:57:39.615 16846-16890/com.masterwok.demosimplevlcplayer D/OpenGLRenderer: endAllActiveAnimators on 0xd5118000 (RippleDrawable) with handle 0xd47ff580 2018-07-01 14:57:40.768 16846-16846/com.masterwok.demosimplevlcplayer I/AudioManager: playSoundEffect denied! 2018-07-01 14:57:44.249 16846-16846/com.masterwok.demosimplevlcplayer I/AudioManager: playSoundEffect denied! 2018-07-01 14:57:44.445 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [e37e26b0/41ce] libvlc audio output: restart requested (3) 2018-07-01 14:57:44.445 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [e37e26b0/41ce] libvlc audio output: selected device: pcm 2018-07-01 14:57:44.447 16846-16846/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/41ce] libvlc input: Creating an input for 'Howls.Moving.Castle.2005.DVD.RIP.XviD.ENGLISH.DUB.avi' 2018-07-01 14:57:44.448 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c3450/4243] libvlc stream output: using sout chain=`chromecast{ip=192.168.1.79,port=8009}' 2018-07-01 14:57:44.448 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c3450/4243] libvlc stream output: stream=`chromecast' 2018-07-01 14:57:44.448 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d51247b0/4243] libvlc stream out: looking for sout stream module matching "chromecast": 22 candidates 2018-07-01 14:57:44.448 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d51247b0/4243] libvlc stream out: set config option: sout-chromecast-ip to 192.168.1.79 2018-07-01 14:57:44.448 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d51247b0/4243] libvlc stream out: set config option: sout-chromecast-port to 8009 2018-07-01 14:57:44.448 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d51247b0/4243] libvlc stream out: net: listening to * port 8010 2018-07-01 14:57:44.449 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c3510/4243] libvlc tls client: looking for tls client module matching "any": 1 candidates 2018-07-01 14:57:44.450 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c3510/4243] libvlc tls client: using GnuTLS version 3.5.18 2018-07-01 14:57:44.507 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c3510/4243] libvlc tls client: loaded 135 trusted CAs from system 2018-07-01 14:57:44.507 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c3510/4243] libvlc tls client: using tls client module "gnutls" 2018-07-01 14:57:44.507 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c3510/4243] libvlc tls client: resolving 192.168.1.79 ... 2018-07-01 14:57:44.532 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c3510/4243] libvlc tls client: TLS handshake: Resource temporarily unavailable, try again. 2018-07-01 14:57:44.571 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c3510/4243] libvlc tls client: TLS handshake: Success. 2018-07-01 14:57:44.571 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c3510/4243] libvlc tls client: - safe renegotiation (RFC5746) enabled 2018-07-01 14:57:44.571 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c3510/4243] libvlc tls client: - extended master secret (RFC7627) enabled 2018-07-01 14:57:44.571 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c3510/4243] libvlc tls client: - false start (RFC7918) enabled 2018-07-01 14:57:44.571 16846-16963/com.masterwok.demosimplevlcplayer E/VLC: [d08c3510/4243] libvlc tls client: Certificate verification failure: The certificate is NOT trusted. The certificate issuer is unknown. The name in the certificate does not match the expected. 2018-07-01 14:57:44.571 16846-16963/com.masterwok.demosimplevlcplayer I/VLC: [d08c3510/4243] libvlc tls client: Accepting self-signed/untrusted CA certificate. 2018-07-01 14:57:44.571 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c3450/4243] libvlc stream output: stream=`http' 2018-07-01 14:57:44.572 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d05edcb0/4243] libvlc stream out: looking for sout stream module matching "http": 22 candidates 2018-07-01 14:57:44.572 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d05edcb0/4243] libvlc stream out: set config option: sout-standard-mux to avformat{mux=matroska,options={live=1}} 2018-07-01 14:57:44.572 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d04b7f80/4243] libvlc access out: looking for sout access module matching "http": 9 candidates 2018-07-01 14:57:44.572 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d04b7f80/4243] libvlc access out: net: listening to * port 8080 2018-07-01 14:57:44.572 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d04b7f80/4243] libvlc access out: using sout access module "http" 2018-07-01 14:57:44.572 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c79b0/4243] libvlc mux: looking for sout mux module matching "avformat": 11 candidates 2018-07-01 14:57:44.572 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c79b0/4243] libvlc mux: using ffmpeg Lavf58.3.100 2018-07-01 14:57:44.572 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c79b0/4243] libvlc mux: CPU flags: 0x0000003f 2018-07-01 14:57:44.576 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c79b0/4243] libvlc mux: set config option: sout-avformat-mux to matroska 2018-07-01 14:57:44.576 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c79b0/4243] libvlc mux: set config option: sout-avformat-options to live=1 2018-07-01 14:57:44.577 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c79b0/4243] libvlc mux: using sout mux module "avformat" 2018-07-01 14:57:44.577 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d05edcb0/4243] libvlc stream out: using `http/avformat{mux=matroska,options={live=1}}://(null)' 2018-07-01 14:57:44.577 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d05edcb0/4243] libvlc stream out: using sout stream module "stream_out_standard" 2018-07-01 14:57:44.577 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d05edcb0/4243] libvlc stream out: destroying chain... (name=http) 2018-07-01 14:57:44.577 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d05edcb0/4243] libvlc stream out: removing module "stream_out_standard" 2018-07-01 14:57:44.577 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c79b0/4243] libvlc mux: removing module "avformat" 2018-07-01 14:57:44.577 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d04b7f80/4243] libvlc access out: removing module "http" 2018-07-01 14:57:44.624 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d0362430/4243] libvlc http host: HTTP host removed 2018-07-01 14:57:44.624 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d04b7f80/4243] libvlc access out: Close 2018-07-01 14:57:44.624 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d05edcb0/4243] libvlc stream out: destroying chain done 2018-07-01 14:57:44.624 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d51247b0/4243] libvlc stream out: using sout stream module "stream_out_chromecast" 2018-07-01 14:57:44.624 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: using timeshift granularity of 50 MiB 2018-07-01 14:57:44.624 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: using default timeshift path 2018-07-01 14:57:44.625 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: `file:///storage/emulated/0/Download/Howls.Moving.Castle.2005.DVD.RIP.XviD.ENGLISH.DUB.avi' gives access `file' demux `any' path `/storage/emulated/0/Download/Howls.Moving.Castle.2005.DVD.RIP.XviD.ENGLISH.DUB.avi' 2018-07-01 14:57:44.625 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7a50/4243] libvlc input source: creating demux: access='file' demux='any' location='/storage/emulated/0/Download/Howls.Moving.Castle.2005.DVD.RIP.XviD.ENGLISH.DUB.avi' file='/storage/emulated/0/Download/Howls.Moving.Castle.2005.DVD.RIP.XviD.ENGLISH.DUB.avi' 2018-07-01 14:57:44.625 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7af0/4243] libvlc demux: looking for access_demux module matching "file": 6 candidates 2018-07-01 14:57:44.626 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7af0/4243] libvlc demux: no access_demux modules matched 2018-07-01 14:57:44.626 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31b9c30/4243] libvlc stream: creating access: file:///storage/emulated/0/Download/Howls.Moving.Castle.2005.DVD.RIP.XviD.ENGLISH.DUB.avi 2018-07-01 14:57:44.626 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31b9c30/4243] libvlc stream: (path: /storage/emulated/0/Download/Howls.Moving.Castle.2005.DVD.RIP.XviD.ENGLISH.DUB.avi) 2018-07-01 14:57:44.626 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31b9c30/4243] libvlc stream: looking for access module matching "file": 20 candidates 2018-07-01 14:57:44.626 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31b9c30/4243] libvlc stream: using access module "filesystem" 2018-07-01 14:57:44.626 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31b9ff0/4243] libvlc stream: looking for stream_filter module matching "prefetch,cache_read": 26 candidates 2018-07-01 14:57:44.626 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31b9ff0/4243] libvlc stream: Using stream method for AStream* 2018-07-01 14:57:44.626 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31b9ff0/4243] libvlc stream: starting pre-buffering 2018-07-01 14:57:44.626 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31b9ff0/4243] libvlc stream: received first data after 0 ms 2018-07-01 14:57:44.626 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31b9ff0/4243] libvlc stream: pre-buffering done 1024 bytes in 0s - 5847 KiB/s 2018-07-01 14:57:44.626 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31b9ff0/4243] libvlc stream: using stream_filter module "cache_read" 2018-07-01 14:57:44.626 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: looking for stream_filter module matching "any": 26 candidates 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: Trying Lua scripts in /data/user/0/com.masterwok.demosimplevlcplayer/app_vlc/.share/lua/playlist 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: Trying Lua scripts in /data/app/com.masterwok.demosimplevlcplayer-ojk3Hj4wgumd8s2uOpylSA==/lib/arm/vlc/lua/playlist 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: Trying Lua scripts in /system/usr/share/lua/playlist 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: no stream_filter modules matched 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d0363130/4243] libvlc stream_directory: looking for stream_directory module matching "any": 1 candidates 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d0363130/4243] libvlc stream_directory: no stream_directory modules matched 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7a50/4243] libvlc input source: attachment of directory-extractor failed for file:///storage/emulated/0/Download/Howls.Moving.Castle.2005.DVD.RIP.XviD.ENGLISH.DUB.avi 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: looking for stream_filter module matching "record": 26 candidates 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: using stream_filter module "record" 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7a50/4243] libvlc input source: creating demux: access='file' demux='any' location='/storage/emulated/0/Download/Howls.Moving.Castle.2005.DVD.RIP.XviD.ENGLISH.DUB.avi' file='/storage/emulated/0/Download/Howls.Moving.Castle.2005.DVD.RIP.XviD.ENGLISH.DUB.avi' 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7c30/4243] libvlc demux: looking for demux module matching "avi": 47 candidates 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: <list 'AVI '> 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: <list 'hdrl'> 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: <list 'strl'> 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: </list 'strl'> 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: <list 'strl'> 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: </list 'strl'> 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: </list 'hdrl'> 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: skipping movi chunk 2018-07-01 14:57:44.637 16846-16963/com.masterwok.demosimplevlcplayer W/VLC: [d31ba0b0/4243] libvlc stream: chunk idx1 does not fit into parent 732678926 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: </list 'AVI '> 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: no more data at 732678938 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: * LIST-root size:732678938 pos:0 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: + RIFF-AVI size:732678918 pos:0 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: | + LIST-hdrl size:306 pos:12 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: | | + avih size:56 pos:24 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: | | + LIST-strl size:116 pos:88 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: | | | + strh size:56 pos:100 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: | | | + strf size:40 pos:164 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: | | + LIST-strl size:106 pos:212 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: | | | + strh size:56 pos:224 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: | | | + strf size:30 pos:288 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: | + JUNK size:1714 pos:326 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: | + LIST-movi size:725561690 pos:2048 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d31ba0b0/4243] libvlc stream: | + idx1 size:7115184 pos:725563746 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7c30/4243] libvlc demux: AVIH: 2 stream, flags HAS_INDEX 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7c30/4243] libvlc demux: stream[0] rate:27000000 scale:1126125 samplesize:0 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7c30/4243] libvlc demux: stream[0] video(XVID) 672x368 24bpp 23.976025fps 2018-07-01 14:57:44.667 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: selecting program id=0 2018-07-01 14:57:44.668 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7c30/4243] libvlc demux: stream[1] rate:16000 scale:1 samplesize:1 2018-07-01 14:57:44.668 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7c30/4243] libvlc demux: stream[1] audio(0x55 - MPEG Audio layer 3) 2 channels 44100Hz 0bits 2018-07-01 14:57:44.698 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7c30/4243] libvlc demux: selected standard index for stream[0] 2018-07-01 14:57:44.698 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7c30/4243] libvlc demux: selected standard index for stream[1] 2018-07-01 14:57:44.698 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7c30/4243] libvlc demux: stream[0] created 171259 index entries 2018-07-01 14:57:44.698 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7c30/4243] libvlc demux: stream[1] created 273440 index entries 2018-07-01 14:57:44.698 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7c30/4243] libvlc demux: stream[0] length:7142 (based on index) 2018-07-01 14:57:44.698 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7c30/4243] libvlc demux: stream[1] length:7142 (based on index) 2018-07-01 14:57:44.698 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [e37c7c30/4243] libvlc demux: using demux module "avi" 2018-07-01 14:57:44.698 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d50d7a70/4243] libvlc demux_filter: looking for demux_filter module matching "cc_demux": 2 candidates 2018-07-01 14:57:44.698 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: ES_OUT_RESET_PCR called 2018-07-01 14:57:44.698 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d50d7a70/4243] libvlc demux_filter: using demux_filter module "demux_chromecast" 2018-07-01 14:57:44.698 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: looking for a subtitle file in /storage/emulated/0/Download/ 2018-07-01 14:57:44.699 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d514f830/4243] libvlc decoder: looking for packetizer module matching "any": 24 candidates 2018-07-01 14:57:44.699 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d514f830/4243] libvlc decoder: using packetizer module "mpeg4video" 2018-07-01 14:57:44.699 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d51518b0/4243] libvlc decoder: looking for packetizer module matching "any": 24 candidates 2018-07-01 14:57:44.699 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d51518b0/4243] libvlc decoder: using packetizer module "mpegaudio" 2018-07-01 14:57:44.699 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: starting in sync mode 2018-07-01 14:57:44.699 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c34b0/4243] libvlc demux meta: looking for meta reader module matching "any": 2 candidates 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c34b0/4243] libvlc demux meta: Trying Lua scripts in /data/user/0/com.masterwok.demosimplevlcplayer/app_vlc/.share/lua/meta/reader 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c34b0/4243] libvlc demux meta: Trying Lua scripts in /data/app/com.masterwok.demosimplevlcplayer-ojk3Hj4wgumd8s2uOpylSA==/lib/arm/vlc/lua/meta/reader 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c34b0/4243] libvlc demux meta: Trying Lua scripts in /system/usr/share/lua/meta/reader 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c34b0/4243] libvlc demux meta: no meta reader modules matched 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: `file:///storage/emulated/0/Download/Howls.Moving.Castle.2005.DVD.RIP.XviD.ENGLISH.DUB.avi' successfully opened 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 0% 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: switching to async mode 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 1% 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 3% 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 5% 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 6% 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 8% 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 10% 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 11% 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 13% 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 15% 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 16% 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 18% 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 20% 2018-07-01 14:57:44.700 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 21% 2018-07-01 14:57:44.701 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 23% 2018-07-01 14:57:44.701 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 25% 2018-07-01 14:57:44.701 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 26% 2018-07-01 14:57:44.701 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 28% 2018-07-01 14:57:44.701 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 30% 2018-07-01 14:57:44.701 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 31% 2018-07-01 14:57:44.701 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 33% 2018-07-01 14:57:44.701 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 35% 2018-07-01 14:57:44.701 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 36% 2018-07-01 14:57:44.701 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 38% 2018-07-01 14:57:44.701 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 40% 2018-07-01 14:57:44.701 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 41% 2018-07-01 14:57:44.702 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 43% 2018-07-01 14:57:44.703 16846-16967/com.masterwok.demosimplevlcplayer W/VLC: [d514f830/4247] libvlc decoder: waiting for VOL 2018-07-01 14:57:44.703 16846-16967/com.masterwok.demosimplevlcplayer W/VLC: [d514f830/4247] libvlc decoder: waiting for VOL 2018-07-01 14:57:44.703 16846-16967/com.masterwok.demosimplevlcplayer D/VLC: [d08c3450/4247] libvlc stream output: adding a new sout input for `mp4v` (sout_input: 0xe90cc8d8) 2018-07-01 14:57:44.703 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 45% 2018-07-01 14:57:44.704 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 46% 2018-07-01 14:57:44.704 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 48% 2018-07-01 14:57:44.704 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 50% 2018-07-01 14:57:44.704 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 51% 2018-07-01 14:57:44.704 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 53% 2018-07-01 14:57:44.704 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 55% 2018-07-01 14:57:44.704 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 56% 2018-07-01 14:57:44.704 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 58% 2018-07-01 14:57:44.704 16846-16968/com.masterwok.demosimplevlcplayer D/VLC: [d51518b0/4248] libvlc decoder: MPGA channels:2 samplerate:44100 bitrate:128 2018-07-01 14:57:44.704 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 60% 2018-07-01 14:57:44.704 16846-16968/com.masterwok.demosimplevlcplayer D/VLC: [d08c3450/4248] libvlc stream output: adding a new sout input for `mpga` (sout_input: 0xd0451bc8) 2018-07-01 14:57:44.704 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 61% 2018-07-01 14:57:44.705 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 63% 2018-07-01 14:57:44.705 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 65% 2018-07-01 14:57:44.705 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 66% 2018-07-01 14:57:44.705 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 68% 2018-07-01 14:57:44.705 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 70% 2018-07-01 14:57:44.705 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 71% 2018-07-01 14:57:44.705 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 73% 2018-07-01 14:57:44.705 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 75% 2018-07-01 14:57:44.705 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 76% 2018-07-01 14:57:44.705 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 78% 2018-07-01 14:57:44.705 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 80% 2018-07-01 14:57:44.705 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 81% 2018-07-01 14:57:44.705 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 83% 2018-07-01 14:57:44.706 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 85% 2018-07-01 14:57:44.706 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 86% 2018-07-01 14:57:44.706 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 88% 2018-07-01 14:57:44.706 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 90% 2018-07-01 14:57:44.706 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 91% 2018-07-01 14:57:44.706 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 93% 2018-07-01 14:57:44.706 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 95% 2018-07-01 14:57:44.706 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 96% 2018-07-01 14:57:44.706 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 98% 2018-07-01 14:57:44.706 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Buffering 100% 2018-07-01 14:57:44.706 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Stream buffering done (1525 ms in 6 ms) 2018-07-01 14:57:44.706 16846-16963/com.masterwok.demosimplevlcplayer D/VLC: [d08c6030/4243] libvlc input: Decoder wait done in 0 ms 2018-07-01 14:57:44.706 16846-16967/com.masterwok.demosimplevlcplayer D/VLC: [d51247b0/4247] libvlc stream out: can't remux video track 0 codec mp4v 2018-07-01 14:57:44.706 16846-16967/com.masterwok.demosimplevlcplayer D/VLC: [d51247b0/4247] libvlc stream out: can't remux audio track 1 codec mpga 2018-07-01 14:57:44.706 16846-16967/com.masterwok.demosimplevlcplayer E/VLC: [d514f830/4247] libvlc decoder: cannot continue streaming due to errors with codec mp4v 2018-07-01 14:57:44.706 16846-16968/com.masterwok.demosimplevlcplayer E/VLC: [d51518b0/4248] libvlc decoder: cannot continue streaming due to errors with codec mpga 2018-07-01 14:57:50.324 16846-16965/com.masterwok.demosimplevlcplayer D/VLC: [d51247b0/4245] libvlc stream out: PING received from the Chromecast 2018-07-01 14:57:56.358 16846-16965/com.masterwok.demosimplevlcplayer D/VLC: [d51247b0/4245] libvlc stream out: PING received from the Chromecast 2018-07-01 14:57:56.363 16846-16965/com.masterwok.demosimplevlcplayer D/VLC: [d51247b0/4245] libvlc stream out: PONG received from the Chromecast 2018-07-01 14:58:02.400 16846-16965/com.masterwok.demosimplevlcplayer D/VLC: [d51247b0/4245] libvlc stream out: PING received from the Chromecast 2018-07-01 14:58:02.401 16846-16965/com.masterwok.demosimplevlcplayer D/VLC: [d51247b0/4245] libvlc stream out: PONG received from the Chromecast 2018-07-01 14:58:06.166 16846-16963/com.masterwok.demosimplevlcplayer W/VLC: [e37c7c30/4243] libvlc demux: cannot get packet header, track disabled 2018-07-01 14:58:06.190 16846-16963/com.masterwok.demosimplevlcplayer W/VLC: [e37c7c30/4243] libvlc demux: cannot get packet header, track disabled 2018-07-01 14:58:08.348 16846-16965/com.masterwok.demosimplevlcplayer D/VLC: [d51247b0/4245] libvlc stream out: PING received from the Chromecast 2018-07-01 14:58:11.251 16846-16857/com.masterwok.demosimplevlcplayer I/zygote: Do full code cache collection, code=506KB, data=366KB 2018-07-01 14:58:11.258 16846-16857/com.masterwok.demosimplevlcplayer I/zygote: After code cache collection, code=462KB, data=298KB 2018-07-01 14:58:14.387 16846-16965/com.masterwok.demosimplevlcplayer D/VLC: [d51247b0/4245] libvlc stream out: PING received from the Chromecast 2018-07-01 14:58:20.433 16846-16965/com.masterwok.demosimplevlcplayer D/VLC: [d51247b0/4245] libvlc stream out: PING received from the Chromecast

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Seeing, "errors with codec" when playing AVI on Chromecast RenderItem

Postby Jean-Baptiste Kempf » 01 Jul 2018 22:08

OK, no obvious issue comes to mind.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

masterwok
New Cone
New Cone
Posts: 9
Joined: 07 Jun 2018 03:01

Re: Seeing, "errors with codec" when playing AVI on Chromecast RenderItem

Postby masterwok » 05 Jul 2018 21:53

w00!! Figured it out ^______^

My issue was resolved by registering a callback on the Dialog class and accepting the, "Performance warning" dialog. This can be seen in the vlc-android source at: https://code.videolan.org/videolan/vlc- ... .java#L203.


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 5 guests