[MPlayer-users] Mplayer not launching M3U playlist from a local file, but works from network file

LAMBERT Vincent Vincent.LAMBERT at supinfo.com
Wed Apr 13 09:57:52 CEST 2016


> Why aren't you just using -playlist here?
> You're supposed to use that option whenever an input
> might be a playlist.

I just realized I'm not forced to use the API I'm calling but just create a subproccess launching mplayer. I'm loosing some functionnalities (as stop the playlist) but at least it works and I'm convenient with that, thank you :)

> Might be some content-type based auto-detection as playlist.
> Local files don't have a content-type...

You're right, again. I was using the SimpleHTTPServer module from Python. On Python 2.4 (on my embedded computer), the playlist is "octet-stream", but on my LAN server Python is 2.7 and send a correct x-mpegurl

I finally found a workaround, thank you!
_______________________________________________
MPlayer-users mailing list
MPlayer-users at mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users


More information about the MPlayer-users mailing list