Search found 6 matches

Go to advanced search

by tuff
10 Jun 2015 12:41
Forum: Development around libVLC
Topic: Why libvlc_MediaListPlayerNextItemSet event is triggered twice when list contains youtube videos?
Replies: 5
Views: 620

Re: Why libvlc_MediaListPlayerNextItemSet event is triggered twice when list contains youtube videos?

Do you have any advice for me to create a playlist that will contain youtube videos and have the following properties. I want to change the media via keyboard command. I am holding indexes for these videos and using libvlc_media_list_player_play_item_at_index. This works exactly as I want. However, ...
by tuff
09 Jun 2015 13:01
Forum: Development around libVLC
Topic: Why libvlc_MediaListPlayerNextItemSet event is triggered twice when list contains youtube videos?
Replies: 5
Views: 620

Why libvlc_MediaListPlayerNextItemSet event is triggered twice when list contains youtube videos?

Hello, I am using libvlc_media_list_t to hold a bunch of media. This list contains local and youtube videos. When I change the media with a keyboard key, if the next media is a youtube video, then libvlc_MediaListPlayerNextItemSet is triggered twice. On the other hand, if the next media is a local v...
by tuff
08 Jun 2015 12:26
Forum: Development around libVLC
Topic: Changing the value of libvlc_marquee_Text asynchronously
Replies: 5
Views: 524

Re: Changing the value of libvlc_marquee_Text asynchronously

I tried all six combinations, but did not help. One could not simply change the text with vlc marquees :)
by tuff
08 Jun 2015 12:16
Forum: Development around libVLC
Topic: Changing the value of libvlc_marquee_Text asynchronously
Replies: 5
Views: 524

Re: Changing the value of libvlc_marquee_Text asynchronously

1) Tried what you suggested but it did not work.
2) I am using xw widgets.

thank you for your response by the way.

tuff
by tuff
08 Jun 2015 09:50
Forum: Development around libVLC
Topic: Changing the value of libvlc_marquee_Text asynchronously
Replies: 5
Views: 524

Changing the value of libvlc_marquee_Text asynchronously

Hello, I am trying to set a marquee value for my player and update it whenever I recieve a value from a server. I could manage to set the first value of the marquee but could not change afterwards. Here, the code portion about how I initialize the marquee: libvlc_video_set_marquee_int(this->m_pSimul...

Go to advanced search