Search found 19 matches

Go to advanced search

by tulkas85
16 Jul 2015 13:24
Forum: VLC for Android and Chrome OS
Topic: Multiple instance VLC managenment
Replies: 10
Views: 443

Re: Multiple instance VLC managenment

So, now it's possible to have multiple videoview in same activity using libvlc for Android ?
Yes. With 1.5.0 code.
thank you,

1.5.0 is latest version of libvlc for android ?
Can I run this command to take right sources?
git clone git://git.videolan.org/vlc-ports/android.git
by tulkas85
16 Jul 2015 11:37
Forum: VLC for Android and Chrome OS
Topic: Multiple instance VLC managenment
Replies: 10
Views: 443

Re: Multiple instance VLC managenment

So, now it's possible to have multiple videoview in same activity using libvlc for Android ?
by tulkas85
23 Dec 2014 12:04
Forum: Development around libVLC
Topic: audio recorded is broken
Replies: 0
Views: 261

audio recorded is broken

Hi, I'm working on a windows application that make sounds recognition from rtsp audio streams, using libvlc and smem. Audio source is a simple mic plug into an audio module like AXIS P8221. In my local network all works fine, but in a more complex network I have that audio recorded sounds very bad, ...
by tulkas85
21 Oct 2014 17:09
Forum: VLC for Android and Chrome OS
Topic: multiview on same activity using vlc
Replies: 4
Views: 591

Re: multiview on same activity using vlc

some news for multiple instances of vlc ?
by tulkas85
15 Oct 2014 14:56
Forum: Development around libVLC
Topic: libvlc - imem and raw video input
Replies: 10
Views: 3316

Re: libvlc - imem and raw video input

maybe I can try others decoder ? How can I obtain a complete list of installed decoder ? I can change the type of pixel if it's necessary. I have these options: enum PixelFormatEnums { PixelFormat_Mono8, //!<Sets the pixel format to Mono 8 PixelFormat_Mono1Packed, //!<Sets the pixel format to Mono 1...
by tulkas85
15 Oct 2014 12:01
Forum: Development around libVLC
Topic: libvlc - imem and raw video input
Replies: 10
Views: 3316

Re: libvlc - imem and raw video input

ok, thank you. Now I can see video output, but video is broken http://i57.tinypic.com/33mrhhx.jpg I set these options : const char *vlc_args[] = { //"--extraintf=logger", // Log anything "--verbose=2", // Be much more verbose then normal for debugging purpose imem_options,imem_op...
by tulkas85
14 Oct 2014 17:14
Forum: Development around libVLC
Topic: libvlc - imem and raw video input
Replies: 10
Views: 3316

Re: libvlc - imem and raw video input

this is my piece of code for vlc connection, it's only a first approach obviously const uint8_t *pImageBufferGlobal; int globaldts=0; int globalpts=0; int globalsize=0; int myImemGetCallback (void *data, const char *cookie, int64_t *dts, int64_t *pts, unsigned *flags, size_t * bufferSize, void ** bu...
by tulkas85
14 Oct 2014 13:20
Forum: Development around libVLC
Topic: libvlc - imem and raw video input
Replies: 10
Views: 3316

Re: libvlc - imem and raw video input

I tried so "GREY" nothing changed. main decoder error: no suitable decoder module for fourcc `GREY'. VLC probably does not support this sound or video format. main decoder error: No suitable decoder module main decoder error: VLC does not support the audio or video format "GREY"....
by tulkas85
14 Oct 2014 10:38
Forum: Development around libVLC
Topic: libvlc - imem and raw video input
Replies: 10
Views: 3316

Re: libvlc - imem and raw video input

Hi have same error using "grey" or "undf" , my vlc version is 2.1.3 for Windows main decoder error: no suitable decoder module for fourcc `undf'. VLC probably does not support this sound or video format. VLC does not support the audio or video format "undf". Unfortunate...
by tulkas85
13 Oct 2014 17:30
Forum: Development around libVLC
Topic: libvlc - imem and raw video input
Replies: 10
Views: 3316

libvlc - imem and raw video input

hi, I'm trying to play raw frame from memory with vlc. I have a GigE camera that puts in memory raw frame with mono 8bit format (gray scale). I use imem to put in vlc these buffers, I followed this topic https://forum.videolan.org/viewtopic.php?f=32&t=93842 to do this, and it seems to work prope...
by tulkas85
08 Jul 2014 10:19
Forum: VLC for Android and Chrome OS
Topic: Option Demuxer Rtsp - Rtp over Tcp
Replies: 6
Views: 731

Re: Option Demuxer Rtsp - Rtp over Tcp

yes edwardw, how can I set --rtsp-tcp in android libvlc ?
by tulkas85
02 Jul 2014 15:39
Forum: VLC for Android and Chrome OS
Topic: Option Demuxer Rtsp - Rtp over Tcp
Replies: 6
Views: 731

Re: Option Demuxer Rtsp - Rtp over Tcp

This option, force vlc to use tcp protocol

Image
by tulkas85
17 Jun 2014 15:44
Forum: VLC for Android and Chrome OS
Topic: Option Demuxer Rtsp - Rtp over Tcp
Replies: 6
Views: 731

Option Demuxer Rtsp - Rtp over Tcp

Hi, I would to know if vlc for Android will have option Rtp over Tcp for rtsp streaming.
Actually I use this option in vlc player for Windows, but playing Vlc for Android I can't force to use tcp instead of udp.
by tulkas85
17 Mar 2014 09:57
Forum: VLC for Android and Chrome OS
Topic: Rtsp over Tcp
Replies: 1
Views: 404

Rtsp over Tcp

It's possible to play rtcp over tcp stream using libvlc on Android ?

Using standard android mediaplayer on stagefright it's not possible, only udp traffic is enabled.

I see that edwardcw's sample works on Rtsp over Udp , but now I can't test it on tcp, might work?
by tulkas85
03 Mar 2014 09:47
Forum: VLC for Android and Chrome OS
Topic: multiview on same activity using vlc
Replies: 4
Views: 591

Re: multiview on same activity using vlc

I thought that by calling the library twice with LibVLC.getInstance() I got two different instances, instead using the debug I can see that in fact the instance is the same.

how can I get two different instances of the library?
by tulkas85
27 Feb 2014 16:07
Forum: VLC for Android and Chrome OS
Topic: multiview on same activity using vlc
Replies: 4
Views: 591

multiview on same activity using vlc

I would know if is possible to use two surface in same layout and view each at same time. In future I would a grid-view of videoview, but each videoview using vlc. I modify this sample ( https://bitbucket.org/edwardcw/libvlc-android-sample/src/ec2a9176d39968429bee8d197d26d60d75676960/src/com/compdig...
by tulkas85
03 Sep 2009 10:29
Forum: Development around libVLC
Topic: how send video to vlc with socket Tcp or udp
Replies: 1
Views: 1090

how send video to vlc with socket Tcp or udp

Hi, I hope someone can help me. I'm trying to send a video-file using a socket unix to vlc. My software don't work, maybe I don't know the protocol to use. If I use Udp connection, after bind call I use recvfrom for take and store address of vlc player. recvfrom is block-mode and stop my software. W...
by tulkas85
01 Sep 2009 13:30
Forum: VLC media player for Linux and friends Troubleshooting
Topic: send video-file to vlc from linux-socket UDP or TCP?
Replies: 2
Views: 571

Re: send video-file to vlc from linux-socket UDP or TCP?

ok, I try to use socket Udp and Tcp, but vlc don't read my buffer-video.

There are some example-code on-line to do this ?
by tulkas85
07 Aug 2009 13:29
Forum: VLC media player for Linux and friends Troubleshooting
Topic: send video-file to vlc from linux-socket UDP or TCP?
Replies: 2
Views: 571

send video-file to vlc from linux-socket UDP or TCP?

Hi,
I would send by a socket Linux a file to vlc ...It's possible ??

I must use tcp or Udp connection ?

Go to advanced search