Microsoft DVR-MS video container support request

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
John Donaghy Offline
Member
Posts: 64
Joined: Jan 2006
Reputation: 0
Post: #271
I've uploaded a new version of mplayer.dll based on the mplayer_prelim sources as promised. The main change is that it should more generally be able to correctly detect the audio stream.

There could be some unexpected regressions though given that it is based on mplayer_prelim but also some improvements (e.g. aspect ratio should now work).

Feedback (both good and bad) appreciated.

Also, dont forget to back up your old mplayer.dll and use at your own risk.

http://www.megaupload.com/?d=CQC8YLAM
find quote
xino Offline
Senior Member
Posts: 240
Joined: Mar 2007
Reputation: -40
Location: London
Post: #272
i am not greedy but I want XBMC to be able to play flash filesTongue
find quote
Macfox Offline
Junior Member
Posts: 3
Joined: Mar 2007
Reputation: 0
Post: #273
John Donaghy Wrote:I've uploaded a new version of mplayer.dll based on the mplayer_prelim sources as promised. The main change is that it should more generally be able to correctly detect the audio stream.

There could be some unexpected regressions though given that it is based on mplayer_prelim but also some improvements (e.g. aspect ratio should now work).

Feedback (both good and bad) appreciated.
...

John you're a champ. Audio detection now works for us Aussies as per the AC3/MP2 detection. I'll spread the news to the Mediaportal XBMC integration users. Keep up the good work.
find quote
John Donaghy Offline
Member
Posts: 64
Joined: Jan 2006
Reputation: 0
Post: #274
Macfox Wrote:John you're a champ. Audio detection now works for us Aussies as per the AC3/MP2 detection. I'll spread the news to the Mediaportal XBMC integration users. Keep up the good work.

I'm glad it works for you. Thanks to some help I got from Jon Elwood (who is working on adding this to DVRMSToolbox - see here) we discovered that the method in the dll I posted doesnt always work. So some people might still have problems detecting the audio. However that's now fixed and should be available once this is incorporated into mplayer_prelim.

Can you also let me know if there are any sync issues or picture jerkiness with this latest version? I saw a couple of problems on some recordings I had but I'm not sure what the cause was.

BTW who are the Mediaportal XBMC integration users? Is there a thread somewhere for this?

Thanks,

John
find quote
Macfox Offline
Junior Member
Posts: 3
Joined: Mar 2007
Reputation: 0
Post: #275
Mediaportal - XMBC plugin by Chad

http://forum.team-mediaportal.com/mp_xbm...t2263.html

We needed this update as MP only records in DVR-MS currently. Up til now you had to transcode to play under XBMC. Now it just works.

I haven't seen any breakup or sync issues apart from a the tiny bit of breakup after ffw or rew. Other than that, no issues for me.

I'll keep testing and report back any issues.

Regards
Rob
find quote
fvfv Offline
Junior Member
Posts: 19
Joined: Oct 2006
Reputation: 0
Post: #276
I finally got my first dvr-ms file to play fine on the XBOX. I honestly think you are one of the first developers that have been able to create a non-unix mplayer that plays dvr-ms.

My shameless request : Can you either build or show me the steps on how to build a windows binary (being cyg-win or mingw) of mplayer that can play dvr-ms and works as good as the one you built ?

When I removed the reference to "-demuxer 35" on my "movie.dvr-ms.conf" file, the file played quite good, on sync and with good sound. So I believe you built an mplayer that does not need the asf demuxer.

I cannot believe that initial support for dvr-ms has been around since 2004 and on 2007 I am still unable to play dvr-ms with the latest win32 binaries.

Thanks for your support.
find quote
elupus Offline
Team-XBMC Developer
Posts: 3,764
Joined: Mar 2004
Reputation: 2
Post: #277
get new a mplayer from their svn today, build.. play with -demuxer lavf... his patch for ffmpeg has been accepted.

speaking of wich, John, there where some comments on the svn log mailing list on your patch.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
elupus Offline
Team-XBMC Developer
Posts: 3,764
Joined: Mar 2004
Reputation: 2
Post: #278
John:

do you have an alternate patch that you use when building with our mplayer version? tried the one for mplayer's demuxer, but it crashes on dvr-ms files and gives no video on non dvr-ms files (due to missing fps/frametime)

<edit> found the missing fps/framerate, still have crashes thou </edit>
<edit> forgot about this message completely, i've got it to work </edit>

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
(This post was last modified: 2007-04-14 18:28 by elupus.)
find quote
John Donaghy Offline
Member
Posts: 64
Joined: Jan 2006
Reputation: 0
Post: #279
elupus Wrote:John:

do you have an alternate patch that you use when building with our mplayer version? tried the one for mplayer's demuxer, but it crashes on dvr-ms files and gives no video on non dvr-ms files (due to missing fps/frametime)

<edit> found the missing fps/framerate, still have crashes thou </edit>
<edit> forgot about this message completely, i've got it to work </edit>

Are you porting the patch I submitted to the Mplayer dev list? I can send you a version that works against the XBMC player_prelim sources if you like.

For what's it's worth I think we should go ahead and release it now that Nico has given it a tentative thumbs up.
find quote
John Donaghy Offline
Member
Posts: 64
Joined: Jan 2006
Reputation: 0
Post: #280
fvfv Wrote:I finally got my first dvr-ms file to play fine on the XBOX. I honestly think you are one of the first developers that have been able to create a non-unix mplayer that plays dvr-ms.

My shameless request : Can you either build or show me the steps on how to build a windows binary (being cyg-win or mingw) of mplayer that can play dvr-ms and works as good as the one you built ?

When I removed the reference to "-demuxer 35" on my "movie.dvr-ms.conf" file, the file played quite good, on sync and with good sound. So I believe you built an mplayer that does not need the asf demuxer.

I cannot believe that initial support for dvr-ms has been around since 2004 and on 2007 I am still unable to play dvr-ms with the latest win32 binaries.

Thanks for your support.

Jon Elwood (DVRMSToolbox) has been creating Windows builds of MPlayer with my changes as well as a few of his own tweaks. You can download a prebuilt binary here:

http://www.megaupload.com/?d=GODTUZ2H
find quote
Post Reply