Search found 26 matches

Go to advanced search

by levyitay
15 May 2012 12:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC lib crashes
Replies: 3
Views: 908

Re: VLC lib crashes

didn't experience it with local files.
by levyitay
14 May 2012 11:32
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC lib crashes
Replies: 3
Views: 908

VLC lib crashes

Hi all, Im having problem recently with vlc lib crashing on Android, Im getting signal 7. It's compiled with NO_NEON and TEGRA2 Im attaching the log if you guys can make anything out of it: 05-14 12:11:28.552 V/VLC/LibVLC(10752): Reading http://192.168.0.132:55555/%25/Ch%202 05-14 12:11:28.552 D/DLN...
by levyitay
02 Apr 2012 11:56
Forum: VLC media player for Windows Troubleshooting
Topic: Any Support for Windows Phone
Replies: 1
Views: 373

Any Support for Windows Phone

Hi all,
is there or will be any support for windows phone 7?

thanks
Itay
by levyitay
29 Mar 2012 21:04
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to get FPS
Replies: 2
Views: 1794

Re: How to get FPS

Hi,
I solved the problem.
first make sure that in the init flags you don't have --no-stats
then get the "i_displayed_pictures" (you can get an array of stats from the media)
then just calculate the difference between each second
by levyitay
19 Mar 2012 09:29
Forum: Development around libVLC
Topic: [Solved] can't read FPS
Replies: 0
Views: 278

[Solved] can't read FPS

Hi all,
since 2.0 I can't read / calculate (with i_display_pictures) FPS.

any way to go around it?
Im using android with rtsp stream.

Thanks

Edit:
found that I had --no-stats flag on
by levyitay
18 Mar 2012 14:04
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to get FPS
Replies: 2
Views: 1794

How to get FPS

Hi,
I have a rtsp stream being played with live555 module.
How can I get the current FPS?
before VLC 2.0 I used stats->i_displayed_pictures which now returns 0 all the time.
libvlc_media_player_get_fps also returns 0

any ideas?

Thanks,
Itay
by levyitay
07 Mar 2012 10:42
Forum: VLC for Android and Chrome OS
Topic: Does VLC 2.0 for Android work on Samsung tab 10.1?
Replies: 4
Views: 2915

Re: Does VLC 2.0 for Android work on Samsung tab 10.1?

have you tried without the subtitles?
by levyitay
06 Mar 2012 14:27
Forum: VLC for Android and Chrome OS
Topic: strange problem in android
Replies: 11
Views: 2428

Re: strange problem in android

guys? any suggestions?
by levyitay
06 Mar 2012 14:24
Forum: VLC for Android and Chrome OS
Topic: Does VLC 2.0 for Android work on Samsung tab 10.1?
Replies: 4
Views: 2915

Re: Does VLC 2.0 for Android work on Samsung tab 10.1?

yes but you have to compile it to Tegra2 ... add the correct flags. do: $ export NO_NEON=1 after bootstraping the contribs edit the config file there and change the part of NO_NEON to work with these flags: CXX_TARGET="armeabi-v7a" CFLAGS="$CFLAGS -march=armv7-a -mtune=cortex-a9 -mfpu...
by levyitay
05 Mar 2012 09:14
Forum: VLC for Android and Chrome OS
Topic: strange problem in android
Replies: 11
Views: 2428

Re: strange problem in android

Here are some logs: without IOMX: 03-05 10:04:41.890: D/dalvikvm(4668): GC_FOR_ALLOC freed 56K, 3% free 6838K/7047K, paused 23ms 03-05 10:04:41.940: D/dalvikvm(4668): Trying to load lib /data/data/org.videolan.vlc/lib/libiomx-ics.so 0x410a60e0 03-05 10:04:41.940: D/dalvikvm(4668): Added shared lib /...
by levyitay
01 Mar 2012 17:44
Forum: VLC for Android and Chrome OS
Topic: strange problem in android
Replies: 11
Views: 2428

Re: strange problem in android

so decoding yes, but rendering not?
by levyitay
01 Mar 2012 15:48
Forum: VLC for Android and Chrome OS
Topic: strange problem in android
Replies: 11
Views: 2428

Re: strange problem in android

so even if we enable HW acceleration decoding in VLC it doesn't uses it???

BTW I want to suggest useful changes like:
moving the init flags to Java side and send them to the JNI on init.
it will save some time.
by levyitay
29 Feb 2012 22:13
Forum: VLC for Android and Chrome OS
Topic: strange problem in android
Replies: 11
Views: 2428

Re: strange problem in android

so how come the native player plays it?
by levyitay
29 Feb 2012 17:43
Forum: VLC for Android and Chrome OS
Topic: strange problem in android
Replies: 11
Views: 2428

strange problem in android

Hi all,
Im trying to play a movie on android (720p) in VLC but when I try playing it, it's kinda choppy.
when Im using native player it runs great!

how could that be?
by levyitay
22 Feb 2012 10:20
Forum: VLC for Android and Chrome OS
Topic: VLC on android with dual-core
Replies: 8
Views: 2928

Re: VLC on android with dual-core

are there any options I can add to init and that will make decoding much faster (I don't mind lower quality)
by levyitay
21 Feb 2012 16:40
Forum: VLC for Android and Chrome OS
Topic: VLC on android with dual-core
Replies: 8
Views: 2928

Re: VLC on android with dual-core

latest from repo.
BTW OMX fails to play 1080p
by levyitay
21 Feb 2012 14:57
Forum: VLC for Android and Chrome OS
Topic: VLC on android with dual-core
Replies: 8
Views: 2928

Re: VLC on android with dual-core

is there a way to reduce the quality of the video when decoding?
by levyitay
21 Feb 2012 09:43
Forum: VLC for Android and Chrome OS
Topic: VLC on android with dual-core
Replies: 8
Views: 2928

Re: VLC on android with dual-core

how do I enable HW decoding?
are you talking about IOMX? cause it's very unstable.
by levyitay
20 Feb 2012 17:40
Forum: VLC for Android and Chrome OS
Topic: VLC on android with dual-core
Replies: 8
Views: 2928

VLC on android with dual-core

Hi all, Is there any flag I need to add to make VLC use dual core? Im trying to play HD Ready file and Full HD on Samsung 10.1 and it fails.. kinda leggy Is there any flag I can add either to the init in the jni or the to the compile process that can make vlc library work with dual core? Thanks, Itay
by levyitay
09 Aug 2011 10:56
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Reading Stream FPS
Replies: 0
Views: 228

Reading Stream FPS

Hi guys,
is there away to get a stream current FPS and bitrate?

thanks,
Itay
by levyitay
07 Aug 2011 12:23
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to build vlc to android with only rtsp support(live555)?
Replies: 10
Views: 1799

Re: How to build vlc to android with only rtsp support(live5

what don't I need from here? <code> vlc_declare_plugin(es); vlc_declare_plugin(h264); vlc_declare_plugin(mpgv); vlc_declare_plugin(mp4); vlc_declare_plugin(avformat); vlc_declare_plugin(real); vlc_declare_plugin(image); vlc_declare_plugin(live555); vlc_declare_plugin(nuv); vlc_declare_plugin(nsc); v...
by levyitay
01 Aug 2011 16:52
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to build vlc to android with only rtsp support(live555)?
Replies: 10
Views: 1799

Re: How to build vlc to android with only rtsp support(live5

Depends on codecs you expect to work, and what you want to do with the decoded signal.
Im going to get H.264 video and AAC audio, and play it on a surface..
by levyitay
01 Aug 2011 10:47
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to build vlc to android with only rtsp support(live555)?
Replies: 10
Views: 1799

Re: How to build vlc to android with only rtsp support(live5

Hi,
Thanks for the quick answer.
what modules I must have (except live555 of course) in order to play rtsp stream using live555?

There are tones of modules there...

and I guess this is the page you referred to: http://wiki.videolan.org/VLC_configure_help right?
Thanks again

Go to advanced search