Search found 28 matches

Go to advanced search

by jickson.tj
23 Jul 2015 06:14
Forum: VLC for Android and Chrome OS
Topic: HLS playback Seek functionality in LibVLC Android
Replies: 1
Views: 269

HLS playback Seek functionality in LibVLC Android

Hi,

Is HLS playback seek functionality is supported in libVLC android ?

Thanks & Regards,
Jickson
by jickson.tj
20 Apr 2015 08:20
Forum: VLC for Android and Chrome OS
Topic: RTSP Streaming is not working VLC Android 1.2.6
Replies: 5
Views: 707

Re: RTSP Streaming is not working VLC Android 1.2.6

Thanks for the fix. RTSP Streaming is working fine now.

But after this fix, HLS is not working. I have created a ticket regarding this issue in https://trac.videolan.org/vlc/ticket/14429
by jickson.tj
12 Apr 2015 18:03
Forum: VLC for Android and Chrome OS
Topic: RTSP Streaming is not working VLC Android 1.2.6
Replies: 5
Views: 707

RTSP Streaming is not working VLC Android 1.2.6

Hi, I downloaded the latest vlc application from https://play.google.com/store/apps/details?id=org.videolan.vlc&hl=en When I try to use RTSP Streaming, Its not working. I used rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov rtsp url for testing. I have attached the log. 04-12 22:00:05.673: D...
by jickson.tj
07 Jan 2015 10:26
Forum: VLC for Android and Chrome OS
Topic: Is HLS on LibVLC Android Supported
Replies: 2
Views: 299

Is HLS on LibVLC Android Supported

Is HLS on LibVLC Android Supported and stable on the latest Android Releases?
by jickson.tj
24 Nov 2014 12:14
Forum: VLC for Android and Chrome OS
Topic: Snapshot of RTSP Streaming Android
Replies: 18
Views: 3105

Re: Snapshot of RTSP Streaming Android

I modified the function "ThreadControl" inside video_output.c file. case VOUT_CONTROL_SUBPICTURE: //ThreadDisplaySubpicture(vout, cmd.u.subpicture); cmd.u.subpicture = NULL; break; Commented the function ThreadDisplaySubpicture . Video is playing properly after taking snapshot now. Thanks ...
by jickson.tj
24 Nov 2014 09:53
Forum: VLC for Android and Chrome OS
Topic: Snapshot of RTSP Streaming Android
Replies: 18
Views: 3105

Re: Snapshot of RTSP Streaming Android

I checked the source code. In below function "for" loop is getting stopped after taking snapshot. /***************************************************************************** * Thread: video output thread ***************************************************************************** * Vid...
by jickson.tj
24 Nov 2014 05:48
Forum: VLC for Android and Chrome OS
Topic: Snapshot of RTSP Streaming Android
Replies: 18
Views: 3105

Re: Snapshot of RTSP Streaming Android

ok. Is it possible to resolve timing issue?
by jickson.tj
22 Nov 2014 16:09
Forum: VLC for Android and Chrome OS
Topic: Snapshot of RTSP Streaming Android
Replies: 18
Views: 3105

Re: Snapshot of RTSP Streaming Android

Here is the log. 11-22 20:50:23.404: D/VLC(28350): core encoder: looking for encoder module matching "any": 13 candidates 11-22 20:50:23.404: D/VLC(28350): core encoder: using encoder module "png" 11-22 20:50:23.404: D/VLC(28350): core filter: looking for video filter2 module mat...
by jickson.tj
22 Nov 2014 08:54
Forum: VLC for Android and Chrome OS
Topic: Snapshot of RTSP Streaming Android
Replies: 18
Views: 3105

Re: Snapshot of RTSP Streaming Android

Snapshot is working now. But After taking snapshot, video is stuck , but audio continue to play. After few seconds audio/video both stops. How to resolve this issue?
by jickson.tj
22 Nov 2014 08:51
Forum: VLC for Android and Chrome OS
Topic: Snapshot of RTSP Streaming Android
Replies: 18
Views: 3105

Re: Snapshot of RTSP Streaming Android

Thank you Rowa for the help.

Error related to protobuf library is resolved by adding "-lprotobuf" to "LOCAL_LDLIBS" in Android.mk file.
by jickson.tj
21 Nov 2014 08:00
Forum: VLC for Android and Chrome OS
Topic: Paid Support for VLC issues
Replies: 0
Views: 228

Paid Support for VLC issues

Hi,

We are using LibVLC in our application and struggling with a critical features. So we want to understand who is the right person to contact for paid support in case our customer is willing to fix the obstacle?

Thanks!
by jickson.tj
21 Nov 2014 07:47
Forum: VLC for Android and Chrome OS
Topic: Snapshot of RTSP Streaming Android
Replies: 18
Views: 3105

Re: Snapshot of RTSP Streaming Android

Sorry for that.

Is it possible to resolve those errors without changing the build system?
by jickson.tj
20 Nov 2014 10:46
Forum: VLC for Android and Chrome OS
Topic: Snapshot of RTSP Streaming Android
Replies: 18
Views: 3105

Re: Snapshot of RTSP Streaming Android

I have updated to protobuf 2.6.1. still I am getting the above error. Can you please tell me how to resolve the following error. /obj/local/armeabi-v7a/objs-debug/vlcjni/libvlcjni.o:libvlcjni.c:vlc_static_modules: error: undefined reference to 'vlc_entry__vod_rtsp' Initially when i enabled sout, I g...
by jickson.tj
19 Nov 2014 20:52
Forum: VLC for Android and Chrome OS
Topic: Snapshot of RTSP Streaming Android
Replies: 18
Views: 3105

Re: Snapshot of RTSP Streaming Android

Hi, Thanks for guiding. After doing that change, I am getting the following error message when I ran compile.sh file. [armeabi-v7a] Compile thumb : vlcjni <= wmemset.c [armeabi-v7a] SharedLibrary : libvlcjni.so ./obj/local/armeabi-v7a/objs-debug/vlcjni/libvlcjni.o:libvlcjni.c:vlc_static_modules: err...
by jickson.tj
17 Nov 2014 17:46
Forum: VLC for Android and Chrome OS
Topic: Use TextureView instead SurfaceView Android
Replies: 5
Views: 523

Re: Use TextureView instead SurfaceView Android

Yes. But I am not clear about the steps required to enable the snapshot filter in following thread. https://forum.videolan.org/viewtopic.ph ... 8926a65ac5
by jickson.tj
17 Nov 2014 17:44
Forum: VLC for Android and Chrome OS
Topic: Snapshot of RTSP Streaming Android
Replies: 18
Views: 3105

Re: Snapshot of RTSP Streaming Android

Hi rowa,

I see many rules.mak inside source directory. In which file I need add 'enable-encoder=png'?

Thanks & Regards,
Jickson
by jickson.tj
16 Nov 2014 20:37
Forum: VLC for Android and Chrome OS
Topic: Use TextureView instead SurfaceView Android
Replies: 5
Views: 523

Re: Use TextureView instead SurfaceView Android

ok. We need to support snapshot and video view modification in rtsp streaming. Can you please guide me to use textureView instead of surfaceView?
by jickson.tj
29 Oct 2014 07:22
Forum: VLC for Android and Chrome OS
Topic: Snapshot of RTSP Streaming Android
Replies: 18
Views: 3105

Snapshot of RTSP Streaming Android

Hi All,

Is it possible to take snapshot of RTSP Streaming in Android?

Thanks & Regards,
Jickson
by jickson.tj
29 Oct 2014 07:18
Forum: VLC for Android and Chrome OS
Topic: Use TextureView instead SurfaceView Android
Replies: 5
Views: 523

Use TextureView instead SurfaceView Android

Hi All,

VLC for Android renders video on SurfaceView. Is it possible to use TextureView instead of SurfaceView?

Thanks & Regards,
Jickson P
by jickson.tj
29 Oct 2014 06:18
Forum: VLC for Android and Chrome OS
Topic: RTSP Streaming is not working in few Android Devices
Replies: 13
Views: 708

Re: RTSP Streaming is not working in few Android Devices

Hi Edward,

I checked the nightly build of 27 October 2014, http://nightlies.videolan.org/build/android-armv7/.
Streaming is working fine with this build. Currently I am using software decoding to stream rtsp.

Thanks a lot for the fix.

Thanks & Regards,
Jickson
by jickson.tj
22 Oct 2014 19:03
Forum: VLC for Android and Chrome OS
Topic: RTSP Streaming is not working in few Android Devices
Replies: 13
Views: 708

Re: RTSP Streaming is not working in few Android Devices

ok. In that case I am assuming that we have to go with hardware decoding itself.

How to fix "OMX.SEC.avc.dec" issue, so that we can play RTSP Streaming?
by jickson.tj
22 Oct 2014 17:45
Forum: VLC for Android and Chrome OS
Topic: RTSP Streaming is not working in few Android Devices
Replies: 13
Views: 708

Re: RTSP Streaming is not working in few Android Devices

I have made changes which you told. But RTSP link is not loading in device. Here is the log I am getting. 10-22 21:11:14.806: V/VLC/LibVLC(22135): Initializing LibVLC 10-22 21:11:14.807: D/VLC/JNI/main(22135): Using deblocking level 3 10-22 21:11:14.807: D/VLC/JNI/main(22135): Chroma set to "&q...
by jickson.tj
22 Oct 2014 17:31
Forum: VLC for Android and Chrome OS
Topic: RTSP Streaming is not working in few Android Devices
Replies: 13
Views: 708

Re: RTSP Streaming is not working in few Android Devices

Hi Edward, I am new to this. I don't know to play video in software decoding mode using LibVLC. I am using the following the code inside the LibVLC java class to play RTSP. String[] myOption = { ":codec=mediacodec,iomx,all" }; playMRL(mLibVlcInstance, mrl, myOption); Can you please guide m...

Go to advanced search