Works perfectly on ATV3 - But how to force 'Direct Play' ?

Great project!

 

My setup:

- Plex mediaserver on debian

- PlexConnect on osx

- ATV3

 

- All works with the PlexConnect scrips.

 

However it's slow to update the list when you have alot of movies + it takes extra long time to start movie playback when it is set to transcode insted of direct play.

 

How to set it is force 'direct play´? 

ok found it, in XMLConverter.py look for:

    args['directStream'] = '1'
    args['directPlay'] = '0'

then change to:

    args['directStream'] = '1'
    args['directPlay'] = '1'

It’s also in the settings of the ATV Plexconnect interface.

If you go into the setting in the UI you should be able to set the transcode level high enough that most content will direct play anyway.

This thread has confused me about Direct Play. I thought that Plex will automatically Direct Play any MP4/M4V with an AAC audio file and the fast start atom enabled. So why is a Force Direct Play option needed? How can you force direct play if the file doesn’t meet these criteria? MKVs are direct streamed or transcoded (depending on their audio), AVIs are always transcoded, and MP4s are direct played (if optimized), or transcoded.

I second that... This 'force Direct Play' option got me confused.

>> So why is a Force Direct Play option needed?

Think of it mainly as a debugging feature. Compatible files will usually be played un-transcoded.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.