Questions tagged [vlc-qt]

49 questions
0
votes
1 answer

LibVLC / VLC-Qt separate audio/video streams playback

I was wondering if anybody have clues or pointers as how to deal with playback of separated audio/video streams using LibVLC? I'm using the library via VLC-Qt wrapper, but I'm not sure it supports it out of the box. I need to play back video with a…
Zumteufel
  • 165
  • 1
  • 3
  • 10
-1
votes
1 answer

How to read meta-data from video using vlc-qt libvlc in Qt

I am developing a media player in Qt and using libvlc as my base to built the player. Now I want to read the various information about the video like it's resolution, codec, duration etc. I have tried to extract the metadata using '''libvlc''' but…
Vinay Kumar
  • 674
  • 2
  • 9
  • 21
-1
votes
2 answers

How to check if VlcMedia contains a video?

I am developing a media player using vlc-qt I wanted to know how can I identify that my player contains a video or not. For example m_player=new VlcMediaPlayer(m_instance); m_media= new…
Vinay Kumar
  • 674
  • 2
  • 9
  • 21
-1
votes
1 answer

No rule to make target 'VLCQtWidgets/WidgetVideo.h', needed by 'ui_mediaplayer.h'

I am developing a media player using vlc-qt. So what I have done till now is I have clone the git repository of vlc-qt and have build that using BUILDING.md and in my '''pro''' file of Qt I have added the path of my vlc-qt installation like…
Vinay Kumar
  • 674
  • 2
  • 9
  • 21
1 2 3
4