Jump to content

Beta 2.2.0


cmcg

Recommended Posts

fluffykiwi

just checking logs now.

 

Yeah Model Year is identified as HU

 

Within Emby Settings Log on running files.

 

Deadpool reported as

Level Compatibility true: 41

Profile Compatability true: High

 

Independence Day reported as

Level Compatibility False: 51

Profile Compatability true: Constrained Baseline

 

The Lego Movie reported as

Level Compatibility  false: 51

Profile Compatability true: High

 

Looks like it may just be the files with their various encoding methods.

 

Is there a way to access a text version of the log?

Edited by fluffykiwi
Link to comment
Share on other sites

FrostByte

Well, it looks like it's identifying your TV as a HU correctly and plays some of your UHD without transcoding.  So that's good.  However, the settings in the app are set to transcode H264 with level > 41 which explains why it's transcoding those 2 movies.  

 

There may be a problem in the code though that may help if changed.  It looks like H-series TVs only support H264 up to level 4.1, but if you look at the user's manual I posted above the UHD TVs support H264 up to 5.1.  @fluffykiwi can you verify your user's manual says the same thing as in my post #243 for the HU8550?  Basically, does it support level 5.1 for H264?

 

@cmcg  I hate to do this to you again, but there may be another tweak we can do to the transcoding parameters which would help.  It appears the UHD TVs (models with "HU") support H264 up to 51.  The HD H-series tvs only do H264 up to 41 though.  Maybe we can change the following for case "HU" only to say 51

			case "h264":

				this.codec = true;

				this.container = ["asf","avi","mkv","mp4","3gpp","mpg","mpeg","ts","m4v","m2ts","mov","vro","tp","trp","flv","vob","svi","mts","divx"];

				this.resolution = [3840,2160];

				this.bitrate = 50720000;

				this.framerate = 30;

				this.level = 41;

				this.profile = ["Base","Constrained Baseline","Baseline","Main","High"];

				break;
  • Like 2
Link to comment
Share on other sites

fluffykiwi

In the manual it states FHD up to 4.1, but UHD up to 5.1.

 

Video Decoders
●● Supports up to FHD.264, Level 4.1 (does not support FMO/ASO/RS)
●● Supports up to UHD.264, Level 5.1
●● Supports up to HEVC UHD, Level 5.1, supports up to HEVC FHD, Level 4.1

 

I think the manual is shared between several models.

 

*this is not a priority for me as everything plays fine directly via TV and network.

Edited by fluffykiwi
Link to comment
Share on other sites

FrostByte

Well, that would really complicate the code tremendously to make that change.  He would have to also check the rest of the characters in the model because the HU8550 supports 51 for both plus he would have to check the actual file for your TV to see if it was FHD or UHD.  

 

It's possible a firmware update for yours would bring it up to the HU8550.  I guess the only way to verify if firmware changes is if you had  a H264 which was both 1080p and level 51 and see if it played from usb

 

I did find your manual.  It's definitely different than the HU8550.  If cmcg can't change the code and your TV firmware didn't change what is supported it may be best to just leave it transcode files even though they don't require it rather than you getting a render error for FHD files. 

 

57c6e47dc7fed_HU8500.jpg

Edited by FrostByte
Link to comment
Share on other sites

fluffykiwi

Quick query.

Within Music what does the ? entry do now in the A-Z section.

 

I used it previously to bypass the A-Z selection where I could select a letter, to view all the As etc, or select ? and just scroll through everything. It now never seems to list any content.

 

I also slightly miss having A-Z as an option in the headings, so that if I have skip A-Z enabled in the settings I could still use it if I thought it might be useful for finding a particular album or artist.

 

My collection is just over 900 albums so navigating them is not an issue, especially with the Index Jump, but just noticing slight changes.

 

I would like to see a Latest entry within Music and possibly have all Music items list the Artist along with the album title and genre.

Link to comment
Share on other sites

FrostByte

The only common thing between the "HU" models seems to be that they all support 2160p video at level 5.1.  Maybe cmcg could at least change 2160p/level 51 for all HU models.  I'm not a coder though, so not sure how exactly to code that paragraph.  Everything FHD and below could then be transcoded if > level 41 for all HU models even if they support level 51.

Edited by FrostByte
Link to comment
Share on other sites

FrostByte

Quick query.

Within Music what does the ? entry do now in the A-Z section.

 

 

For me the "?" displays things like albums that don't start with a number or letter.  For instance the album Ænima by the group Tool

  • Like 1
Link to comment
Share on other sites

fluffykiwi

Firmware updates have improved the compatibility of the model. It is basically the curved screen version of HU8550, i.e. their top of the UK 2014 range if you wanted a 55" bent screen :P

 

It supports pretty much everything, with only HDR support being impossible for obvious reasons. I've yet to find a file it doesn't play directly, thankfully. Nothing else transcodes.

 

As I do not expect to collect a lot of 4K files any time soon, due to storage issues, I am not bothered about using the TV network to direct play three files instead of using Emby.  I do not intend to allow any files to transcode, as my PC is simply too noisy when doing this, and in my main living room. I also do not think the quality seems as good.

 

It would be interesting to test a version with the support level changed to 5.1 for both FHD and UHD so I might give that a go myself just to see whether it works. I think it will but maybe I just trust Samsung too much to keep my TV updated.

Edited by fluffykiwi
  • Like 1
Link to comment
Share on other sites

FrostByte

Firmware updates have changed the compatibility of the model.

It now supports pretty much everything, with only HDR support being unlikely.

As I do not expect to collect a lot of 4K files any time soon I am not bothered about using the TV network to direct play three files instead of using Emby.

 

It would be interesting to test a version with the level changed to 5.1 for both FHD and UHD so I might give that a go myself just to see whether it works. I think it would but maybe I just trust Samsung too much to keep my TV updated.

 

Excellent, that would be easy for cmcg to just change that one line for the HU models then.  He could always change it back if you got render errors :)

Edited by FrostByte
  • Like 1
Link to comment
Share on other sites

MongooseMan

Edit: Ah, wow. Literally the posts above mine. Sorry...

 

 

 

Apologies if this has been posted before (I did look but couldn't find any resolution).

Have the transcoding params been updated to allow HU 4k TVs to stream 4k video instead of asking for it to be transcoded to 1080p?

 

I have a 50HU7000 and see the following in the logs when trying to play a 4k video:

57c7163813871_4k.png

 

 

Have I missed something?

Edited by MongooseMan
Link to comment
Share on other sites

MongooseMan

Heh, ya.  Your app log should show as Model Year is HU now instead of just H

Yeah, it would help if I loaded the latest version before making bug reports.  :blink:

Hold on, I'll report back...

 

 

And in news that will shock nobody, upgrading to latest version solved everything. 

As always, you guys rock, keep it up!

Edited by MongooseMan
  • Like 3
Link to comment
Share on other sites

CBers

Still having issues loading to the home screen.

 

This is the server log from when I started the app:

 

2016-09-04 17:56:27.9460 Info TaskManager: IntervalTrigger fired for task: Organize new media files
2016-09-04 17:56:27.9460 Info TaskManager: Queueing task OrganizerScheduledTask
2016-09-04 17:56:27.9460 Info TaskManager: Executing Organize new media files
2016-09-04 17:56:27.9780 Info TaskManager: Organize new media files Completed after 0 minute(s) and 0 seconds
2016-09-04 17:56:27.9910 Info ServerManager: Sending web socket message ScheduledTaskEnded
2016-09-04 17:56:27.9910 Info TaskManager: ExecuteQueuedTasks
2016-09-04 17:56:37.8305 Info HttpServer: HTTP GET http://192.168.1.140:8096/emby/System/Info/Public?format=json. UserAgent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2013; Maple2012) AppleWebKit/535.20+ (KHTML, like Gecko) SmartTV Safari/535.20+
2016-09-04 17:56:37.8525 Debug NetworkManager: Querying interface: Local Area Connection 2. Type: Ethernet. Status: Up
2016-09-04 17:56:37.8525 Debug NetworkManager: Querying interface: Loopback Pseudo-Interface 1. Type: Loopback. Status: Up
2016-09-04 17:56:37.8525 Debug NetworkManager: Querying interface: isatap.{85A9EEDD-B7CC-4CFA-8D97-416690946C86}. Type: Tunnel. Status: Down
2016-09-04 17:56:37.8525 Debug NetworkManager: Querying interface: Local Area Connection* 11. Type: Tunnel. Status: Down
2016-09-04 17:56:37.8785 Info HttpServer: HTTP Response 200 to 192.168.1.199. Time: 48ms. http://192.168.1.140:8096/emby/System/Info/Public?format=json
2016-09-04 17:56:37.8865 Info HttpServer: HTTP GET http://192.168.1.140:8096/emby/System/Info/Public?format=json. UserAgent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2013; Maple2012) AppleWebKit/535.20+ (KHTML, like Gecko) SmartTV Safari/535.20+
2016-09-04 17:56:37.9105 Info HttpServer: HTTP Response 200 to 192.168.1.199. Time: 24ms. http://192.168.1.140:8096/emby/System/Info/Public?format=json
2016-09-04 17:56:37.9295 Info HttpServer: HTTP GET http://192.168.1.140:8096/emby/Users/Public?format=json. UserAgent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2013; Maple2012) AppleWebKit/535.20+ (KHTML, like Gecko) SmartTV Safari/535.20+
2016-09-04 17:56:37.9295 Debug XmlSerializer: Deserializing file C:\Users\Media\AppData\Roaming\MediaBrowser-Server\config\users\f7fa0486ef474424b511875eb3326297\config.xml
2016-09-04 17:56:37.9615 Debug XmlSerializer: Deserializing file C:\Users\Media\AppData\Roaming\MediaBrowser-Server\config\users\Holly\config.xml
2016-09-04 17:56:37.9795 Info HttpServer: HTTP Response 200 to 192.168.1.199. Time: 50ms. http://192.168.1.140:8096/emby/Users/Public?format=json
2016-09-04 17:56:38.0635 Info HttpServer: HTTP GET http://192.168.1.140:8096/emby/Users/f7fa0486ef474424b511875eb3326297/Images/Primary?maxwidth=400&maxheight=400&quality=90. UserAgent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2013; Maple2012) AppleWebKit/535.20+ (KHTML, like Gecko) SmartTV Safari/535.20+
2016-09-04 17:56:38.0745 Info HttpServer: HTTP GET http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Images/Primary?maxwidth=400&maxheight=400&quality=90. UserAgent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2013; Maple2012) AppleWebKit/535.20+ (KHTML, like Gecko) SmartTV Safari/535.20+
2016-09-04 17:56:38.0745 Info HttpServer: HTTP GET http://192.168.1.140:8096/emby/Users/9eac53d92edd448196cd69a41d3cb18f/Images/Primary?maxwidth=400&maxheight=400&quality=90. UserAgent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2013; Maple2012) AppleWebKit/535.20+ (KHTML, like Gecko) SmartTV Safari/535.20+
2016-09-04 17:56:38.0745 Info HttpServer: HTTP GET http://192.168.1.140:8096/emby/Users/f7fa0486ef474424b511875eb3326297/Images/Primary?maxwidth=400&maxheight=400&quality=90. UserAgent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2013; Maple2012) AppleWebKit/535.20+ (KHTML, like Gecko) SmartTV Safari/535.20+
2016-09-04 17:56:38.0745 Info HttpServer: HTTP GET http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Images/Primary?maxwidth=400&maxheight=400&quality=90. UserAgent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2013; Maple2012) AppleWebKit/535.20+ (KHTML, like Gecko) SmartTV Safari/535.20+
2016-09-04 17:56:38.1145 Info HttpServer: HTTP Response 200 to 192.168.1.199. Time: 51ms. http://192.168.1.140:8096/emby/Users/f7fa0486ef474424b511875eb3326297/Images/Primary?maxwidth=400&maxheight=400&quality=90
2016-09-04 17:56:38.1155 Info HttpServer: HTTP Response 200 to 192.168.1.199. Time: 38ms. http://192.168.1.140:8096/emby/Users/f7fa0486ef474424b511875eb3326297/Images/Primary?maxwidth=400&maxheight=400&quality=90
2016-09-04 17:56:38.1155 Info HttpServer: HTTP Response 200 to 192.168.1.199. Time: 40ms. http://192.168.1.140:8096/emby/Users/9eac53d92edd448196cd69a41d3cb18f/Images/Primary?maxwidth=400&maxheight=400&quality=90
2016-09-04 17:56:38.5256 Info HttpServer: HTTP GET http://192.168.1.140:8096/emby/Users/9eac53d92edd448196cd69a41d3cb18f/Images/Primary?maxwidth=400&maxheight=400&quality=90. UserAgent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2013; Maple2012) AppleWebKit/535.20+ (KHTML, like Gecko) SmartTV Safari/535.20+
2016-09-04 17:56:38.5256 Info HttpServer: HTTP Response 200 to 192.168.1.199. Time: 2ms. http://192.168.1.140:8096/emby/Users/9eac53d92edd448196cd69a41d3cb18f/Images/Primary?maxwidth=400&maxheight=400&quality=90
2016-09-04 17:56:38.5386 Info HttpServer: HTTP Response 200 to 192.168.1.199. Time: 464ms. http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Images/Primary?maxwidth=400&maxheight=400&quality=90
2016-09-04 17:56:38.5706 Info HttpServer: HTTP Response 200 to 192.168.1.199. Time: 491ms. http://192.168.1.140:8096/emby/Users/411c4dfee01553087e7c301eb64a3a5f/Images/Primary?maxwidth=400&maxheight=400&quality=90
2016-09-04 17:56:42.5418 Info HttpServer: HTTP POST http://192.168.1.140:8096/emby/Users/AuthenticateByName?format=json. UserAgent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2013; Maple2012) AppleWebKit/535.20+ (KHTML, like Gecko) SmartTV Safari/535.20+
2016-09-04 17:56:42.8058 Info UserManager: Authentication request for Master has succeeded.
2016-09-04 17:56:42.8318 Info SessionManager: Reissuing access token: ea6740f818754498825eb567eba79e47
2016-09-04 17:56:42.8858 Info HttpServer: HTTP Response 200 to 192.168.1.199. Time: 344ms. http://192.168.1.140:8096/emby/Users/AuthenticateByName?format=json
2016-09-04 17:56:42.9868 Info HttpServer: HTTP GET http://192.168.1.140:8096/emby/Users/9eac53d92edd448196cd69a41d3cb18f/Views?format=json&SortBy=SortName&SortOrder=Ascending. UserAgent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2013; Maple2012) AppleWebKit/535.20+ (KHTML, like Gecko) SmartTV Safari/535.20+
2016-09-04 17:56:43.0488 Info HttpServer: HTTP Response 200 to 192.168.1.199. Time: 62ms. http://192.168.1.140:8096/emby/Users/9eac53d92edd448196cd69a41d3cb18f/Views?format=json&SortBy=SortName&SortOrder=Ascending
2016-09-04 17:56:43.0488 Info HttpServer: HTTP GET http://192.168.1.140:8096/emby/Users/9eac53d92edd448196cd69a41d3cb18f/Items?format=json&Limit=0. UserAgent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2013; Maple2012) AppleWebKit/535.20+ (KHTML, like Gecko) SmartTV Safari/535.20+
2016-09-04 17:56:43.2048 Info HttpServer: HTTP Response 200 to 192.168.1.199. Time: 149ms. http://192.168.1.140:8096/emby/Users/9eac53d92edd448196cd69a41d3cb18f/Items?format=json&Limit=0
2016-09-04 17:56:43.2418 Info HttpServer: HTTP GET http://192.168.1.140:8096/emby/Users/9eac53d92edd448196cd69a41d3cb18f/Items?format=json&SortBy=SortName&SortOrder=Ascending&Filters=IsFavorite&fields=SortName&recursive=true. UserAgent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV+2013; Maple2012) AppleWebKit/535.20+ (KHTML, like Gecko) SmartTV Safari/535.20+
2016-09-04 17:56:53.8734 Debug LibraryMonitor: Timer stopped.
 

Thanks.

Link to comment
Share on other sites

gogreenpower

Hi guys,

 

Long time. Totally missed this new push into live tv and channels. I dropped back to version 1.06 after some sluggish performance on my H series and has been very reliable but keen to get back to the HD version.

 

Before I install this version and give it a run, is there a way to have the two versions installed at the same time?

 

Green

Link to comment
Share on other sites

FrostByte

Not sure, you might be able to have one installed and the other side loaded?  I believe my TV would let you create shortcuts to both

  • Like 1
Link to comment
Share on other sites

bertbert72

If you've got a webserver you can use, you should be able to load both apps.  Just create the Widget folder as usual, but edit the widgetlist.xml file to point to both zips of old and new.  For example:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<rsp stat="ok">
<list>
<widget id="EmbyOld">
<title>EmbyOld</title>
<compression size="2089113" type="zip"/>
<description/>
<download>http://192.168.1.111/Widget/EmbyOld.zip</download>
</widget>
<widget id="EmbyNew">
<title>EmbyNew</title>
<compression size="2089113" type="zip"/>
<description/>
<download>http://192.168.1.111/Widget/EmbyNew.zip</download>
</widget>
</list>
</rsp>

I did do something like this a while back when I was trying out different versions so it should work.  However I think they all went on as "Emby" so you'll have to guess which one is which.   :)

  • Like 1
Link to comment
Share on other sites

LLDaLastDon

Nice find, thanks Frosty. It won't help @@LLDaLastDon though. To force transcoding set the bitrate to it's lowest value.

I figured out how to get it to play. It wasnt the video. It was the audio. Its aac but I had to go to the settings and switch "Enable AAC transcoding to Dolby" and "Enable Dolby Digital Playback" to true. What is weird is it appears that my tv (un75hu8550) states that it supports AAC.

 

Sent from my SAMSUNG-SM-N910A using Tapatalk

Link to comment
Share on other sites

FrostByte

I think all you did was force it to transcode another way vs using the bitrate setting.  AAC should be fine with your TV, there are a lot of others who have the same TV

Link to comment
Share on other sites

bengel1087

Hi 

I want to come over from Plex to emby  but there is one problem that is holding me Back at this Moment.

I Use Emby on Synology DS713+  so not much CPU and RAM Power 

And my TV is a UE55F6510

 

So my Problem is every File with DTS Sound Plays only with Transcoding Audio  the Same File with Plex Direct Play

 

how do i get it to direct play with emby ?

 

I Use the Beta 2.2.0h

 

 

 

and For Example one Media File Info

 

Medieninformation
VideoCodecH264
AVCYes
ProfilHigh
Level41
Auflösung1280x544
Seitenverhältnis2.35:1
AnamorphNo
InterlacedNo
Framerate23.97602
Bitrate7278 kbps
Bit-Tiefe8 bit
Pixelformatyuv420p
Ref Frames1
NAL4
AudioSpracheger
CodecDTS
ProfilDTS
Darstellung5.1
Kanäle6 ch
Bitrate768 kbps
Sample-Rate48000 Hz
VoreinstellungYes
TitleSurround 5.1
UntertitelSpracheger
CodecHDMV_PGS_SUBTITLE
VoreinstellungYes
ErzwungenNo
ExternNo
TitleForced
UntertitelSpracheger
CodecHDMV_PGS_SUBTITLE
VoreinstellungNo
ErzwungenNo
ExternNo
TitleFull
Containermkv
Pfad/volume1/Filme/Fast & Furious 6 (2013)/Fast & Furious 6 (2013).mkv
Link to comment
Share on other sites

FrostByte

 

Hi 

I want to come over from Plex to emby  but there is one problem that is holding me Back at this Moment.

I Use Emby on Synology DS713+  so not much CPU and RAM Power 

And my TV is a UE55F6510

 

So my Problem is every File with DTS Sound Plays only with Transcoding Audio  the Same File with Plex Direct Play

 

how do i get it to direct play with emby ?

 

 

You will have to go into the settings and turn on DTS because it's off by default (you may want to change some of the other settings also while you're in there)

 

1.  Settings

2. TV Settings

3. change DTS playback  to True

  • Like 2
Link to comment
Share on other sites

bengel1087

You will have to go into the settings and turn on DTS because it's off by default (you may want to change some of the other settings also while you're in there)

 

1.  Settings

2. TV Settings

3. change DTS playback  to True

 

Sorry forgot to say

I did that already :-D

 

Still Audio Transcoding

Link to comment
Share on other sites

FrostByte

can you post a pic of the log file from the app?  There should be a section where it checks the audio, video, subtitles, etc for compatibility

Edited by FrostByte
Link to comment
Share on other sites

LLDaLastDon

I think all you did was force it to transcode another way vs using the bitrate setting. AAC should be fine with your TV, there are a lot of others who have the same TV

Interesting... it seems that the issue may be the audio because the video seems to play OK. I'm wondering if it's something to do with the AAC in combination with the hevc format. it starts working when I change that setting to transcode to Dolby. It also works when I'm using any other format in combination with AAC

 

Sent from my SAMSUNG-SM-N910A using Tapatalk

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...