Search found 11 matches

Go to advanced search

by issa82
31 Aug 2014 08:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC cli fast streaming
Replies: 0
Views: 334

VLC cli fast streaming

Im trying to make VLC convert TS to PS, read from UDP and stream out over HTTP. the command line work fine but it needs 4 seconds to stream out.

vlc udp://@239.202.1.11:5501 --sout '#standard{access=http,mux=ps,dst=0.0.0.0:9999/1.mp4}' --network-caching=0 --sout-all -d

How to make it faster?
by issa82
15 Aug 2014 00:51
Forum: Development around libVLC
Topic: android libvlc subtitles
Replies: 1
Views: 619

android libvlc subtitles

Hi,

How to display dvbsub subtitles only, without video, when im disabling video the subtitle is gone too, only audio will play.

i already using a different surface for subtitles.
by issa82
06 Aug 2014 21:59
Forum: VLC for Android and Chrome OS
Topic: VLC cross compile to run on android arm7 as command line
Replies: 11
Views: 952

Re: VLC cross compile to run on android arm7 as command line

It is probably broken in that it cannot access various Android system APIs, which depend on the Android Runtime, like video output for instance. It doesnt need to access android system API, I am using it to as streaming system on linux command line, it receive the stream from network do what ever i...
by issa82
06 Aug 2014 11:45
Forum: VLC for Android and Chrome OS
Topic: VLC cross compile to run on android arm7 as command line
Replies: 11
Views: 952

Re: VLC cross compile to run on android arm7 as command line

This is not supported and will not work.
I got vlc working on command line on android platform ARM7, do you want the binary to test it your self?
by issa82
27 Jul 2014 11:26
Forum: VLC for Android and Chrome OS
Topic: VLC cross compile to run on android arm7 as command line
Replies: 11
Views: 952

Re: VLC cross compile to run on android arm7 as command line

Why are you trying to do that? Which feature of VLC do you want to use that requires running it from command line on Android?
Android VLC (LIBVLC) does not have deinterlace feature.
by issa82
27 Jul 2014 09:59
Forum: VLC for Android and Chrome OS
Topic: VLC cross compile to run on android arm7 as command line
Replies: 11
Views: 952

Re: VLC cross compile to run on android arm7 as command line

I got it working, thanks for the replies

Im compiling VLC from default source code and not from android version
by issa82
25 Jul 2014 13:15
Forum: VLC for Android and Chrome OS
Topic: VLC cross compile to run on android arm7 as command line
Replies: 11
Views: 952

Re: VLC cross compile to run on android arm7 as command line

Thanks for the reply, why not?
just to clarify, im not building vlc as APK file for android, im cross compiling it to run as command line on linux-arm, android platform
by issa82
24 Jul 2014 10:38
Forum: VLC for Android and Chrome OS
Topic: VLC cross compile to run on android arm7 as command line
Replies: 11
Views: 952

VLC cross compile to run on android arm7 as command line

Hi, Im trying to cross compile vlc from source code (vlc-2.1.4) to run as command line on android 4.2 (arm7). toolchain already in place, FFMPEG installed successfully after few trial below is the configuration: export CC=/home/toolchain/bin/arm-linux-androideabi-gcc export CXX=/home/toolchain/bin/a...
by issa82
15 Jul 2014 20:50
Forum: Development around libVLC
Topic: android libvlc deinterlace
Replies: 3
Views: 1226

Re: android libvlc deinterlace

Any help, please
by issa82
14 Jul 2014 13:50
Forum: Development around libVLC
Topic: android libvlc deinterlace
Replies: 3
Views: 1226

Re: android libvlc deinterlace

I need this for MPEG2TS streams
by issa82
14 Jul 2014 13:48
Forum: Development around libVLC
Topic: android libvlc deinterlace
Replies: 3
Views: 1226

android libvlc deinterlace

Hi,
How to enable deinterlace android application using libvlic, i have already referred to https://bitbucket.org/edwardcw/libvlc-android-sample but nothing is there about deinterlace control.

Note: I Already have the sample application running properly

Go to advanced search