Search found 30 matches

Go to advanced search

by joseAndresGomezTovar
11 Dec 2017 21:52
Forum: Development around libVLC
Topic: Erase video filter libvlc
Replies: 3
Views: 440

Re: Erase video filter libvlc

Thank you Jean its works fine

add to args

"--video-filter=erase"
"--erase-mask=...test.png"
"--erase-x=0"
"--erase-y=0"

and use to create <libvlc_new>

:D
by joseAndresGomezTovar
20 Nov 2017 10:00
Forum: Development around libVLC
Topic: Erase video filter libvlc
Replies: 3
Views: 440

Erase video filter libvlc

Hi,
Is there any away to activate this plugin?
ty
by joseAndresGomezTovar
10 Dec 2015 15:18
Forum: Development around libVLC
Topic: libvlc_media_player_set_rate doesn't work (v2.2.1)
Replies: 2
Views: 802

Re: libvlc_media_player_set_rate doesn't work (v2.2.1)

Can be fixed it by removing this argument "--clock-synchro=1" Do you know why the clock-synchro disable the <libvlc_media_player_set_rate>? thank you in advance more info from vlc-help-txt --clock-synchro={-1 (Default), 0 (Disable), 1 (Enable)} Clock synchronisation It is possible to disab...
by joseAndresGomezTovar
14 Oct 2015 12:07
Forum: Development around libVLC
Topic: libvlc_media_player_set_rate doesn't work (v2.2.1)
Replies: 2
Views: 802

libvlc_media_player_set_rate doesn't work (v2.2.1)

Hello. Im using 2.2.1. I want to change video rate while play. each time i call <libvlc_media_player_set_rate> i see this in the debugViewer core input warning: ACCESS/DEMUX_SET_RATE failed Can someone have an any idea? thank you in advance Best regards attached the log file of the debugviewer 00000...
by joseAndresGomezTovar
20 Jan 2014 16:56
Forum: Development around libVLC
Topic: new libVLC SDK
Replies: 3
Views: 878

Re: new libVLC SDK

windows 7 x86 / x64
by joseAndresGomezTovar
15 Jan 2014 09:35
Forum: Development around libVLC
Topic: new libVLC SDK
Replies: 3
Views: 878

new libVLC SDK

What about the new SDK?
Where is de link to download?

thank you in advance
by joseAndresGomezTovar
11 Jul 2013 18:27
Forum: Development around libVLC
Topic: compiling vlc2.0.6 x64
Replies: 3
Views: 835

Re: compiling vlc2.0.6 x64

Thank you Jean-Baptiste, I´m following the steps of <http://wiki.videolan.org/Win32CompileMSYSNew> and I propouse some changes: 1- lua url or info if I use the URL of the web I don´t have a lua folder. I find this url http://sourceforge.net/projects/luabinaries/files/5.1.4/Docs%20and%20Sources/lua5_...
by joseAndresGomezTovar
20 Jun 2013 17:06
Forum: Development around libVLC
Topic: libvlc_media_player_stop() hangs for libvlc 2.0.1-4
Replies: 7
Views: 1618

Re: libvlc_media_player_stop() hangs for libvlc 2.0.1-4

Hi,

Is this bug fixed in the v2.0.3?
Do you know how can we prevent it?

Thank you
by joseAndresGomezTovar
20 Jun 2013 17:03
Forum: Development around libVLC
Topic: libvlc_media_player_stop dont return
Replies: 2
Views: 438

libvlc_media_player_stop dont return

hello,

I am developing with libvlc v2.0.3.
sometimes when I call libvlc_media_player_stop the method don´t return.

I call STOP before call PLAY (libvlc_media_player_play)

What can I do?

Thank you in advance
by joseAndresGomezTovar
08 Jun 2013 13:49
Forum: Development around libVLC
Topic: compiling vlc2.0.6 x64
Replies: 3
Views: 835

compiling vlc2.0.6 x64

Hello, I am trying to compile vlc2.0.6 x64 with mingw64. I have a windows 7 x64 and I downloaded and install <mingw-w64-v2.0.8>. I read <http://wiki.videolan.org/Compile_VLC> but I have any doubts. Steps: 1) I run this ../bootstrap --host=x86_64-w64-mingw32 result Guessing build system... mingw32 Cr...
by joseAndresGomezTovar
27 Mar 2013 13:47
Forum: VLC media player for Windows Troubleshooting
Topic: VLC for Windows x64 - sdp
Replies: 0
Views: 467

VLC for Windows x64 - sdp

Hi, I am using a SDP file like this " v=0 o=- 1968162769 833473787 IN IP4 192.168.0.161 s=NKF 1 t=0 0 a=range:npt=now- m=video 55014 RTP/AVP 101 c=IN IP4 233.33.34.161 a=control:trackID=1 a=rtpmap:101 MP4V-ES/90000 a=fmtp:101 profile-level-id=1 " With vlc v2.0.3 everything works fine (see ...
by joseAndresGomezTovar
27 Mar 2013 12:21
Forum: Development around libVLC
Topic: Logos on Mosaic Streams
Replies: 4
Views: 1212

Re: Logos on Mosaic Streams

Could you try with a simlpe windows?
Maybe the problem is with the use of vilter...
by joseAndresGomezTovar
21 Jan 2013 18:45
Forum: Development around libVLC
Topic: vlc 2.0.5 interactive zoom vs libvlc_video_set_scale
Replies: 0
Views: 714

vlc 2.0.5 interactive zoom vs libvlc_video_set_scale

Hi, I have compared the interactive zoom (of vlc2.0.5) with libvlc_video_set_scale and the main diference is: - with libvlc_video_set_scale the Wnd changes their rectangle very ugly, it isn´t nice It is a robot movement... Can I use Interactive zoom with libVlc? How can I do the libvlc_video_set_sca...
by joseAndresGomezTovar
21 Jan 2013 18:28
Forum: Development around libVLC
Topic: Help with video dimension
Replies: 1
Views: 525

Re: Help with video dimension

Hi, I use libvlc_video_set_scale( pMediaPlayer_, m_fScale ); /* libvlc_media_player_t* pMediaPlayer_; ///< The VLC media player object. float m_fScale; */ char psz_aspect[64] = "4:3"; libvlc_video_set_aspect_ratio( pMediaPlayer_, psz_aspect ); /* others 16:9, 4:3, 1:1 etc... */ and it work...
by joseAndresGomezTovar
21 Jan 2013 18:22
Forum: Development around libVLC
Topic: libVLC slow start to UDP streams on first boot (Windows)
Replies: 7
Views: 1480

Re: libVLC slow start to UDP streams on first boot (Windows)

Did you try with VLC v2.0.5 directly?
Did you analyze the network with wireshark?

I suppose that the problem is in the network connection
by joseAndresGomezTovar
21 Jan 2013 18:18
Forum: VLC media player for Windows Troubleshooting
Topic: vlc 2.0.5 interactive zoom & rotate
Replies: 1
Views: 1011

vlc 2.0.5 interactive zoom & rotate

Hi,

If I enable Izoom and after I rotate 45 º the IZoom not work well.
The position of +/- zoom and izoom hide/show not rotate

Regard
by joseAndresGomezTovar
18 Jan 2013 22:33
Forum: Development around libVLC
Topic: vlc v2.0.5 SDP file
Replies: 0
Views: 462

vlc v2.0.5 SDP file

Hi, Are there any change between the v2.0.5 and the v2.0.3 about the load of SDP file? This is the log of v2.0.5 when i try to load a sdp file ---- main debug: adding item `multicast_20130110_211703_1401.sdp' ( file:///C:/Documents%20and%20Settings/jamarting/Escritorio/multicast_20130110_211703_1401...
by joseAndresGomezTovar
17 Jan 2013 11:20
Forum: General VLC media player Troubleshooting
Topic: vlc 2.0.5 dont try to reconnect
Replies: 0
Views: 458

vlc 2.0.5 dont try to reconnect

Hi, Why when I connect to a rtsp server and loose the signal during 10 to 20 second the vlc don't try to reconnect? Steps: 1- Connecto to rtsp server 2- Receive video OK 3- Server lost the link 4- If the server recovery fast the vlc continue receiving data but if the link is lost during 20 second fo...
by joseAndresGomezTovar
17 Jan 2013 11:18
Forum: General VLC media player Troubleshooting
Topic: vlc v2.0.5 SDP file
Replies: 0
Views: 469

vlc v2.0.5 SDP file

Hi, Are there any change between the v2.0.5 and the v2.0.3 about the load of SDP file? This is the log of v2.0.5 when i try to load a sdp file ---- main debug: adding item `multicast_20130110_211703_1401.sdp' ( file:///C:/Documents%20and%20Settings/jamarting/Escritorio/multicast_20130110_211703_1401...
by joseAndresGomezTovar
17 Jan 2013 11:12
Forum: VLC media player for Windows Troubleshooting
Topic: vlc v2.0.5 SDP file.
Replies: 3
Views: 559

Re: vlc v2.0.5 SDP file.

Any know the solution?
thx
by joseAndresGomezTovar
16 Jan 2013 10:53
Forum: VLC media player for Windows Troubleshooting
Topic: vlc 2.0.5 dont try to reconnect
Replies: 2
Views: 388

Re: vlc 2.0.5 dont try to reconnect

I propose that the rtsp manager tries to connect to rtsp server each X millisecond up to the rtsp manager receive the stop
Anyway thank you
by joseAndresGomezTovar
15 Jan 2013 21:36
Forum: VLC media player for Windows Troubleshooting
Topic: vlc 2.0.5 dont try to reconnect
Replies: 2
Views: 388

vlc 2.0.5 dont try to reconnect

Hi, Why when I connect to a rtsp server and loose the signal during 10 to 20 second the vlc don't try to reconnect? Steps: 1- Connecto to rtsp server 2- Receive video OK 3- Server lost the link 4- If the server recovery fast the vlc continue receiving data but if the link is lost during 20 second fo...
by joseAndresGomezTovar
15 Jan 2013 11:16
Forum: VLC media player for Windows Troubleshooting
Topic: vlc keeps changing my default player
Replies: 5
Views: 904

Re: vlc keeps changing my default player

http://support.jumpdesktop.com/attachments/token/i4rtyk55s5hsdq3/?name=media_1276577426150.png img from : http://support.jumpdesktop.com/entries/194620-setup-manual-configuration-for-rdp-pc-only http://res1.windows.microsoft.com/resbox/en/Windows%207/main/1c3a418e-556c-4d1e-9657-f987a766d782_55.jpg...
by joseAndresGomezTovar
14 Jan 2013 13:32
Forum: VLC media player for Windows Troubleshooting
Topic: vlc v2.0.5 SDP file.
Replies: 3
Views: 559

Re: vlc v2.0.5 SDP file.

maybe it is the same problem of this topic

viewtopic.php?f=14&t=105792

What can we do?

Go to advanced search