Realtek media player, seekByTime and WMV8/WM7
Posted: Tue Nov 26, 2013 4:18 am
Hi! I'm testing UMS and so far is really great.
I have two doubts regarding it' usage with my media player (based on realtek chipset)
1) The realtek chipset doesn't play some older videos I have coded with wmv7 and wmv8 codecs, but it plays newer wmv (wmv9/vl1). The best way to play them through UMS would be activating MediaInfo=true, and create a Supported rule that include vl1 as video codec, but not wmv? Os is there any better way? Of course I would like UMS to continue streaming newer wmv videos that don't need to be transcoded for a player based on realtek server.
Right now i do something like that, copying rules from PS3.conf renderer and updating like this
Rule in PS3.conf
Rule in Realtek.conf
And it seems to work. But maybe there is a better/preferred way!
2) Is SeekByTime suppose to work with transcoded files through UMS? It doesn't seems to work in my player and already try with SeekByTime=true and SeekByTime=exclusive. Seek By Time works great if streaming (no transcoding) a file.
Thanks in advance!
I have two doubts regarding it' usage with my media player (based on realtek chipset)
1) The realtek chipset doesn't play some older videos I have coded with wmv7 and wmv8 codecs, but it plays newer wmv (wmv9/vl1). The best way to play them through UMS would be activating MediaInfo=true, and create a Supported rule that include vl1 as video codec, but not wmv? Os is there any better way? Of course I would like UMS to continue streaming newer wmv videos that don't need to be transcoded for a player based on realtek server.
Right now i do something like that, copying rules from PS3.conf renderer and updating like this
Rule in PS3.conf
Code: Select all
Supported = f:wmv v:wmv|vc1 a:wma m:video/x-ms-wmv n:2
Code: Select all
Supported = f:wmv v:wmv9|wmv3|vc1 a:wma m:video/x-ms-wmv n:2
2) Is SeekByTime suppose to work with transcoded files through UMS? It doesn't seems to work in my player and already try with SeekByTime=true and SeekByTime=exclusive. Seek By Time works great if streaming (no transcoding) a file.
Thanks in advance!