Jump to content

Playing a Music Album Stops After the First Track


gcoupe

Recommended Posts

gcoupe

When playing music directly, the Browser Client will play Music tracks in an Album correctly, i.e. in sequence. However, if I use the "Remote" function in the Client UI and use the "Play to" feature of the MB3 Server to direct the music tracks to a separate DMR, then the playback stops after the first track. It does not step to the next track.

 

I've seen this behaviour in the Windows 8.1 Store App, and reported it (together with logs), but the fact that I'm seeing this with the Browser Client as well now leads me to suspect that the issue may reside in the DLNA section of the Server. 

 

Let me know if you need additional logs. Thanks.

Edited by gcoupe
Link to comment
Share on other sites

7illusions

Do you run the Dev-version of the server? If you do, can you confirm this fixed?

Link to comment
Share on other sites

  • 4 weeks later...
gcoupe

Do you run the Dev-version of the server? If you do, can you confirm this fixed?

 

I'm now running version 3.0.5233.40306 of the Server. Play to is still stopping after the first track has played in an Album - for both the Browser client and the W8 App. So it's not fixed for my setup.

Link to comment
Share on other sites

gcoupe

I'm now running version 3.0.5238.39498 of the Server. Play to is still stopping after the first track has played in an Album - for both the Browser client and the W8 App. So it's still not fixed for my setup.

Link to comment
Share on other sites

  • 4 weeks later...
gcoupe

Look, I'm sorry to sound like a broken record here, but even with server version  3.0.5264.17006, Play to is still stopping after the first track has played in an Album - for both the Browser client and the W8 App. So it's still not fixed for my setup.

 

Until this is fixed, then I'll continue using the Play to features in Xbox Music App, WMP, or the MediaMonkey App. At least they all work, and can play albums without stopping.

Link to comment
Share on other sites

  • 4 weeks later...
gcoupe

And the issue is still present with version 3.0.5287.19943 of the server. So the improvements to DLNA have still not addressed it...

Link to comment
Share on other sites

It has been tested with about 10 different players over the past week, from software to hardware devices. Unfortunately implementing according to protocol is not enough and for a device to be supported, it really has to be tested independently. With each server release we'll continue to move the ball forward more and more.

Link to comment
Share on other sites

gcoupe

Is there anything I can do from my side to help with this? It's kind of frustrating that MB3 is the odd one out here...

Link to comment
Share on other sites

yea if you could compare the requests and responses using fiddler or wireshark to other apps that would be helpful. thanks.

Link to comment
Share on other sites

gcoupe

OK, I've got three pairs of Wireshark traces. Each pair consists of (a) a client application PlayingTo my Denon 3808 AVR and ( b ) the corresponding trace of activity occurring on the media server while the client application is running.

 

The files are:

 

1a) MB3 App Playto Denon 3808

1b) MB3 Server - MB3 App Playto Denon 3808

 

2a) WMP Playto Denon 3808

2b) Media Server - WMP Playto Denon 3808

 

3a) Xbox Music Playto Denon 3808

3b) Media Server - Xbox Music Playto Denon 3808

 

The files are on my OneDrive here: http://1drv.ms/1o6spQM You can click the checkbox in the top right of the file icons, and then they can be downloaded.

 

The MB3 App is version 1.8.2.40 of the MB3 W8 App.

The MB3 Server is version 3.0.5287.19943

WMP is version 12.0.9600.17031 of Windows Media Player

The Xbox Music App is version 2.2.903.0

The Media Server is WHS 2011, used by both WMP and Xbox Music.

 

In all three cases, I used the same scenario:

1) selected an Album to play (disc 1 of "69 Love Songs" by the Magnetic Fields)

2) Started the Album playing. The first track is "Absolutely Cuckoo" and lasts 1:34.

3) When the first track finishes, the MB3 App does not move to the next track, while WMP and Xbox Music do.

4) After about 10 seconds of the second track, I paused the play in the client applications (WMP and Xbox Music)

5) I pressed the Stop button in WMP; Xbox Music does not have a stop button.

6) I closed and saved the traces.

 

Hope this helps.

Edited by gcoupe
Link to comment
Share on other sites

  • 2 weeks later...
Starlionblue

I tested on my Denon AVR-2312CI and no problem going to the next song. I tested on web client from both PC and iPad. The iPad client isn't really music friendly.

 

However I can't use the scroll thingy to move forward and back in the song. I get The remote server returned an error: 500 internal server error when moving scroll bar

 
Relevant log section from the error below.
 
2014-07-10 13:18:49.5278 Info - ServerManager: Sending web socket message ScheduledTaskEnded
2014-07-10 13:18:49.7578 Debug - HttpServer: HTTP POST http://10.0.0.50:8096/mediabrowser/Sessions/619d7dbc393e472c8026023e9ff83f71/Playing/seek?SeekPositionTicks=1431156600
2014-07-10 13:18:49.8131 Error - App: Error getting response from http://10.0.0.70:8080/AVTransport/ctrl
The remote server returned an error: (500) Internal Server Error.
System.Net.WebException
  at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
  at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  at MediaBrowser.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsync>d__7.MoveNext()


2014-07-10 13:18:49.8131 Error - DtoUtils: ServiceBase<TRequest>::Service Exception
The remote server returned an error: (500) Internal Server Error.
MediaBrowser.Model.Net.HttpException
  at MediaBrowser.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  at MediaBrowser.Dlna.PlayTo.SsdpHttpClient.<SendCommandAsync>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  at MediaBrowser.Dlna.PlayTo.Device.<Seek>d__24.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  at MediaBrowser.Dlna.PlayTo.PlayToController.<Seek>d__27.MoveNext()
InnerException: System.Net.WebException
The remote server returned an error: (500) Internal Server Error.
  at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
  at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  at MediaBrowser.Common.Implementations.HttpClientManager.HttpClientManager.<SendAsync>d__7.MoveNext()


2014-07-10 13:18:49.8131 Error - HttpServer: Error processing request for /mediabrowser/Sessions/619d7dbc393e472c8026023e9ff83f71/Playing/seek?SeekPositionTicks=1431156600
The remote server returned an error: (500) Internal Server Error.
ServiceStack.HttpError
No Stack Trace Available


2014-07-10 13:18:49.8131 Debug - HttpServer: HTTP Response 500 to 10.0.0.50:54074. Response time: 59.7634 ms
Url: http://10.0.0.50:8096/mediabrowser/Sessions/619d7dbc393e472c8026023e9ff83f71/Playing/seek?SeekPositionTicks=1431156600
Edited by Starlionblue
Link to comment
Share on other sites

gcoupe

Thanks for testing this. Just to clarify, the web clients are automatically stepping to the next track with your Denon, without you having to click the "Next" button manually?

Link to comment
Share on other sites

Starlionblue
 

Thanks for testing this. Just to clarify, the web clients are automatically stepping to the next track with your Denon, without you having to click the "Next" button manually?

 

 

Correct. However if I play on an iDevice, then use AirPlay to shoot to the receiver, playback stops after the first song.

Edited by Starlionblue
Link to comment
Share on other sites

  • 2 months later...
Happy2Play

@MrWebsmith

Unfortunately we haven't got a profile to be recognized by the server yet.  And a custom on doesn't get recognized.  If you modify the default in the system folder it may work temporarily (just a guess) but the system default profiles get overwritten back to there default level by design.

 

c\Users\username\AppData\Roaming\MediaBrowser-Server\config\dlna\system

Edited by Happy2Play
Link to comment
Share on other sites

Happy2Play

Does changing the <ProtocolInfo> help?

 

AVR-3808CI

 

http-get:*:audio/L16;rate=44100;channels=1:DLNA.ORG_PN=LPCM,
http-get:*:audio/L16;rate=44100;channels=2:DLNA.ORG_PN=LPCM,
http-get:*:audio/L16;rate=48000;channels=1:DLNA.ORG_PN=LPCM,
http-get:*:audio/L16;rate=48000;channels=2:DLNA.ORG_PN=LPCM,
http-get:*:audio/mpeg:DLNA.ORG_PN=MP3,
http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMABASE,
http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMAFULL,
http-wavetunes:*:audio/x-ms-wma:*

Edited by Happy2Play
Link to comment
Share on other sites

MrWebsmith

this is the issue i have on my sonos.. always thought it was just a sonos bug/issue...

 

 

happy, where would i make those changes above? in the sonos profile of the mbs server?

 

hmm..there isnt a base sonos profile.. is it likely that its using the Default one i guess then...

Edited by MrWebsmith
Link to comment
Share on other sites

Does changing the <ProtocolInfo> help?

 

AVR-3808CI

 

http-get:*:audio/L16;rate=44100;channels=1:DLNA.ORG_PN=LPCM,

http-get:*:audio/L16;rate=44100;channels=2:DLNA.ORG_PN=LPCM,

http-get:*:audio/L16;rate=48000;channels=1:DLNA.ORG_PN=LPCM,

http-get:*:audio/L16;rate=48000;channels=2:DLNA.ORG_PN=LPCM,

http-get:*:audio/mpeg:DLNA.ORG_PN=MP3,

http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMABASE,

http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMAFULL,

http-wavetunes:*:audio/x-ms-wma:*

 

Sorry, how, precisely, do I change the <ProtocolInfo>?

 

I've tried using the default Denon profile, and saving a customised version of it as a profile called AVR-3808CI.

 

In this profile I disabled the Video and Image choices in the DLNA dashboard (the AVR-3808CI is purely an audio receiver, it does not handle video or images). However, if I look at the content of the resulting profile, it still seems to contain those sections:

 

<?xml version="1.0"?>

<Profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

  <Name>AVR-3808CI </Name>

  <Identification>

    <FriendlyName>Denon:\[AVR:.*</FriendlyName>

    <ModelNumber />

    <SerialNumber />

    <ModelName />

    <DeviceDescription />

    <ModelUrl />

    <Manufacturer>Denon</Manufacturer>

    <ManufacturerUrl />

    <Headers />

  </Identification>

  <FriendlyName>Media Browser</FriendlyName>

  <Manufacturer>Media Browser</Manufacturer>

  <ManufacturerUrl>http://mediabrowser.tv/</ManufacturerUrl>

  <ModelName>Media Browser</ModelName>

  <ModelNumber>Media Browser</ModelNumber>

  <ModelUrl>http://mediabrowser.tv/</ModelUrl>

  <SerialNumber />

  <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>

  <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>

  <SupportedMediaTypes>Audio</SupportedMediaTypes>

  <UserId />

  <AlbumArtPn>JPEG_SM</AlbumArtPn>

  <MaxAlbumArtWidth>480</MaxAlbumArtWidth>

  <MaxAlbumArtHeight>480</MaxAlbumArtHeight>

  <MaxIconWidth>48</MaxIconWidth>

  <MaxIconHeight>48</MaxIconHeight>

  <MaxStreamingBitrate>8000000</MaxStreamingBitrate>

  <MaxStaticBitrate>8000000</MaxStaticBitrate>

  <MusicStreamingTranscodingBitrate>128000</MusicStreamingTranscodingBitrate>

  <MusicSyncBitrate>128000</MusicSyncBitrate>

  <XDlnaDoc>DMS-1.50</XDlnaDoc>

  <XDlnaCap />

  <SonyAggregationFlags />

  <ProtocolInfo>http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_50_AC3;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_50_AC3_T;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_HD_50_AC3_ISO;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:audio/mpeg:DLNA.ORG_PN=MP3;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:audio/L16;rate=44100;channels=1:DLNA.ORG_PN=LPCM;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:audio/L16;rate=44100;channels=2:DLNA.ORG_PN=LPCM;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:audio/L16;rate=48000;channels=1:DLNA.ORG_PN=LPCM;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:audio/L16;rate=48000;channels=2:DLNA.ORG_PN=LPCM;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMA_BASE;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMA_FULL;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_SM;DLNA.ORG_OP=00;DLNA.ORG_FLAGS=00D00000000000000000000000000000,http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_MED;DLNA.ORG_OP=00;DLNA.ORG_FLAGS=00D00000000000000000000000000000,http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_LRG;DLNA.ORG_OP=00;DLNA.ORG_FLAGS=00D00000000000000000000000000000,http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_TN;DLNA.ORG_OP=00;DLNA.ORG_FLAGS=00D00000000000000000000000000000,http-get:*:video/mpeg:DLNA.ORG_PN=MPEG1;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_PAL;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_NTSC;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_EU;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_EU_T;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_SD_EU_ISO;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_NA;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_NA_T;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_KO;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_KO_T;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_SD_KO_ISO;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/x-msvideo:DLNA.ORG_PN=AVI;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/x-matroska:DLNA.ORG_PN=MATROSKA;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mp4:DLNA.ORG_PN=AVC_MP4_MP_SD_AAC_MULT5;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mp4:DLNA.ORG_PN=AVC_MP4_MP_SD_MPEG1_L3;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mp4:DLNA.ORG_PN=AVC_MP4_MP_SD_AC3;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mp4:DLNA.ORG_PN=AVC_MP4_MP_HD_720p_AAC;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mp4:DLNA.ORG_PN=AVC_MP4_MP_HD_1080i_AAC;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mp4:DLNA.ORG_PN=AVC_MP4_HP_HD_AAC;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mp4:DLNA.ORG_PN=AVC_MP4_LPCM;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mp4:DLNA.ORG_PN=MPEG4_P2_MP4_ASP_AAC;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mp4:DLNA.ORG_PN=MPEG4_P2_MP4_SP_L6_AAC;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mp4:DLNA.ORG_PN=MPEG4_P2_MP4_NDSD;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_MP_SD_AAC_MULT5;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_MP_SD_AAC_MULT5_T;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_MP_SD_AAC_MULT5_ISO;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_MP_SD_MPEG1_L3;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_MP_SD_MPEG1_L3_T;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_MP_SD_MPEG1_L3_ISO;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_MP_HD_AAC_MULT5;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_MP_HD_AAC_MULT5_T;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_MP_HD_AAC_MULT5_ISO;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_MP_HD_MPEG1_L3;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_MP_HD_MPEG1_L3_T;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_MP_HD_MPEG1_L3_ISO;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_50_LPCM_T;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/x-ms-wmv:DLNA.ORG_PN=WMVMED_BASE;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/x-ms-wmv:DLNA.ORG_PN=WMVMED_FULL;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/x-ms-wmv:DLNA.ORG_PN=WMVHIGH_FULL;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/x-ms-wmv:DLNA.ORG_PN=WMVMED_PRO;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/x-ms-wmv:DLNA.ORG_PN=WMVHIGH_PRO;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/x-ms-asf:DLNA.ORG_PN=VC1_ASF_AP_L1_WMA;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/x-ms-asf:DLNA.ORG_PN=VC1_ASF_AP_L2_WMA;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000,http-get:*:video/x-ms-asf:DLNA.ORG_PN=VC1_ASF_AP_L3_WMA;DLNA.ORG_OP=11;DLNA.ORG_FLAGS=01500000000000000000000000000000</ProtocolInfo>

  <TimelineOffsetSeconds>0</TimelineOffsetSeconds>

  <RequiresPlainVideoItems>false</RequiresPlainVideoItems>

  <RequiresPlainFolders>false</RequiresPlainFolders>

  <XmlRootAttributes />

  <DirectPlayProfiles>

    <DirectPlayProfile container="mp3,flac,m4a,wma" type="Audio" />

  </DirectPlayProfiles>

  <TranscodingProfiles>

    <TranscodingProfile container="mp3" type="Audio" audioCodec="mp3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" context="Streaming" />

    <TranscodingProfile container="ts" type="Video" videoCodec="h264" audioCodec="aac" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" videoProfile="baseline" context="Streaming" />

  </TranscodingProfiles>

  <ContainerProfiles />

  <CodecProfiles />

  <ResponseProfiles />

  <SubtitleProfiles />

</Profile>

 

I'm really not sure what I need to do to get MB3 working here...

Link to comment
Share on other sites

Happy2Play

The Protocolinfo can be found if you click on your custom profile-info-server settings, there is Protocol info box, paste the continue string or manually open the xml and edit it. 

 

C:\Users\USERNAME\AppData\Roaming\MediaBrowser-Server\config\dlna\user

Link to comment
Share on other sites

The Protocolinfo can be found if you click on your custom profile-info-server settings, there is Protocol info box, paste the continue string

 

Er, sorry for being dumb, but I see no "Protocol info box" in the maze of twisty little passages that is the DLNA Dashboard:

 

5422768ec2870_MB3DLNA01.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...