Search found 8 matches

Go to advanced search

by tpcarmen
16 Dec 2014 16:08
Forum: Development around libVLC
Topic: LibVLC: Get the length of any/all video tracks?
Replies: 1
Views: 476

LibVLC: Get the length of any/all video tracks?

Does anybody know of a way to get the length of any/all the video tracks on a DVD? libvlc_media_player_get_length(p_md) works nicely for the current track, but I'd like to be able to get the length of all the tracks without first playing each one. Does anybody know of an API call where I can pass in...
by tpcarmen
15 Jun 2013 18:17
Forum: Development around libVLC
Topic: A quick question about libvlc_video_get_track_count
Replies: 4
Views: 547

Re: A quick question about libvlc_video_get_track_count

Tracks are the list of channels. Not "titles"
So these should work for the OP use case...

Code: Select all

libvlc_media_player_get_title_count libvlc_media_player_set_title libvlc_media_player_get_title
Thanks, that looks like it should do it.

Terry
by tpcarmen
15 Jun 2013 18:10
Forum: Development around libVLC
Topic: A quick question about libvlc_video_get_track_count
Replies: 4
Views: 547

Re: A quick question about libvlc_video_get_track_count

Tracks are the list of channels. Not "titles"
Thanks, that explains why I didn't get what I was expecting.

Terry
by tpcarmen
14 Jun 2013 21:25
Forum: Development around libVLC
Topic: A quick question about libvlc_video_get_track_count
Replies: 4
Views: 547

A quick question about libvlc_video_get_track_count

I'm not sure if this isn't working correctly or I'm misunderstanding the usage of the word "track". I have a DVD that contains probably 10 different animation videos accessible from the main dvd menu, however libvlc_video_get_track_count returns "2", which is clearly incorrect. I...
by tpcarmen
17 Jan 2013 17:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [Solved] VLC Won't play DVD even though libdvdcss installed
Replies: 0
Views: 1858

[Solved] VLC Won't play DVD even though libdvdcss installed

I just spent a couple of days trying to get VLC to play DVDs, finally figured out what the problem, was and wanted to leave a note here to hopefully prevent others from wasting so much time. Even though libdvdcss and libdvdread were both installed and were both current versions, as was vlc, vlc woul...
by tpcarmen
07 Jan 2013 15:31
Forum: Web and scripting
Topic: Can't play DVD from web page
Replies: 4
Views: 770

Re: Can't play DVD from web page

Just a head's-up" for anybody else working on this problem, once I use the right syntax (thanks, Jean-Baptiste!) I found selinux was also causing problems. You'll need to: grep plugin-containe /var/log/audit/audit.log | audit2allow -M mypol then: semodule -i mypol.pp to allow access to the DVD ...
by tpcarmen
07 Jan 2013 15:07
Forum: Web and scripting
Topic: Can't play DVD from web page
Replies: 4
Views: 770

Re: Can't play DVD from web page

Try dvd:///media/Atlantis/VIDEO_TS/
That worked! Thanks you!

I've been working on this for days.

Terry
by tpcarmen
07 Jan 2013 04:14
Forum: Web and scripting
Topic: Can't play DVD from web page
Replies: 4
Views: 770

Can't play DVD from web page

Neither of the embeds below do anything. The drive doesn't spin up, there are no error messages nothing. I'm trying to play a local DVD from the browser (in this case firefox on linux), however it also doesn't work in firefox on Windows 8. It doesn't matter which DVD or which machine. Anybody have a...

Go to advanced search