Search found 8 matches

Go to advanced search

by raulhcordeiro
10 Mar 2011 14:07
Forum: Development around libVLC
Topic: Play byte[] Memory stream
Replies: 3
Views: 948

Re: Play byte[] Memory stream

i think is the same problem with same solution.
see that

viewtopic.php?f=32&t=87958
by raulhcordeiro
05 Mar 2011 20:51
Forum: Development around libVLC
Topic: Streaming application images
Replies: 1
Views: 708

Re: Streaming application images

I do a task similar. Use invmem codec with fake input module and be heppy!
I explain on topic below, see there to no duplicate content!

viewtopic.php?f=32&t=81529
by raulhcordeiro
03 Mar 2011 13:12
Forum: Development around libVLC
Topic: imem module
Replies: 2
Views: 2425

Re: imem module

Yes guy, sorry for delay. but if still help.. libvlc_exception_t ex; libvlc_instance_t* inst; static const char* args[] = { "--codec", "invmem", "-vvvvv", "-I", "dummy", "--no-ipv6", "--ipv4", "--file-logging", "--d...
by raulhcordeiro
03 Mar 2011 12:57
Forum: Development around libVLC
Topic: libvlc capabilities
Replies: 0
Views: 662

libvlc capabilities

Hi all, I'd like to know if libvlc can help me to solve a problem and i think here is the best place to discover. 1) My app capture frames continuously from v4l2 device, according to my fps; (OK) 2) My app pass that frames to libvlc encode to output video format - h264; (OK) 3) Libvlc creates a vide...
by raulhcordeiro
06 Sep 2010 22:03
Forum: General VLC media player Troubleshooting
Topic: Slow-forward or frame-by-frame streaming of MPEG2 video
Replies: 1
Views: 858

Re: Slow-forward or frame-by-frame streaming of MPEG2 video

Do you solve this problem?

https://forum.videolan.org/viewtopic.ph ... ps#p263076

I has the same problem: on low fps, the vlc stream client drop all frames and show no video.

Thanks for some help gye!
by raulhcordeiro
01 Sep 2010 05:42
Forum: VLC stream-output (sout)
Topic: x264 Transcoder Latency
Replies: 1
Views: 661

Re: x264 Transcoder Latency

try keyint=1
by raulhcordeiro
22 Aug 2010 01:12
Forum: Development around libVLC
Topic: imem module
Replies: 2
Views: 2425

imem module

Hi I see various topics openedon this forum talking about this module, but any show an usage example. I want to do exactly what the topic below say. http://forum.videolan.org/viewtopic.php?f=32&t=80942&p=267510&hilit=imem#p267510 Unfortunately, i already spend much time searching too. An...
by raulhcordeiro
23 Jul 2010 19:42
Forum: Development around libVLC
Topic: libVLC and frames input source
Replies: 0
Views: 465

libVLC and frames input source

Hi, In advance, sorry for my English, but i'll try... I am new on VLC and libVLC. Now, i'm using VLM of libVLC for serve a live video stream through RTP. So, the part of transmission for client is OK. Now i want to solve the acquisition part. libVLC has the option (a registered callback, for example...

Go to advanced search