Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Hi vdatanet The "spotlight" on the home page images are cut off on the top on my screen . was not sure if this is an issue on my end since no one else reported it.
  3. What client are you playing with? Paul
  4. As far as I know, the background of Emby will be chosen from the Screensaver set in Apple TV. I like to use the Snoopy one, but this will turn the background in Emby to brown, which I don't like. Could we get regular themes to choose from within the app itself? The same ones you can choose on the Android app like Dark, Light, Blue Radiance or even the Apple TV Theme. Any possibility of this?
  5. Today
  6. SamES

    Can't scroll down in Collections

    It's on my list
  7. MarvinB

    Ear Wax Is Now Live

    I sent you a message.. Also, please tell me your location.. England, United States East Coast.. Thank you
  8. yocker

    Sony smart tv

    That is against the Emby TOS so nobody can or will help you with that, sorry.
  9. RedNo7

    Can I start playback on remote users device?

    sorry, the weather postponed my visit. I will reply here when I try it - should be in the next few days though.
  10. IboFafe

    Fairphoen5 emby app overheating phone

    Seems the issue was the emby server, i updated it to the latest version and doesnt heat up anymore.
  11. I attach the file that causes the problem. If I rename it to xxx.ell.srt the playback hangs. If I leave it as xxx.gre.srt the playback starts fine I also attach a screenshot of files related info Novak Djokovic - The Wolf in Winter (2026) 1080p AC3.gre.srt
  12. Swaf

    Ear Wax Is Now Live

    Sadly wife and kid use it too so i can’t :[
  13. Neminem

    Sony smart tv

    Your options are (1) install a server. Quick Start (2) ask a friend who runs a server to let you use theirs. (3) access an illegal server ( Paid service ) (no further instructions here). If someone else's have a talk with them. Emby does not host your server and do not supply media files.
  14. RanmaCanada

    The upgrade time has come

    it's a little overkill. If you want to save money, just do what I did and grab a laptop off eBay with a smashed screen. 12th gen or higher is all that's really needed. I have mine being fed by a 24 bay UNRAID server.
  15. mbrundridge

    Ear Wax Is Now Live

    I got it configured and it reported it found the user and media library. But when I ask alexa to have ear wax play some music, as soon as it trys to hand off it reports "Sorry I had trouble finding music in your library". Don't know if this is a Wmby config issue or what. I used to use the Plex service till it was disabled. Then switched to Emby and trying to get it to play my music on Alexa devices.
  16. Sample attached, 50 MB. It's synthetic — no copyrighted frames — but it's an arithmetic twin of the episode from my first post: declared duration 1326.336 s (RunTimeTicks 13263360000) last video frame 1325.324 s -> the video track is 1325.365 s long last audio packet 1326.304 s (AC-3, 32 ms frames) h264 1080p 23.976 + AC-3 192k stereo, no subtitle tracks, keyframe every 2 s So the segment list should come out identical to the one in the thread: ceil(1326.336 / 6) = 222 segments, 0..221, 1332.000 s promised for 1326.336 declared. 220 starts at 1320.000 and is real media; 221 starts at 1326.000, which is after the last video frame. Segmenting it at 6 s should stop SegmentComplete at Index=220 with End=1325.365 — the same line as the log I posted. To reach the 220 case: play to the end and let 221 fail, so the player steps back to 220; or, equivalently, open a fresh session and ask for 220 on its own. It's the jumped request that returns 500, not the segment. I ran it against 4.10.0.29 in a clean container before sending, with Emby Web on Safari: seek to 35 seconds from the end and let it play out. It ends in the same place my first post did — frozen on the last frame, session still open: 05:55:22.209 GET .../hls1/main/220.ts -> 200 (2 ms) 05:55:22.215 GET .../hls1/main/221.ts 05:55:22.216 Starting transcoding because currentTranscodingIndex=null 05:55:22.220 ProcessRun 'StreamTranscode 06922e' ... -ss 00:22:06.000 -noaccurate_seek ... SegmentComplete=video:0 Index=221 ... Frames=32 filename=D7DD1C_221.ts FfRunException: Error starting ffmpeg 05:55:22.276 Response 500. Time: 60ms 05:56:22.222 PlaySession has gone idle while playing. Position: 1325390 ms. IsPaused: False Same -ss 00:22:06.000 as the production log in my first post, and again the segment is written and announced before the 500 comes back. Two things worth knowing before you spend time on it. With fMP4 segments the same file doesn't 500 at 221 — the request just never returns (45 s, until the client gives up), which is the hang I reported on the .29 beta. And requesting segments out of the blue with a script does not reproduce either symptom: jumped on their own, 220 and 221 both answer 200. It needs a player actually arriving there. Built with ffmpeg, if you'd rather make your own: ffmpeg -f lavfi -i "testsrc=size=1920x1080:rate=24000/1001" -frames:v 31777 \ -c:v libx264 -preset veryfast -crf 30 -pix_fmt yuv420p -profile:v high \ -force_key_frames "expr:gte(t,n_forced*2)" video.mkv ffmpeg -f lavfi -i "sine=frequency=440:sample_rate=48000" -ac 2 -t 1326.336 \ -c:a ac3 -b:a 192k audio.mka ffmpeg -i video.mkv -i audio.mka -map 0:v:0 -map 1:a:0 -c copy sample.mkv Cua HLS - mostra sintetica 22 min (2026).mkv
  17. TontonJePy

    Comment installer tivimax dans emby

    Webstream me met le message "Unable to détermine the type of source list"
  18. Yes, the file is UTF-8 text, with CRLF line terminators. The problem does not appear in the web app or in the ios app.
  19. As far as I’m concerned And what does that mean? Making yet another empty promise that you won’t keep? You promised me that SMB thing years ago, but you never actually did it.
  20. Did you try following the steps in the OP?
  21. For example I am watching the Apothecary Dairies right now, but I've had this in a lot of other anime. When lots of subtitles are being displayed on screen, or say a Karoke'd opening like it has, it will noticeably drop frames to become almost a slide show, but the episode will play fine. If I burn in / transcode the subtitles it seems to be fine, but that's quite annoying to need to do.
  22. How do I disable this on NVIDIA Shield? It is creating constant headaches, requiring me to restart the entire device.
  23. Hi, it's checked at authentication time. Are you behind a vpn by any chance?
  24. crashkelly

    The upgrade time has come

    Good day all, Well unfortunately one of the machines in my rack has decided it is time to finally R.I.P.. I had two machines, one dedicated for Emby and one dedicated for media "organization", it is the later that died after about 15 years of use. Although it does suck, it does present the opportunity to build a newer, still dedicated, Emby server and take advantage of tech upgrades over the past 6ish years, the age of my current Emby server, and move the current Emby hardware into the "organization" role. Although likely overkill, I have specced out the following: Intel Core i5-14600K - Core i5 14th Gen 14-Core (6P+8E) LGA 1700 125W Intel UHD Graphics 770 Processor ASUS B760M-AYW WIFI D4 II LGA 1700 Intel B760 Micro ATX Motherboard G.SKILL Ripjaws V Series 32GB (2 x 16GB) 288-Pin PC RAM DDR4 3600 (PC4 28800) Desktop Memory Model F4-3600C18D-32GVK Team Group T-FORCE G50 M.2 2280 512GB PCIe 4.0 x4 with NVMe 1.4 TLC Internal Solid State Drive (SSD) TM8FFE512G0C129 For OS and software Wanting to do a sanity check to make sure I am not missing anything obvious. System will be/is feed media from a 45-bay Supermicro storage JBOD and has multiple, say 10, external users as well as 2 internal users. Emby is currently running on Win11 Pro and will be again after the upgrade. Anyway, thanks for any input Cheers
  25. Emby Releases

    Changelog: Emby for iOS

    2.2.57 Fix a sporadic cause of video playback crashes Improved download and offline sync reliability Fixed a possible black screen when resuming the app from the background Improve video playback error handling Core UI Changes from 0.0.1 to 26.0.17 Fix add to collection option missing for artists and albums Fix focus regressions with view transitions Improve loading dialog Improve loading dialog Improve detail screen transitions Add context menu button for collections to view missing items (requires Emby Server 4.10.0.24+) Improve loading dialog Improve detail screen transitions Improve loading dialog Move user icon to top left in tv display mode Fix positioning of video OSD brightness slider Show live tv guide filters in tv display mode Fix alignment of live tv guide time indicator Support swipe left and right gestures on now playing bar to advance tracks Fixes related to position of center play/pause buttons in mobile layouts Fix display of recording start time when pre-padding is applied Fix missing episodes dialog filters not working Fix tv season screen not showing episode overviews Update bottom tab and now playing bar design Improve spotlight display Various bug fixes for youtube player Add cancellation support to directory picker Fix multi-select episodes not showing delete option on some screens Fix on now video tab not loading Update header style during video playback Improve new folder view style Update header style during video playback Fix new folder view style on apple devices Improve folder icon in folder views Various fixes related to submitted crash and error reports Support cancellation of initial connection process Add new spotlight home screen section option (requires Emby Server 4.10+)
  26. Emby Releases

    New Emby for iOS 2.2.57 Released

    Emby for iOS 2.2.57 Released Changes 2.2.57 Fix a sporadic cause of video playback crashes Improved download and offline sync reliability Fixed a possible black screen when resuming the app from the background Improve video playback error handling Core UI Changes from 0.0.1 to 26.0.17 Fix add to collection option missing for artists and albums Fix focus regressions with view transitions Improve loading dialog Improve loading dialog Improve detail screen transitions Add context menu button for collections to view missing items (requires Emby Server 4.10.0.24+) Improve loading dialog Improve detail screen transitions Improve loading dialog Move user icon to top left in tv display mode Fix positioning of video OSD brightness slider Show live tv guide filters in tv display mode Fix alignment of live tv guide time indicator Support swipe left and right gestures on now playing bar to advance tracks Fixes related to position of center play/pause buttons in mobile layouts Fix display of recording start time when pre-padding is applied Fix missing episodes dialog filters not working Fix tv season screen not showing episode overviews Update bottom tab and now playing bar design Improve spotlight display Various bug fixes for youtube player Add cancellation support to directory picker Fix multi-select episodes not showing delete option on some screens Fix on now video tab not loading Update header style during video playback Improve new folder view style Update header style during video playback Fix new folder view style on apple devices Improve folder icon in folder views Various fixes related to submitted crash and error reports Support cancellation of initial connection process Add new spotlight home screen section option (requires Emby Server 4.10+)
  1. Load more activity
×
×
  • Create New...