Support for *.qtl-stream

Feature requests for VLC.
elRogero

Support for *.qtl-stream

Postby elRogero » 20 Apr 2004 18:52

Hoping for this in next version

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Postby The DJ » 21 Apr 2004 11:44

Can you upload a .qtl file to: ftp://ftp.videolan.org/incomming

thank you.

I believe all they contain is:

Code: Select all

rtsptext rtsp://server/dir/file.mpg
but i'd like to make sure
Don't use PMs for support questions.

DGMurdockIII
Big Cone-huna
Big Cone-huna
Posts: 534
Joined: 14 Sep 2006 16:46
VLC version: y
Operating System: windows 10 64bit Pro
Contact:

Re: Support for *.qtl-stream

Postby DGMurdockIII » 13 Feb 2013 19:39


DGMurdockIII
Big Cone-huna
Big Cone-huna
Posts: 534
Joined: 14 Sep 2006 16:46
VLC version: y
Operating System: windows 10 64bit Pro
Contact:

Re: Support for *.qtl-stream

Postby DGMurdockIII » 24 Feb 2013 18:58

no support

DGMurdockIII
Big Cone-huna
Big Cone-huna
Posts: 534
Joined: 14 Sep 2006 16:46
VLC version: y
Operating System: windows 10 64bit Pro
Contact:

Re: Support for *.qtl-stream

Postby DGMurdockIII » 20 Mar 2013 23:17

why no support for this after all these years

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Support for *.qtl-stream

Postby Jean-Baptiste Kempf » 21 Mar 2013 14:58

Because noone cares about qtl.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

mederi
Big Cone-huna
Big Cone-huna
Posts: 1949
Joined: 15 Mar 2011 16:38
VLC version: 2.0.8
Operating System: Windows Vista/XP

Re: Support for *.qtl-stream

Postby mederi » 21 Mar 2013 19:02

I have just downloaded the playlists you have provided here.
playlist.xml >> If you rename this to "playlist.xspf", then it is normally supported by VLC.

playlist.qtl

Code: Select all

<?xml version="1.0"?> <?quicktime type="application/x-quicktime-media-link"?> <embed src="icy://69.175.127.154:9098" autoplay="true" />
Is that "icy://" what makes .qtl any special? If I try to play the link as "http://69.175.127.154:9098" in VLC, then it works and a music is being played.
You can try to add support for .qtl files by yourself. You can write your own VLC Lua playlist script. Check this:
http://wiki.videolan.org/Documentation: ... st_Scripts
http://www.videolan.org/developers/vlc/ ... /playlist/
There is also a forum for Lua scripting: # Board index ‹ Customize VLC media player ‹ Scripting VLC in lua
"qtl.lua":

Code: Select all

function probe() -- test *.qtl input here, whether it is really a qtl standard => return true end function parse() -- parse *.qtl input here, retrieve all available links => return table of tables containing path and another playlist elements if available, i.e. return {{path="http://...", name="..."}, {path="...", name="..."}, ...} end


Return to “VLC media player Feature Requests”

Who is online

Users browsing this forum: No registered users and 7 guests