Search found 7 matches

Go to advanced search

by tilleke
20 Mar 2016 18:43
Forum: Development around libVLC
Topic: Set subtitles from video
Replies: 3
Views: 510

Re: Set subtitles from video

This might help (android example): private SurfaceView mSubtitlesSurface = null; //in onCreate() if (HWDecoderUtil.HAS_SUBTITLES_SURFACE) { final ViewStub stub = (ViewStub) findViewById(R.id.subtitles_stub); mSubtitlesSurface = (SurfaceView) stub.inflate(); mSubtitlesSurface.setZOrderMediaOverlay(tr...
by tilleke
08 Feb 2016 11:53
Forum: VLC for Android and Chrome OS
Topic: Error compiling (Android): make: *** [.zvbi] Error 1
Replies: 1
Views: 289

Re: Error compiling (Android): make: *** [.zvbi] Error 1

Resolved. I actually had an earlier error as follows: src/smb_utils.c:32:19: fatal error: iconv.h: No such file or directory #include <iconv.h> ^ compilation terminated. make[1]: *** [src/smb_utils.lo] Error 1 which led to the error I indicated in my first post. A workaround was posted on SO ( http:...
by tilleke
08 Feb 2016 10:33
Forum: VLC for Android and Chrome OS
Topic: Error compiling (Android): make: *** [.zvbi] Error 1
Replies: 1
Views: 289

Error compiling (Android): make: *** [.zvbi] Error 1

Hi, This is the first time I try to compile VLC for Android. I have followed the instructions outlined on the AndroidCompile WIKI page ( https://wiki.videolan.org/AndroidCompile/ ) and I have set up a PC running Ubuntu 15.10 (32bit). Everything seems to run fine although sometimes I need to re-run '...
by tilleke
20 Feb 2011 13:01
Forum: VLC stream-output (sout)
Topic: VLC 112 + dreambox7000 : no audio on stream
Replies: 10
Views: 6286

Re: VLC 112 + dreambox7000 : no audio on stream

I have seen this problem as well - reported by users of my streaming-application for Android and in particular with Enigma1-images.

They resolved nicely this problem by flashing their dreambox-images to SifTeam or Pli. Try it and see if it resovles your audio-problems.
by tilleke
08 Nov 2010 20:33
Forum: VLC stream-output (sout)
Topic: Call for a Better Solution
Replies: 7
Views: 2721

Re: Call for a Better Solution

Hi I can understand your frustation. I am in the same mood. About VPN, I found this software for Android, VLC Stream & Convert, and a support-page to overcome problems using VPN. Here is the link: http://traveldevel.com/vlc-stream-convert/streaming-over-vpn I am not saying this is resolving prob...
by tilleke
15 Jul 2010 17:30
Forum: VLC stream-output (sout)
Topic: 1.1.0 - dbox stream with trouble.. HELP!!
Replies: 6
Views: 1991

Re: 1.1.0 - dbox stream with trouble.. HELP!!

I am not sure 100% but I believe I read somewhere that VLC 1.1.0 might have a bug with TS-streaming. Try version 1.1.1.

rgds,
tilleke
by tilleke
08 Jul 2010 21:09
Forum: General VLC media player Troubleshooting
Topic: Streaming not accepting connections other than localhost
Replies: 9
Views: 3215

Re: Streaming not accepting connections other than localhost

Sorry for hijacking this thread but I have a similar problem. I have written an application that "talks" with the VLC-server (the PC running VLC with the telnet interface enabled) using telnet and I can't connect anylonger using VLC 1.1. The odd thing is that same setup using VLC 1.05 work...

Go to advanced search