| Previous | Next |
| NS_E_WMR_SAMPLEPROPERTYNOTSET | NS_E_WMG_LICENSE_TAMPERED |
NS_E_WMR_CANNOT_RENDER_BINARY_STREAM
NS_E_WMR_CANNOT_RENDER_BINARY_STREAM: what the result means
NS_E_WMR_CANNOT_RENDER_BINARY_STREAM (0xC00D1063) means the graph has no installed playback component capable of rendering a binary stream carried by the media item.
What to capture
Record the binary stream identifier/subtype, source pin media type and the filters considered or rejected while attempting to render that stream.
Focused verification
Render the playable audio/video streams separately, then test the binary stream with a known handler for its subtype. This distinguishes an unsupported auxiliary stream from failure of the whole file.
Technical references
- DirectShow filter graph
- DirectShow media types
- Negotiating media types
- WM ASF Reader filter
- Microsoft HRESULT registry
Looking for a different code? Search another status or error code.