Search found 23 matches

Go to advanced search

by DoDenny
04 Mar 2015 13:31
Forum: VLC for Android and Chrome OS
Topic: compile failed on 1.1.x
Replies: 4
Views: 408

Re: compile failed on 1.1.x

Hi guys,

Exactly , it works after upgrade Build Tools revision 21.1.2 by SDKManager. thanks!!!

Thanks,
DoDenny
by DoDenny
03 Mar 2015 04:25
Forum: VLC for Android and Chrome OS
Topic: compile failed on 1.1.x
Replies: 4
Views: 408

compile failed on 1.1.x

Hi guys, thanks for your quick release 1.1.x , libvlcjni.so can be made successfully (./compile-libvlc.sh) ,but java projects are always builded failed with the compile logs below: make: Entering directory `/home/vlc/master/android/libvlc' [armeabi-v7a] Install : libanw.10.so => libs/armeabi-v7a/lib...
by DoDenny
16 Feb 2015 16:57
Forum: VLC media player for Windows Troubleshooting
Topic: how to capture desktop screen when video playing or game runing
Replies: 0
Views: 249

how to capture desktop screen when video playing or game runing

Hi guys, I had tried to capture screen by vlc player (laptop-1) and stream it to another laptop-2 , it can show laptop-1 's desktop on laptop-2 except on video playing or game running , can anybody tell me how to get video pic or game running pic on laptop-2 ; another issue is long lantecy , can any...
by DoDenny
13 Feb 2015 07:18
Forum: VLC for Android and Chrome OS
Topic: version schedule
Replies: 2
Views: 274

Re: version schedule

thanks for your info! :D
by DoDenny
09 Feb 2015 02:25
Forum: VLC for Android and Chrome OS
Topic: chinese subtitle
Replies: 9
Views: 520

Re: chinese subtitle

feedbacks:

change the codes below to the end of create player ,it seems work!
mLibVLC.addSubtitleTrack(mSrtPath);
by DoDenny
09 Feb 2015 02:24
Forum: VLC for Android and Chrome OS
Topic: video output has some problems:failed to create video output
Replies: 9
Views: 830

Re: video output has some problems:failed to create video output

perhaps i also meet this question, and i add codes below:
mLibVLC.eventVideoPlayerActivityCreated(true);
wish it helps.
by DoDenny
09 Feb 2015 02:19
Forum: VLC for Android and Chrome OS
Topic: version schedule
Replies: 2
Views: 274

version schedule

Hi ,

Thanks for all previous replys!
can you share us schedules for next version if you have ?

You buddys doing greate work!
Thanks!
by DoDenny
06 Feb 2015 08:31
Forum: VLC for Android and Chrome OS
Topic: chinese subtitle
Replies: 9
Views: 520

Re: chinese subtitle

attach my codes: // Create a new media player mLibVLC = LibVLC.getInstance(); mMediaListPlayer = new MediaListPlayer(mLibVLC); mLibVLC.setHardwareAcceleration(LibVLC.HW_ACCELERATION_DISABLED); mLibVLC.setAout(LibVLC.AOUT_AUDIOTRACK); mLibVLC.setTimeStretching(true); mLibVLC.setVerboseMode(true); mLi...
by DoDenny
06 Feb 2015 08:30
Forum: VLC for Android and Chrome OS
Topic: chinese subtitle
Replies: 9
Views: 520

Re: chinese subtitle

Hi ,i did same tests on laptop's vlc player (mkv from http server , srt from local disk) , it can work ;
it seem that android's vlc player have a lot difference with laptop's vlc.
by DoDenny
06 Feb 2015 07:18
Forum: VLC for Android and Chrome OS
Topic: chinese subtitle
Replies: 9
Views: 520

Re: chinese subtitle

can libvlc play http video stream (mkv file in http server) and select local subtitle file on the phone ? i did some tests ,it seems not work.
by DoDenny
05 Feb 2015 04:10
Forum: VLC for Android and Chrome OS
Topic: frame configure
Replies: 2
Views: 199

Re: frame configure

Thanks for your quick response. My scenario is : i add some video process on raw YUV420 which cost much cpu mips (perhaps its process time cost more than 40ms), so that subtitle can not work properly ; so i have to check current fps , and lower fps . i can not find related java api for it . could yo...
by DoDenny
04 Feb 2015 05:20
Forum: VLC for Android and Chrome OS
Topic: frame configure
Replies: 2
Views: 199

frame configure

Hi ,

can libvlc set frame parameters like frame rate or skip ,i saw frame skip can be set ,but it can not tranfer to libvlc lower layer.

Thanks a lot!
by DoDenny
01 Feb 2015 15:06
Forum: VLC for Android and Chrome OS
Topic: chinese subtitle
Replies: 9
Views: 520

chinese subtitle

and i fount there are some two-window srt(see below) that can not be shown on vlc , but it can be show on other kinds of players with two-windows chinese subtiltle . 1 00:00:34,146 --> 00:00:38,439 <i>Cele mai vechi mituri cunoscute sunt scrise 頽 stele.</i> 2 00:00:40,441 --> 00:00:45,410 <i>Mituri ...
by DoDenny
01 Feb 2015 14:53
Forum: VLC for Android and Chrome OS
Topic: chinese subtitle
Replies: 9
Views: 520

chinese subtitle

hi, once i changed srt file to utf-8 manually , it can show correctly ,perhaps vlc can not decode srt file automatically ,and set encoding function do not work so far. can you share me when the function will add to master ?
by DoDenny
31 Jan 2015 07:41
Forum: VLC for Android and Chrome OS
Topic: chinese subtitle
Replies: 9
Views: 520

chinese subtitle

supplementary: srt file perhaps not normal, sometimes it can show correctly , mostly it can not show corectlly . thanks!
by DoDenny
31 Jan 2015 07:39
Forum: VLC for Android and Chrome OS
Topic: chinese subtitle
Replies: 9
Views: 520

chinese subtitle

Hi,

so far , i have changed chinese ttf (Fallback.ttf) correctly , but chinese srt can not be show correctly , i check the encoding style , it seems that encoding mode were not set from java layer to libvlc ,right ? is there any wany to set the encoding mode ?

Thanks in advance!
by DoDenny
26 Jan 2015 03:12
Forum: VLC for Android and Chrome OS
Topic: video raw data on display
Replies: 3
Views: 244

Re: video raw data on display

thank you! which way (OPACHE OR RGB32) cost less cpu mips?
by DoDenny
25 Jan 2015 16:49
Forum: VLC for Android and Chrome OS
Topic: video raw data on display
Replies: 3
Views: 244

video raw data on display

Hi ,
i want to add some algorithm on raw data , when chroma set VLC_CODEC_RGB32, raw data can be achieved from picture_t (i_planes,p_pixels...) ,but chroma set VLC_CODEC_ANDROID_OPAQUE ,where can i get these raw data ,could you give me some hint for it ,thanks!!!
by DoDenny
25 Jan 2015 03:40
Forum: VLC for Android and Chrome OS
Topic: compile optimization
Replies: 2
Views: 248

Re: compile optimization

Thank you JB!
by DoDenny
24 Jan 2015 05:03
Forum: VLC for Android and Chrome OS
Topic: compile optimization
Replies: 2
Views: 248

compile optimization

hi,

Beside "./compile.sh release" , can we make more compile optimization (e.g o3 ...) for libvlc library?

thanks in advance!
by DoDenny
17 Jan 2015 08:29
Forum: VLC for Android and Chrome OS
Topic: Does vlc support show movie with two split windows for VR?
Replies: 2
Views: 261

Re: Does vlc support show movie with two split windows for V

in some 3D media player , beside red-blue and polarized style, there still have two kinds of show style , one is horizontal ,i.e. left - right two windows for video show, another is vertical ,i.e. up -down two windows, i also care about this issue , hope vlc support this feature or how can i change ...
by DoDenny
16 Jan 2015 14:52
Forum: VLC for Android and Chrome OS
Topic: VLC android sound problem
Replies: 7
Views: 916

Re: VLC android sound problem

i also fount this issue.
when i seek the video , the video work fine ,but auido is mute or abnormal ,and after a while audio change normal.
by DoDenny
15 Nov 2014 15:22
Forum: VLC for Android and Chrome OS
Topic: video pixelization and stopped
Replies: 1
Views: 240

video pixelization and stopped

Hi, I installed VLC.apk - 0.9.10 to lenovo-K910(Snapdragon 800 2.2Ghz,Android 4.2.2,1080p screen) , and found some video (especially recorded by attached camera)showed pixelization and stopped sometimes. but all videos work fine on version 0.9.9 . it is very strange. all apk are achieved from your w...

Go to advanced search