[MPlayer-dev-eng] Is mpst protocol implemented?
Diego Biurrun
diego at biurrun.de
Sat Jun 19 02:01:44 CEST 2004
Song Du writes:
> I found it in manual, but when checking the snap codes i found mpst
> was not correctly handled in network.c
> Is it repealed or unfinished?
It's in a sad state of neglect. I've been trying to get it to compile
properly, but I get tons of linking errors depending on the options I
compile MPlayer with.
Please try the attached patch and tell me if it solves your problem.
Diego
--- libmpdemux/open.c 11 Jun 2004 20:57:03 -0000 1.97
+++ libmpdemux/open.c 19 Jun 2004 00:00:11 -0000
@@ -484,6 +484,7 @@
if (strncmp("tv://", filename, 5) && strncmp("mf://", filename, 5) &&
strncmp("vcd://", filename, 6) && strncmp("dvb://", filename, 6) &&
strncmp("cdda://", filename, 7) && strncmp("cddb://", filename, 7) &&
+ strncmp("mpst://", filename, 7) &&
strstr(filename, "://")) {
url = url_new(filename);
}
More information about the MPlayer-dev-eng
mailing list