Page 1 of 1

EXTVLCOPT with VLC 1.0.2

Posted: 29 Mar 2010 13:43
by SaiyanRiku
Hello,

I try to make a playlist with some #EXTVLCOPT inside like that :

Code: Select all

#EXTM3U #EXTINF:0,APTV Martinique #EXTVLCOPT:vout-filter=transform #EXTVLCOPT:transform-type=180 mms://vipmms9.yacast.net/aptv_live03
but this doesn't work !

I have seen an option "--m3u-extvlcopt", but this doesn't work with VLC 1.0.2, the option isn't not found !

Someone has an idea, for the reason why it doesn't work? Thank for your help !

Re: EXTVLCOPT with VLC 1.0.2

Posted: 29 Mar 2010 13:58
by Rémi Denis-Courmont
This is not supposed to work. Pass the parameters on the command line.

Re: EXTVLCOPT with VLC 1.0.2

Posted: 29 Mar 2010 18:35
by SaiyanRiku
The fact is that it seems to work in that case :

<code>
#EXTINF:0,10086 - Radio Mélodie
#EXTVLCOPT:ts-es-id-pid
#EXTVLCOPT:no-video
#EXTVLCOPT:audio-track-id=1003
rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=100007
#EXTINF:0,10088 - SUN
#EXTVLCOPT:ts-es-id-pid
#EXTVLCOPT:no-video
#EXTVLCOPT:audio-track-id=1004
rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=100007
</code>

So Is the #EXTVLCOPT deprecated? Or the options are limited on few features?

Re: EXTVLCOPT with VLC 1.0.2

Posted: 29 Mar 2010 18:54
by Rémi Denis-Courmont
Some options will work. Most of them don't.

Re: EXTVLCOPT with VLC 1.0.2

Posted: 29 Mar 2010 23:27
by SaiyanRiku
Ok thanks you for your help !