Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. speechles

    problem with transcoding or transmission

    The output steam 1:1 is the subtitles. 8.464MB buffer. There are 3 subtitles muxing into this space from your log. If each takes up the maximum it would equal 12 which exceeds the buffer. Not sure if that is what this means the buffer size is for all the subtitles combined or just the 1. But the issue comes down to the subtitles sidedata being too large. If you remove some of those subtitles that will never get used it might make it easier to play that item. ffmpeg allows the flag -max_muxing_queue_size to change the queue size larger. But that is at the cost of memory leaking. The main reason that error comes up is to prevent memory leaks so ffmpeg crashes rather than continue out of bounds. This is happening for a reason. Maybe @softworkzknows best?
  3. You mean this?
  4. Luke

    Same recording keeps popping up

    We already have the option to not record episodes that are already in the library.
  5. justinrh

    Android TV doesn't like DVDSUB subtitles?

    FFmpeg log says "TranscodeReasons=SubtitleCodecNotSupported". What about the issue?
  6. Luke

    Same recording keeps popping up

    Hi, not yet sorry.
  7. Hi, what is your question?
  8. Hi, please attach the complete Emby server log without cutting it from any specific moment. Thanks.
  9. Hi, what did the stats feature list as the transcoding reason?
  10. How have you configured your Emby user audio settings?
  11. Your Caddyfile is fine — that two-liner is really all Emby needs, so the problem is almost certainly setup, not config. A few things to check, roughly in order of likelihood: 1. This line in your logs is the biggest clue: ▎ server is listening only on the HTTPS port but has no TLS connection policies With a plain yourdomain.tld { ... } site block you shouldn't see that warning at all — it means Caddy isn't actually serving TLS for your hostname. If you're using an env placeholder like {$DOMAIN} in your Caddyfile, check that it's actually set inside the container (docker exec caddy env), or just hardcode the domain and restart Caddy. Could also be a stray typo in the site address. Maybe post your Caddyfile with the real structure (redact the domain itself), that would help. 2. How are you testing? If you're opening the domain from inside your own LAN, many routers fail at this (no NAT loopback / hairpin NAT). Try from your phone on mobile data — if it works there, that's your answer. For local access you'd then add a DNS override on your router or Pi-hole pointing the domain at the Pi's LAN IP. 3. Is port 80 forwarded too? Cert issuance can succeed over 443 alone, but if you type the domain without https://, the browser hits port 80 first — no forward there means a timeout that looks like "nothing works". 4. Do you have a real public IP? Compare the WAN IP your router shows with what whatismyip tells you. If they differ you're behind CGNAT and no port forwarding will ever work — you'd need a tunnel (Cloudflare Tunnel, Tailscale etc.) or ask your ISP for a public IP. 5. Docker port mapping: make sure your compose publishes 80:80 and 443:443 (plus 443:443/udp if you want HTTP/3). If none of that helps: what exactly happens when you try — timeout, connection refused, a Caddy error page, or an Emby error? And what does curl -v https://yourdomain from outside show? That narrows it down quickly.
  12. So, as we all know, there are multiple ways to initiate downloads. There's the "down arrow" download option that immediately initiates downloads. We've tried that one, to no success. There is also the option of "download to..." where you can decide what device you want to download to, what bitrate you want it to download as, if you want to automatically download new material that is added, and for videos you get the option to ignore episodes already watched. We've tried that way as well. I have initiated the download to my device, I have initiated the download to my daughter's device. I have adjusted the bitrate down and up, I have toggled the option to automatically download new content. No of these options has worked. The next way you can download is if you initiate it from the server itself onto the external device. We have tried that method as well, with no success. Attached is a screenshot from how we try to download from the server itself, using the "download to..." option.
  13. tattler

    Which app to use for Google TV?

    Hmm I found something peculiar in the Emby server log: /app/emby/bin/ffmpeg -loglevel +timing -y -print_graphs_file "/config/logs/ffmpeg-remux-06a47e9b-6f71-4de6-9ae5-e81904c920ab_1graph.txt" -copyts -start_at_zero -f matroska,webm -ss 01:13:00.000 -noaccurate_seek -c:v:0 h264 -noautorotate -i "/data/media/movies/X-Men Days of Future Past (2014)/X-Men Days of Future Past (2014) [imdb-tt1877832][Remux-1080p][DTS-HD MA 7.1].mkv" -map 0:0 -map 0:1 -sn -c:v:0 copy -bsf:v:0 h264_mp4toannexb -c:a:0 eac3 -ab:a:0 384000 -ac:a:0 6 -metadata:s:a:0 language=eng -disposition:a:0 default -max_delay 5000000 -avoid_negative_ts disabled -f segment -map_metadata -1 -map_chapters -1 -segment_format mpegts -segment_list "/transcode/transcoding-temp/61D6A6/61D6A6.m3u8" -segment_list_type m3u8 -segment_time 00:00:06.000 -segment_time_delta -01:13:00.000 -segment_start_number 730 -break_non_keyframes 1 -individual_header_trailer 0 -write_header_trailer 0 -segment_write_temp 1 "/transcode/transcoding-temp/61D6A6/61D6A6_%d.ts" This is the ATV app playing the movie. It seems that the Emby server is remuxing the audio, just like the universal android version. Could there be somehow a technical naming error in the UI in ATV? It shows direct-play for audio but in fact it is remuxing it. I am really confused now
  14. I’m using a Vortex TV with VIDAA operating system, i cant find any Emby app. suitable for my Tv either on their app. store or on Emby website, and using the internet browser doesn’t allow me to scroll horizontally on my Tv, also using the Tv Mode from Emby online app. has similar issues and it hides the side menu .
  15. Hmm. ATV is running on a Shield with 5.1 output. I guess my PC for web app has stereo. I don't see any pertinent audio settings in either app. This is a strange one because the 5.1 track normally is set by default. If I change the track in one app, will other apps inherit that change? Or does each app keep its own title settings?
  16. Yes...
  17. But does normal playback on an Android phone consume Premiere?
  18. I ripped a DVD then encoded to HEVC in MP4 wrapper and included the subtitles. ATV (on my Shield) won't display the subtitles during play. Web app and std Android app does. When I do the same with recorded TV ATV will display the subtitles. Are subtitles from a DVD not working a known issue with ATV? I assume the reason Emby had to transcode is only because of the subtitles? Never would have I thought but I don't know much about subtitles. embyserver.txtffmpeg-transcode-73ee1824-23f8-44a4-b711-d92040c03d1b_1.txt
  19. Hi. Each app will select the best audio for its environment - based on your settings. What are your audio default settings?
  20. Yes, they do. Please see: Emby Premiere Feature Matrix
  21. ebr

    problem with transcoding or transmission

    Hi. Is it possible your transcoding temp location is running out of space? 12:16:28.750 Too many packets buffered for output stream 1:1. 12:16:28.827 Conversion failed! 12:16:28.827 EXIT
  22. Exactly how are you executing the download? Can you show us the options you selected?
  23. Today
  24. Abobader

    OpenSubtitle plugin problem

    Hello Dragao75, ** This is an auto reply ** Please wait for someone from staff support or our members to reply to you. It's recommended to provide more info, as it explain in this thread: Thank you. Emby Team
  25. Dragao75

    OpenSubtitle plugin problem

    Hi, Don't know if this topic is in the right place. feel free to move it. I have v4.9.5.0 installed and I have configured opensubtitle plugin but after a while I am unable to download subtitles. it gives me an error:" {"message":"invalid token","uk":"app_102497_212.204.128.214","uid":2,"ts":1785603607} I can get it back to work by reentering my password.. Maybe a simple solution is at hand ? thanks!
  26. yocker

    Plugin: EmbyIcons release.

    Never really thought about multi video files, i will look into adding support for that in the next version.
  27. web app and Android TV
  1. Load more activity
×
×
  • Create New...