Daniel Brockman <[EMAIL PROTECTED]> writes:

>> I would like ask if will be possible extend bongo for dvb
>> and dvd playing?
>
> This is already possible with the mplayer and VLC backends.
> You just have to insert URIs with `dvb' or `dvd' schemes.
> For DVB channels, use `dvb://channel-name'.  For DVDs, use
> `dvd://track-number' (usually, you want `dvd://1').

Actually, VLC and mplayer have slightly differing syntaxes for this.
VLC wants an `@' character in the URI (or MRL). Leaving it out is an
error. Mplayer allows the `@', but warns about it. So, the URI that
works for both looks like this: `dvd://@1'. (That's the title number,
by the way.)

At least this is true for cdda: URIs. This is how I implemented it in
my CDDA code (to be merged with Bongo soon?). Unfortunately, I cannot
test DVD or VCD on my computer, but I'd like Bongo to support it with
the same interface.


_______________________________________________
bongo-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bongo-devel

Reply via email to