Page 1 of 1

How do you know when transcoding is used for playback?

PostPosted: Sat Aug 20, 2011 10:21 pm
by glc650
Hi,

How do you know when transcoding is being used to playback a file (without disabling transcoding first and playing the file)?

Thanks,

->g.

Re: How do you know when transcoding is used for playback?

PostPosted: Mon Aug 22, 2011 9:56 am
by zip
you could find in the the (detailed) log

Re: How do you know when transcoding is used for playback?

PostPosted: Tue Aug 30, 2011 3:43 pm
by moltra
Zip is there anyway that the console could be modified to show what is being played, on what render and if it is being transcoded.

Re: How do you know when transcoding is used for playback?

PostPosted: Tue Aug 30, 2011 3:49 pm
by zip
not really. And why? Are you watching TV or the console? ;-)

Re: How do you know when transcoding is used for playback?

PostPosted: Tue Aug 30, 2011 5:52 pm
by moltra
just thought it might be helpful when working with mutiple devices using serviio at the same time.

Re: How do you know when transcoding is used for playback?

PostPosted: Mon Sep 05, 2011 11:56 am
by Lowlander
I think that Serviio already "knows" which file is going to be transcoded or not as soon as it lists the files to a particular device. At this stage it compares the library entries to the device's capabilities and lists the MIME types accordingly, and IF that is so, Serviio should be able add an informational symbol to the video's title line to inidicate if it is going to be transcoded. This would really help a lot, paritcularly when optimizing device profiles.

My current way of detecting transcoding is looking at the server's cpu usage or watching if an ffmpeg task is spawned. Pretty complicated, but IMHO still simpler and more real-time than browsing the logfile.

Re: How do you know when transcoding is used for playback?

PostPosted: Mon Sep 05, 2011 12:27 pm
by Illico
Lowlander wrote:Serviio should be able add an informational symbol to the video's title line to indicate if it is going to be transcoded.

Yes, Serviio could for example add an "#" at the end of the file name to indicate it is transcoded.

Re: How do you know when transcoding is used for playback?

PostPosted: Mon Sep 05, 2011 12:41 pm
by zip
Illico wrote:
Lowlander wrote:Serviio should be able add an informational symbol to the video's title line to indicate if it is going to be transcoded.

Yes, Serviio could for example add an "#" at the end of the file name to indicate it is transcoded.

details on why it's not right: https://bitbucket.org/xnejp03/serviio/i ... transcoded

Re: How do you know when transcoding is used for playback?

PostPosted: Mon Sep 05, 2011 2:17 pm
by Lowlander
Ok, I see. You win. Again. :roll: