[gstreamer-bugs] [Bug 616982] Gstreamer fails play mms:// streamings

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 11 05:46:52 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=616982
  GStreamer | gst-plugins-bad | git

--- Comment #1 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2010-05-11 12:46:47 UTC ---
This is pretty much the same as bug #560413, difference being that the server
there accepts mmst.  Apparently this one only accepts mmsh, but libmss sends a
broken HTTP GET (wrong url) [*], hence failure.

[*] sends 
GET mms://tilive1.alice.cdn.interbusiness.it:80/radio24sole1 HTTP/1.0

Accept: */*

User-Agent: NSPlayer/4.1.0.3856

Host: tilive1.alice.cdn.interbusiness.it:80

Pragma:
no-cache,rate=1.000000,stream-time=0,stream-offset=0:0,request-context=1,max-duration=0

Pragma: xClientGUID={c77e7400-738a-11d2-9add-0020af0a3278}

Connection: Close

where better would be e.g. (mainly url in GET matters):
GET /radio24sole1 HTTP/1.0

Accept: */*

User-Agent: NSPlayer/4.1.0.3856

Host: tilive1.alice.cdn.interbusiness.it:80

Pragma: xClientGUID={c77e7400-738a-11d2-9add-0020af0a3278}

Pragma:
no-cache,rate=1.000000,stream-time=0,stream-offset=0:0,request-context=1,max-duration=0

Connection: Close

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list