Search found 6 matches

Go to advanced search

by bednar_r
25 Aug 2010 16:35
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libvlc_media_get_tracks_info compiling error
Replies: 12
Views: 1840

Re: libvlc_media_get_tracks_info compiling error

I have now an other error. I would use libvlc_media_track_info_t::i_height So my code is: libvlc_media_track_info_t *tracks; libvlc_media_get_tracks_info(m_vlcMedia, &tracks); height_vlc = tracks->i_height; width_vlc = tracks->i_width; My IDE say me it's good but not the compiler. g++ -c -pipe -...
by bednar_r
25 Aug 2010 15:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libvlc_media_get_tracks_info compiling error
Replies: 12
Views: 1840

Re: libvlc_media_get_tracks_info compiling error

I completely remove vlc to reinstall version 1.1.3 properly.
And after having corrected the error due to the version I finally managed to compile.

Thanks you.
by bednar_r
24 Aug 2010 11:38
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libvlc_media_get_tracks_info compiling error
Replies: 12
Views: 1840

Re: libvlc_media_get_tracks_info compiling error

I use ubuntu 10.4. I include vlc/vlc.h. /***************************************************************************** * vlc.h: global header for libvlc ***************************************************************************** * Copyright (C) 1998-2008 the VideoLAN team * $Id: 0f34b57f3f53f2bfda...
by bednar_r
24 Aug 2010 10:47
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libvlc_media_get_tracks_info compiling error
Replies: 12
Views: 1840

Re: libvlc_media_get_tracks_info compiling error

I install libvlc-dev version 1.0.6-1ubuntu1.2 with synaptic.
Is it the last version?
by bednar_r
24 Aug 2010 09:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libvlc_media_get_tracks_info compiling error
Replies: 12
Views: 1840

Re: libvlc_media_get_tracks_info compiling error

The code: libvlc::libvlc() { initVLC(); // Create a new media from the Media Resource Locator m_vlcMedia = libvlc_media_new( m_vlcInstance, "rtsp://192.168.0.9", &m_ex ); libvlc_media_add_option(m_vlcMedia,":rtsp-caching=50", NULL); // We now need a struct for storing the vid...
by bednar_r
23 Aug 2010 10:47
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libvlc_media_get_tracks_info compiling error
Replies: 12
Views: 1840

libvlc_media_get_tracks_info compiling error

Hi, I created a program using the libvlc, it works as I want. But now I want to go further, I would like to use libvlc_media_get_tracks_info. But my compiler tells me it can not find this function. So i checked include and flags compilation. They seems good. I include vlc.h, and flags compilation is...

Go to advanced search