<div>It seemed like a great idea but unfortunatly it didn't work (see trace below). :-( Can't seem to options after the filename.</div>
<div> </div>
<div>As per media_descriptor.c libvlc_media_descriptor_new is built using <font size="2">input_ItemNew but to do what I want I would probably need one built using <font size="2">input_ItemNewExt which does not exist. Is there any other way to specify input options in the libvlc_media_descriptor_... API? I have noticed a function to write a 'tag' to a descriptor. Are tags the same as options?
</font></font></div>
<div> </div>
<div> </div>
<div>Trace</div>
<div>------------------------------------<br>creating demux: access='' demux='' path='test.avi --sout-all'<br>looking for access_demux module: 1 candidate<br>cannot open dvdnav<br>creating access '' path='
test.avi --sout-all'<br>looking for access2 module: 5 candidates<br>trying .cue file: test.cue<br>could not find .cue file<br>opening directory `test.avi --sout-all'<br>test.avi --sout-all: Unknown network stack error
<br>opening file `test.avi --sout-all'<br>cannot open file test.avi --sout-all (Unknown network stack error)<br>trying .cue file: test.cue<br>ould not find .cue file<br>could not open test.avi --sout-all<br>open of `test.avi --sout-all' failed: could not create access: no suitable access2 module
<br></div>
<div class="gmail_quote">On Dec 13, 2007 2:57 PM, Pierre d'Herbemont <<a href="mailto:pdherbemont@free.fr">pdherbemont@free.fr</a>> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Jacques,<br>
<div>
<div></div>
<div class="Wj3C7c"><br><br>On Dec 13, 2007, at 7:48 PM, jboileau wrote:<br><br>> How can I add input options (a list of arguments like --sout-all<br>> etc) when using the libvlc_media_descriptor_... API? What API<br>
> function should I call to do this?<br>><br>> I would like to do something similar to libvlc_playlist_add_extended<br>> but using the libvlc_media_descriptor_... and<br>> libvlc_media_instance_.. APIs.<br>
<br></div></div>You should be able to do use the mrl [1] ":options" for that:<br>libvlc_media_descriptor_new( p_libvlc, "myfile.avi :sout-all", &e);<br><br>Pierre.<br><br>[1] <a href="http://wiki.videolan.org/MRL" target="_blank">
http://wiki.videolan.org/MRL</a><br>_______________________________________________<br>vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br><a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">
http://mailman.videolan.org/listinfo/vlc-devel</a><br></blockquote></div><br><br clear="all"><br>-- <br>Jacques Boileau