Werbung: SecurityConsole.de verwaltet Ihre Computer mit Security Essentails aus der Cloud!
30 Tage kostenfrei testen und 20% Rabatt für Ihre Bestellung mit Promocode: WBF2685582
(Promocode gültig bis 31.12.2011)

Group:  English: Entertainment » microsoft.public.windowsmedia.sdk
Thread: Using a directshow codec called Dicom Media Bridge

HTVi
TV Discussion Newsgroups

Using a directshow codec called Dicom Media Bridge
jsheridan 12/2/2008 11:59:00 PM
I am trying to display dicom medical images .dcm files on the web

I register this codec on a local pc and it plays the files fine but when i
try to play a file over a url it can't find the codec I have installed.

Any help would br greatly appreciated.
Re: Using a directshow codec called Dicom Media Bridge
"Alessandro Angeli" <nobody[ at ]nowhere.in.the.net> 12/3/2008 12:34:29 AM
From: "jsheridan"

[Quoted Text]
> I am trying to display dicom medical images .dcm files on
> the web
>
> I register this codec on a local pc and it plays the
> files fine but when i try to play a file over a url it
> can't find the codec I have installed.

In GraphEdit, use File -> Render Media File to render a DCM
file, then File -> Save Graph and send me the GRF file (my
email is spelled out below, PLEASE DO NOT WRITE IT IN CLEAR
ANYWHERE IN A USENET MESSAGE).

GraphEdit is a tool (graphedt.exe) included in the Windows
SDK for Vista or Win2K8 (you can extract it from the setup,
no need to install the SDK). You can also find it somewhere
on the web.

If the DCM filter is a source filter, then it will be able
to support URLs only if it supports them itself. If it is a
parser, it should support URLs without even knowing about
them. What URL are you trying to play?

--
// Alessandro Angeli
// MVP :: DirectShow / MediaFoundation
// mvpnews at riseoftheants dot com
// http://www.riseoftheants.com/mmx/faq.htm


Re: Using a directshow codec called Dicom Media Bridge
jsheridan 12/3/2008 1:30:01 AM
Thanks again for any advice.

You can find the file at http://usinstruments.selfip.com/5.dcm

"Alessandro Angeli" wrote:

[Quoted Text]
> From: "jsheridan"
>
> > I am trying to display dicom medical images .dcm files on
> > the web
> >
> > I register this codec on a local pc and it plays the
> > files fine but when i try to play a file over a url it
> > can't find the codec I have installed.
>
> In GraphEdit, use File -> Render Media File to render a DCM
> file, then File -> Save Graph and send me the GRF file (my
> email is spelled out below, PLEASE DO NOT WRITE IT IN CLEAR
> ANYWHERE IN A USENET MESSAGE).
>
> GraphEdit is a tool (graphedt.exe) included in the Windows
> SDK for Vista or Win2K8 (you can extract it from the setup,
> no need to install the SDK). You can also find it somewhere
> on the web.
>
> If the DCM filter is a source filter, then it will be able
> to support URLs only if it supports them itself. If it is a
> parser, it should support URLs without even knowing about
> them. What URL are you trying to play?
>
> --
> // Alessandro Angeli
> // MVP :: DirectShow / MediaFoundation
> // mvpnews at riseoftheants dot com
> // http://www.riseoftheants.com/mmx/faq.htm
>
>
>
Re: Using a directshow codec called Dicom Media Bridge
"Alessandro Angeli" <nobody[ at ]nowhere.in.the.net> 12/3/2008 2:03:06 AM
From: "jsheridan"

[Quoted Text]
> Thanks again for any advice.
>
> You can find the file at
> http://usinstruments.selfip.com/5.dcm

Since the filter is a parser that works with the
AsyncReader, I would expect it to work with the URLReader
just as well. What graph do you get if you try File ->
Render URL in GraphEdit? What program are you using to open
the file and URL? What version? What version of Windows?
What error do you get?


--
// Alessandro Angeli
// MVP :: DirectShow / MediaFoundation
// mvpnews at riseoftheants dot com
// http://www.riseoftheants.com/mmx/faq.htm


Re: Using a directshow codec called Dicom Media Bridge
jsheridan 12/3/2008 2:19:01 AM
I'm trying to use windows media player 11. Using Windows XP. I also
tried embeding the media player in a website and open the file from the url
and the web server on a windows 2003 server.

When I try to play the file with the url in media player error downloading
codec.
From graphedit the error is "Can not construct a graph from this file".

"Alessandro Angeli" wrote:

[Quoted Text]
> From: "jsheridan"
>
> > Thanks again for any advice.
> >
> > You can find the file at
> > http://usinstruments.selfip.com/5.dcm
>
> Since the filter is a parser that works with the
> AsyncReader, I would expect it to work with the URLReader
> just as well. What graph do you get if you try File ->
> Render URL in GraphEdit? What program are you using to open
> the file and URL? What version? What version of Windows?
> What error do you get?
>
>
> --
> // Alessandro Angeli
> // MVP :: DirectShow / MediaFoundation
> // mvpnews at riseoftheants dot com
> // http://www.riseoftheants.com/mmx/faq.htm
>
>
>
Re: Using a directshow codec called Dicom Media Bridge
"Alessandro Angeli" <nobody[ at ]nowhere.in.the.net> 12/3/2008 11:40:49 PM
From: "jsheridan"

[Quoted Text]
> When I try to play the file with the url in media player
> error downloading codec.
> From graphedit the error is "Can not construct a graph
> from this file".

The actual error code would be more informative.

You removed the on-line DCM file, so I can not perform
further tests to try and figure out why the URL fails when
it should work.


--
// Alessandro Angeli
// MVP :: DirectShow / MediaFoundation
// mvpnews at riseoftheants dot com
// http://www.riseoftheants.com/mmx/faq.htm


Re: Using a directshow codec called Dicom Media Bridge
jsheridan 12/4/2008 1:17:01 AM
My appologies the link should be working again.
When I try to play it from the Media Player it never gives me an error
message it just flashes something about downloading codec then just a blank
screen.

"Alessandro Angeli" wrote:

[Quoted Text]
> From: "jsheridan"
>
> > When I try to play the file with the url in media player
> > error downloading codec.
> > From graphedit the error is "Can not construct a graph
> > from this file".
>
> The actual error code would be more informative.
>
> You removed the on-line DCM file, so I can not perform
> further tests to try and figure out why the URL fails when
> it should work.
>
>
> --
> // Alessandro Angeli
> // MVP :: DirectShow / MediaFoundation
> // mvpnews at riseoftheants dot com
> // http://www.riseoftheants.com/mmx/faq.htm
>
>
>
Re: Using a directshow codec called Dicom Media Bridge
"Alessandro Angeli" <nobody[ at ]nowhere.in.the.net> 12/4/2008 9:47:17 PM
From: "jsheridan"

[Quoted Text]
> My appologies the link should be working again.
> When I try to play it from the Media Player it never
> gives me an error message it just flashes something about
> downloading codec then just a blank screen.

Download the demo version of GraphEditPlus
(http://www.thedeemon.com/). Manually insert the "File
Source (URL)" (not the "File Source (Netshow URL)") and,
when asked to choose a file, just type in the URL. Then
manually add the Dicom decoder and manually connect the
output of the source to the input of the decoder. Report
back the error code.

--
// Alessandro Angeli
// MVP :: DirectShow / MediaFoundation
// mvpnews at riseoftheants dot com
// http://www.riseoftheants.com/mmx/faq.htm


Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net
Suche nach Orten, Städten, Postleitzahlen, Vorwahlen, Kfz-Kennzeichen