Search the Community
Showing results for tags 'ubuntu18'.
-
Hi, All the video freezes every 30-40 seconds for a couple of seconds and then continue. I got 50mbps connection. Tried even the lowest quality, also tried on both my LG Smart TV (65SM9010PLA) and my Laptop, all the same. Emby server is installed on a remote Ubuntu 18 server with 1 cpu and 2GB of ram. I checked the resource usage, it does not even pass 10%. Server is fast enough, download/upload up to 700mbps with no issue. My ping to the server: C:\Users\me>ping xxx.xxx.145.229 -t Pinging xxx.xxx.145.229 with 32 bytes of data: Reply from xxx.xxx.145.229: bytes=32 time=78ms TTL=49 Reply from xxx.xxx.145.229: bytes=32 time=76ms TTL=49 Reply from xxx.xxx.145.229: bytes=32 time=75ms TTL=49 Reply from xxx.xxx.145.229: bytes=32 time=75ms TTL=49 Reply from xxx.xxx.145.229: bytes=32 time=75ms TTL=49 Reply from xxx.xxx.145.229: bytes=32 time=75ms TTL=49 Reply from xxx.xxx.145.229: bytes=32 time=76ms TTL=49 Reply from xxx.xxx.145.229: bytes=32 time=75ms TTL=49 Reply from xxx.xxx.145.229: bytes=32 time=75ms TTL=49 Reply from xxx.xxx.145.229: bytes=32 time=76ms TTL=49 Reply from xxx.xxx.145.229: bytes=32 time=75ms TTL=49 Reply from xxx.xxx.145.229: bytes=32 time=75ms TTL=49 Reply from xxx.xxx.145.229: bytes=32 time=76ms TTL=49 Reply from xxx.xxx.145.229: bytes=32 time=77ms TTL=49 Ping statistics for xxx.xxx.145.229: Packets: Sent = 14, Received = 14, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 75ms, Maximum = 78ms, Average = 75ms With transcoding enabled, I see "Media bitrate exceeds limit." error. Maybe related to the case: https://puu.sh/FBs8v/a1dd03bc3d.png Without transcoding, it was the same, freezing and freezing. https://puu.sh/FBrNs/356db1b923.png Emby server log: https://paste2.org/YtW4OwbH ffmpeg log: https://paste2.org/nekZXVs4
-
Hi All, Firstly, thank you for any help you are able to provide. I've been trying to get this working for 4 days and it's driving me crazy. I'm new to Linux so please bear with me. I have a AWS instance running Ubuntu 18 and a virtual Google Drive mounted to /gdrive using rclone which works fine. I can navigate through the files in the /gdrive folder using the Linux terminal as expected, great. The issue I'm facing is when I navigate to http://localhost:8096 and chose the "Add media library" option, it cannot see the folder /gdrive. If I then un-mount my google drive from the gdrive folder, emby library can now see the folder and adds it to the library. So in a nutshell, emby can't see the folder /gdrive when rclone is mounted inside it. I have used the following commands to ensure the folder is readable by everyone, and changed to owner to the emby user, but still no luck. chown -R emby:emby /gdrive chown emby /gdrive chmod 777 /gdrive ls -la shows the following drwxrwxrwx 2 emby emby 4096 Dec 6 15:42 gdrive. It must be a permission issue, but I can't think what it could be. If anyone could help, I would be so grateful. Thanks, Kelvin
- 11 replies