Search found 6 matches

Go to advanced search

by gam2046
05 Jan 2016 09:12
Forum: Development around libVLC
Topic: Play list order
Replies: 0
Views: 281

Play list order

Hello: LibVlc Version : 2.2.1 Terry Pratchett (Weatherwax) I add 3 items to playlist with libvlc_media_list_add_media, eg: 1.mp4 2.mp4 3.mp4 Then I Stop the playlist with libvlc_media_list_player_stop and libvlc_media_new_location to play a new media(eg. insert.mp4). finally, I Called libvlc_media_l...
by gam2046
22 Dec 2015 07:36
Forum: Development around libVLC
Topic: How to set the font/encoding for the subtitle?
Replies: 5
Views: 1399

Re: How to set the font/encoding for the subtitle?

You should be able to use the same options as VLC for fonts configuration. Needless to say, those options depend on the VLC version and operating system, so meddling with them might not be such a great idea. I try to do this, I set up the Chinese title of the media : libvlc_media_set_meta(media,lib...
by gam2046
21 Dec 2015 03:31
Forum: Development around libVLC
Topic: How to set the font/encoding for the subtitle?
Replies: 5
Views: 1399

Re: How to set the font/encoding for the subtitle?

Eh, subsdec-encoding works the same way in libvlc_new() as it does in VLC command line so far (though that might change in the future). In any case, UTF-8 is autodetected, so there is no point forcing it there. Thanks. So how do I change the font for the subtitle? The default font is "Arial&qu...
by gam2046
20 Dec 2015 14:55
Forum: Development around libVLC
Topic: How to set the font/encoding for the subtitle?
Replies: 5
Views: 1399

How to set the font/encoding for the subtitle?

How to set the font for the subtitle with LibVLC? (In GUI, set by Ctrl + P -> "subtitle / OSD" -> "Subtitle effects" -> "Font") And I want to set the default encoding, I tried to use "--subsdec-encoding=utf8" when I called "libvlc_new", but failed. H...
by gam2046
18 Dec 2015 07:38
Forum: Development around libVLC
Topic: May I add HTTP Headers to LibVLC?
Replies: 2
Views: 3198

Re: May I add HTTP Headers to LibVLC?

well, thanks a lot.
now, I use the local HTTP server to forward requests to achieve this purpose.
by gam2046
17 Dec 2015 05:41
Forum: Development around libVLC
Topic: May I add HTTP Headers to LibVLC?
Replies: 2
Views: 3198

May I add HTTP Headers to LibVLC?

I need to request a network resource, this resource needs to verify Referer and Cookie, but I did not find SDK in the relevant functions can be set to set HTTP Headers. Is there a way to achieve this goal?(Windows Version)

Go to advanced search