AJAYS 0 Posted April 7, 2019 Posted April 7, 2019 Playback stops at random points with just a black screen... It appears it’s when playing x265 mkv files. Have been able to play videos on VLC without any issues. I’ve attached server log
AJAYS 0 Posted April 7, 2019 Author Posted April 7, 2019 Playback stops at random points with just a black screen... It appears it’s when playing x265 mkv files. Im using Emby Theater Have been able to play videos on VLC without any issues. I’ve attached server log
Luke 38498 Posted April 7, 2019 Posted April 7, 2019 Hi there, did you forget to attach the emby server log? thanks !
Riggs 302 Posted April 8, 2019 Posted April 8, 2019 Playback stops at random points with just a black screen... It appears it’s when playing x265 mkv files. Have been able to play videos on VLC without any issues. I’ve attached server log Are you using Nvidia Shield to playback?
AJAYS 0 Posted April 9, 2019 Author Posted April 9, 2019 Are you using Nvidia Shield to playback? No, don’t believe so - not using NVidia Shield
Luke 38498 Posted April 9, 2019 Posted April 9, 2019 What video settings have you configured in the Emby Theater app?
Aerowinder 1 Posted April 9, 2019 Posted April 9, 2019 (edited) This is happening to me, too. It seems to be only on x265 video. It happens every time I attempt to play x265 video (plays fine up until the point it stops - whole thing plays fine in VLC). I was using the stable 4.0.2.0, and had this issue. Updated to the 4.1 betas, issue persists, across several days and reboots. This always happens with 2-3 minutes left in the video. This issue started some time after I upgraded to 4.0 (I honestly didn't use it much personally until then, so cannot say exactly which version). I did think to disable throttling as was suggested in another thread - didn't help. I'm running Emby behind an NGINX reverse proxy using SSL. Happens to me on Firefox, as well as a friend of mine on Chrome. I attempted to watch the entire episode, it of course stopped playback. That's folder #1. I attempted to restart playback, and scrubbed about to the spot where it stopped the first time. I got it within seconds. It got to the same spot and did the same thing, that's folder #2. I've attached my logs in their entirety, except I've masked my domain. Hopefully they help. logs.zip Edited April 9, 2019 by Aerowinder
pwhodges 1713 Posted April 10, 2019 Posted April 10, 2019 This is happening to me, too. It seems to be only on x265 video. It happens every time I attempt to play x265 video (plays fine up until the point it stops - whole thing plays fine in VLC). I was using the stable 4.0.2.0, and had this issue. Updated to the 4.1 betas, issue persists, across several days and reboots. This always happens with 2-3 minutes left in the video. I have reported this issue in the beta forum, a week or two ago (I have no logs for it today, but I provided them at the time). The detail of stopping a couple of minutes before the end of the video particularly strikes me as being characteristic of my hangs too.
AJAYS 0 Posted April 10, 2019 Author Posted April 10, 2019 What video settings have you configured in the Emby Theater app?Do you mean under Transcoding?Enable hardware acceleration when available = yes Transcoding thread count = auto Enable throttling-ticked If Video Quality.... Home network quality =auto Chrome cast streaming =auto
AJAYS 0 Posted April 10, 2019 Author Posted April 10, 2019 What video settings have you configured in the Emby Theater app? Please note - this only started happening following an update earlier this year.... January if I remember correctly!
parasven 2 Posted April 10, 2019 Posted April 10, 2019 (edited) I started experiencing this behaviour too. I think it started a couple of beta updates back. I dont think this is a particular problem with x265. I was just listening to music in FLAC format and it stopped several times during playback. As player i used FireFox. But i have had this strange pausing happen to me while using EmbyTheater too when i watched an series episode in x264 format. At first i thought i was a problem with EmbyTheater 3.0.6 since i recently had updated to that version from 3.0.5 but that doest seem like the problem. I will post more details of my setup later im am using emby on Linux(debian) + nginx reverseproxy infront of it. Im running emby-server 4.1.0.22 nginx config: upstream emby_backend { server 192.168.100.241:8920; keepalive 100; } server { listen 80; server_name <DOMAIN>; ## Redirect to https return 301 https://$host$request_uri; access_log /var/log/nginx/stream.access.log; error_log /var/log/nginx/stream.error.log; } server { ## Enable http2 listen 9443 ssl http2; server_name <DOMAIN>; ## Import ssl setting include /etc/nginx/custom_conf.d/SSL_Settings_SSL-Labs_A-Plus.conf; ## Loading the correct Certs ssl_certificate /etc/letsencrypt/live/<DOMAIN>-0001/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/<DOMAIN>-0001/privkey.pem; ssl_dhparam /etc/nginx/ssl/dhparams.pem; location / { add_header X-Frame-Options DENY; # Do not permit Content-Type sniffing. add_header X-Content-Type-Options nosniff; proxy_pass https://emby_backend; proxy_set_header Host $http_host; proxy_set_header Range $http_range; proxy_set_header If-Range $http_if_range; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_ssl_verify off; proxy_redirect off; ## Websockets proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_buffering off; } access_log /var/log/nginx/stream-9443.access.log; error_log /var/log/nginx/stream-9443.error.log; } Edited April 10, 2019 by parasven
mckay 0 Posted April 12, 2019 Posted April 12, 2019 (edited) I have the same problem.. watching a 25min episode..aprox 20mins okay and then it stopps with blackscreen -.- when i try to start again from min 20 sometimes it works sometimes not and i have to watch the end with vlc -.-Same happens with 45min series or 2 hour movies, not everytime but often the last minutes i have to watch with vlc..Using Version 4.1.0.23 beta local on my pc. and it happen alot with remote play, remote play dont work for me, it stopps every few minutes then, but i think remote is a different problem.. but im a noob, so dont give a ..what i think.. it could be the same problem LOG.txt Edited April 12, 2019 by mckay
AJAYS 0 Posted April 17, 2019 Author Posted April 17, 2019 What video settings have you configured in the Emby Theater app? Hi Luke, I've attached logs earlier in this topic.... any chance of having a look... understand your probably busy.... its just that ive stopped using emby which is not desirable! Any help is muchly appreciated - even if its just to let me know i'm not forgotten!
Luke 38498 Posted April 18, 2019 Posted April 18, 2019 I have the same problem.. watching a 25min episode..aprox 20mins okay and then it stopps with blackscreen -.- when i try to start again from min 20 sometimes it works sometimes not and i have to watch the end with vlc -.- Same happens with 45min series or 2 hour movies, not everytime but often the last minutes i have to watch with vlc.. Using Version 4.1.0.23 beta local on my pc. and it happen alot with remote play, remote play dont work for me, it stopps every few minutes then, but i think remote is a different problem.. but im a noob, so dont give a ..what i think.. it could be the same problem @@mckay, was there an ffmpeg log? can you please attach that too? thanks.
Luke 38498 Posted April 18, 2019 Posted April 18, 2019 Hi Luke, I've attached logs earlier in this topic.... any chance of having a look... understand your probably busy.... its just that ive stopped using emby which is not desirable! Any help is muchly appreciated - even if its just to let me know i'm not forgotten! I don't see anything obvious here. Can you please try the new 4.1 release and then attach a new log file if the issue remains? thanks.
Aerowinder 1 Posted April 18, 2019 Posted April 18, 2019 @@mckay, was there an ffmpeg log? can you please attach that too? thanks. I attached them in my zip file if that helps you.
Luke 38498 Posted April 19, 2019 Posted April 19, 2019 I attached them in my zip file if that helps you. I would suggest lowering the in app quality setting. Please see if that helps. Thanks.
parasven 2 Posted April 20, 2019 Posted April 20, 2019 (edited) At least for me this problem seems to be isolated to the use of Emby Theater and Firefox webclient. Emby Theater 3.0.6 -> Direct Stream (mkv) = Playback sometines stops Firefox -> Direct Stream (flac) = Playback always stops at certain point Android TV App -> Direct Stream (mkv) = Flawless Playback FireTV App -> Remuxing (mkv) = Flawless Playback For the test i have used Firefox Portable to eliminate any odd Settings. I have also tried Chrome Portable 73.0.3683.103 which, at least for the flac file, did not stop playback like firefox does. When i checked the Emby serverbackend during a playback "freeze" i could see that it was still showing as playing and the seconds would still count up as it would normally do. But the Playback in the Browser hang at 1:17 Also when i looked at the webserverlogs it seemd like the playback continues as normal but nothing is happens in the player. Do the Clients Emby Theater and the Webclient share anything in common ? Im currently running Emby Server 4.1.0.26 Edited April 20, 2019 by parasven
Luke 38498 Posted April 20, 2019 Posted April 20, 2019 Please attach the information requested in how to report a media playback issue: https://emby.media/community/index.php?/topic/739-how-to-report-a-problem/ Thanks.
cptlores 23 Posted April 22, 2019 Posted April 22, 2019 I can confirm the same problem. Just had a user complaining about playback stopping with a black screen on the web client. I have no h265 video in my system, all is h264.
Luke 38498 Posted April 22, 2019 Posted April 22, 2019 I can confirm the same problem. Just had a user complaining about playback stopping with a black screen on the web client. I have no h265 video in my system, all is h264. Hi there @@cptlores Please attach the information requested in how to report a media playback issue: https://emby.media/community/index.php?/topic/739-how-to-report-a-problem/ Thanks.
miyamoto 11 Posted April 23, 2019 Posted April 23, 2019 (edited) I am having the same issue, 5 or so mins before the end of an episode it just stops. Only seems to be happening when using the browser (chrome) too. embyserver.txt Edited April 23, 2019 by miyamoto
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now