"Add Graph to ROT" registry option
Thanks for your great work.
Not sure if this is the right place for my feature request.
I'm using your filter with window media player ocx (.net control) and so far everythings nearly perfect.
I have only one small problem: wmp seems to update the duration on a file only when it initially builds the graph.
This means if I'm playing a currently recorded show (or timeshift) the duration property of the wmp control is not updated.
If I could get a reference to the directshow graph in the ROT I could invoke IMediaSeeking::GetDuration by myself and my problem would be solved.
So please could you add an "Add Graph to ROT" option to the filter. Best place on my opinion would be the registry.
By the way: the "old" TSFileSource filter had such an option.
I took a quick look on the source code and recognized that there is already "Add Graph to ROT" functionality. Could you please wrap a registry lookup for the option around this?
Edit: A unique ROT display name would also be great (suggest: "tsreader playing <somemovie>.ts") to be sure to connect to the correct graph.
Thanks.
Thanks for your great work.
Not sure if this is the right place for my feature request.
I'm using your filter with window media player ocx (.net control) and so far everythings nearly perfect.
I have only one small problem: wmp seems to update the duration on a file only when it initially builds the graph.
This means if I'm playing a currently recorded show (or timeshift) the duration property of the wmp control is not updated.
If I could get a reference to the directshow graph in the ROT I could invoke IMediaSeeking::GetDuration by myself and my problem would be solved.
So please could you add an "Add Graph to ROT" option to the filter. Best place on my opinion would be the registry.
By the way: the "old" TSFileSource filter had such an option.
I took a quick look on the source code and recognized that there is already "Add Graph to ROT" functionality. Could you please wrap a registry lookup for the option around this?
Edit: A unique ROT display name would also be great (suggest: "tsreader playing <somemovie>.ts") to be sure to connect to the correct graph.
Thanks.