Hi,

I am using liquidsoap 1.0.0beta from mercury. I try to read an http stream using
input.http. The server retrurn this error :

New metadata chunk: ? -- Stream.
Unable to decode stream of type "video/x-ms-asf"!

The stream is : http://stream.radiotime.com/listen.stream?streamId=2449070
It's mime is video/x-ms-asf as the server say but a problem seems to happen
there. The stream reads correctly on other players.

Here is my liq :

urls =
input.http(force_mime="video/x-ms-asf","http://stream.radiotime.com/listen.stream?streamId=2449070";)
source = mksafe(urls)
output.icecast(%vorbis, host="127.0.0.1", port = 8000,name = "a", description =
"desc", url = "stream", password = ****, mount = "player", source)

Maybe I'm missing something obvious... Can you help me on this one ?




------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to