[ 
http://dev.sourcefabric.org/browse/LS-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13864#action_13864
 ] 

peter commented on LS-447:
--------------------------

I am trying to clarify: 

1)
When using the LS playlist function to playing a playlist URI like 

http://piradio.de:8765/radio.m3u

which contains usually a single line like 
[
http://piradio.de:8765/radio
]
(but could theoretically include more lines)

I was not able to get this playing.

2)

if I define a playlist http://localhost/playlist.m3u

containing 2 entries
[
http://localhost/playlistA.m3u
http://localhost/playlistB.m3u 
]

where

playlistA.m3u containing
[
http://localhost/track1.mp3
file:///tracks/track2.mp3
]
and playlistB.m3u containing
[
/mnt/tracks/track3.ogg
track4.ogg
]

I would expect that playlist funtion resolves them and plays

[
http://localhost/track1.mp3
file:///mnt/tracks/track2.ogg
/mnt/tracks/track3.ogg
track4.ogg
]

where track1 is received by http (absolute URL), 
track2 and track3 are reveived by file
and track4.ogg is received by http (URL relative to playlist URL)

1) is what I really need
2) is what I expected when playing around with playlist function.




> Resolve remote playlist files
> -----------------------------
>
>                 Key: LS-447
>                 URL: http://dev.sourcefabric.org/browse/LS-447
>             Project: Liquidsoap
>          Issue Type: New Feature
>            Reporter: Samuel Mimram
>            Assignee: David Baelde
>
> From the mailing-list:
> > I noticed, that playlist function does not resolve remote playlist files
> > liquidsoap 
> > 'out(playlist(reload=20,mode="normal","http://localhost/request.m3u";))'
> That should work, but not if request.m3u contains file URIs. (Also,
> obviously, what request.m3u refers to as local files may not be remote
> once you've downloaded request.m3u on the liquidsoap host.)
> > Support of unwrapping remote playlists and putting these entries as single 
> > entries into liquidsoap's playlist would be really cool.
> I agree that it would be cool. We've actually discussed similar
> extensions but it's not as simple as it seems. You can file a ticket,
> but I don't promise anything -- it doesn't look like a big priority.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://dev.sourcefabric.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Savonet-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-devl

Répondre à