Search found 9 matches

Go to advanced search

by masterwok
26 Aug 2018 22:36
Forum: Development around libVLC
Topic: Question regarding subsdec-encoding option
Replies: 1
Views: 545

Re: Question regarding subsdec-encoding option

I figured out what I was doing wrong. Although I was downloading the same subtitle file, my encoding was being set to UTF-8 in my library. It took me awhile to realize this because I had referenced the same library in my build.gradle AND settings.gradle. Android studio was hitting the break points w...
by masterwok
25 Aug 2018 07:36
Forum: Development around libVLC
Topic: Question regarding subsdec-encoding option
Replies: 1
Views: 545

Question regarding subsdec-encoding option

I'm having a trouble getting subtitle encoding working with libVLC on Android. I set the --subsdec-encoding option in the options passed to libVLC, and it appears libVLC recognizes that I set the option as I'm seeing the encoding logged out. However, the subtitles are still appearing as diamonds wit...
by masterwok
05 Jul 2018 21:53
Forum: VLC stream-output (sout)
Topic: Seeing, "errors with codec" when playing AVI on Chromecast RenderItem
Replies: 7
Views: 2199

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

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-android/blob/master/vlc-android/src/org/videolan/vlc/util...
by masterwok
01 Jul 2018 21:02
Forum: VLC stream-output (sout)
Topic: Seeing, "errors with codec" when playing AVI on Chromecast RenderItem
Replies: 7
Views: 2199

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

Here are the logs: 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 t...
by masterwok
01 Jul 2018 02:30
Forum: VLC stream-output (sout)
Topic: Seeing, "errors with codec" when playing AVI on Chromecast RenderItem
Replies: 7
Views: 2199

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

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.
by masterwok
01 Jul 2018 01:54
Forum: VLC stream-output (sout)
Topic: Seeing, "errors with codec" when playing AVI on Chromecast RenderItem
Replies: 7
Views: 2199

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

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...
by masterwok
29 Jun 2018 02:55
Forum: VLC stream-output (sout)
Topic: Seeing, "errors with codec" when playing AVI on Chromecast RenderItem
Replies: 7
Views: 2199

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

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 ...
by masterwok
07 Jun 2018 03:25
Forum: VLC stream-output (sout)
Topic: Seeing, "errors with codec" when playing AVI on Chromecast RenderItem
Replies: 7
Views: 2199

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

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: ...

Go to advanced search