Streaming 4k videos from ubuntu server via DLNA
I am running an ubuntu server in my LAN. Streaming videos and music was done with mediatomb but it looks like the server denied sending UHD videos. I also tried MiniDLNA but ended up with the same problem.
As testing devices I used an LG 55UF6809 and an older Panasonic TV, which has no UHD capabilities but was still unable to play the video. That made me think the issue is probably with the Server and not with the TVs. UHD content from Netflix plays fine.
The server is an HP ProLiant MicroServer Gen7. The network is definitely fast enough to stream content. The files are stored on a WD Red, if that matters. Playing the files on a PC over Samba or NFS share works well too.
Any ideas on how to stream UHD videos within my network?
ubuntu video streaming tv dlna
add a comment |
I am running an ubuntu server in my LAN. Streaming videos and music was done with mediatomb but it looks like the server denied sending UHD videos. I also tried MiniDLNA but ended up with the same problem.
As testing devices I used an LG 55UF6809 and an older Panasonic TV, which has no UHD capabilities but was still unable to play the video. That made me think the issue is probably with the Server and not with the TVs. UHD content from Netflix plays fine.
The server is an HP ProLiant MicroServer Gen7. The network is definitely fast enough to stream content. The files are stored on a WD Red, if that matters. Playing the files on a PC over Samba or NFS share works well too.
Any ideas on how to stream UHD videos within my network?
ubuntu video streaming tv dlna
add a comment |
I am running an ubuntu server in my LAN. Streaming videos and music was done with mediatomb but it looks like the server denied sending UHD videos. I also tried MiniDLNA but ended up with the same problem.
As testing devices I used an LG 55UF6809 and an older Panasonic TV, which has no UHD capabilities but was still unable to play the video. That made me think the issue is probably with the Server and not with the TVs. UHD content from Netflix plays fine.
The server is an HP ProLiant MicroServer Gen7. The network is definitely fast enough to stream content. The files are stored on a WD Red, if that matters. Playing the files on a PC over Samba or NFS share works well too.
Any ideas on how to stream UHD videos within my network?
ubuntu video streaming tv dlna
I am running an ubuntu server in my LAN. Streaming videos and music was done with mediatomb but it looks like the server denied sending UHD videos. I also tried MiniDLNA but ended up with the same problem.
As testing devices I used an LG 55UF6809 and an older Panasonic TV, which has no UHD capabilities but was still unable to play the video. That made me think the issue is probably with the Server and not with the TVs. UHD content from Netflix plays fine.
The server is an HP ProLiant MicroServer Gen7. The network is definitely fast enough to stream content. The files are stored on a WD Red, if that matters. Playing the files on a PC over Samba or NFS share works well too.
Any ideas on how to stream UHD videos within my network?
ubuntu video streaming tv dlna
ubuntu video streaming tv dlna
asked May 29 '16 at 22:56
byf-ferdybyf-ferdy
1064
1064
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Plex is a media streaming application with a free media server that can function as a DLNA server and supports 4k. It runs on Linux (as well as Windows, OSX, and NAS devices).
Here's a guide for setting up DLNA with Plex.
Plex has really high cpu and memory usage. I tried it before but it ran really slow. Are the mediatomb and minidlna both unable do stream 4k? I would like to stick with a lightweight server because I don't need all of the functionality of Plex. Obviously if there is no other option I'll try this again :)
– byf-ferdy
May 30 '16 at 8:32
Unfortunately I don't know the other two you mention so I can only expand a bit on Plex. How did it run really slow? Was it through DLNA? I totally understand you want something lightweight, but for me personally the ease of using/installing Plex was just more important.
– Mikael Kjær
May 30 '16 at 8:38
The server was running on 60% CPU on idle. Streaming files was lagging. I am pretty sure it was because of transcoding. Is it possible to disable transcoding in Plex? I'll give it another go tonight and let you know
– byf-ferdy
May 30 '16 at 11:11
Yes, you can enable direct play, but I'm not sure if it works with DLNA as I've never tried that.
– Mikael Kjær
May 30 '16 at 11:37
As it tourns out the plex dlna does not stream 4k videos in this case either. Neither is the plex app for my Smart TV
– byf-ferdy
Jun 2 '16 at 19:18
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1082264%2fstreaming-4k-videos-from-ubuntu-server-via-dlna%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Plex is a media streaming application with a free media server that can function as a DLNA server and supports 4k. It runs on Linux (as well as Windows, OSX, and NAS devices).
Here's a guide for setting up DLNA with Plex.
Plex has really high cpu and memory usage. I tried it before but it ran really slow. Are the mediatomb and minidlna both unable do stream 4k? I would like to stick with a lightweight server because I don't need all of the functionality of Plex. Obviously if there is no other option I'll try this again :)
– byf-ferdy
May 30 '16 at 8:32
Unfortunately I don't know the other two you mention so I can only expand a bit on Plex. How did it run really slow? Was it through DLNA? I totally understand you want something lightweight, but for me personally the ease of using/installing Plex was just more important.
– Mikael Kjær
May 30 '16 at 8:38
The server was running on 60% CPU on idle. Streaming files was lagging. I am pretty sure it was because of transcoding. Is it possible to disable transcoding in Plex? I'll give it another go tonight and let you know
– byf-ferdy
May 30 '16 at 11:11
Yes, you can enable direct play, but I'm not sure if it works with DLNA as I've never tried that.
– Mikael Kjær
May 30 '16 at 11:37
As it tourns out the plex dlna does not stream 4k videos in this case either. Neither is the plex app for my Smart TV
– byf-ferdy
Jun 2 '16 at 19:18
add a comment |
Plex is a media streaming application with a free media server that can function as a DLNA server and supports 4k. It runs on Linux (as well as Windows, OSX, and NAS devices).
Here's a guide for setting up DLNA with Plex.
Plex has really high cpu and memory usage. I tried it before but it ran really slow. Are the mediatomb and minidlna both unable do stream 4k? I would like to stick with a lightweight server because I don't need all of the functionality of Plex. Obviously if there is no other option I'll try this again :)
– byf-ferdy
May 30 '16 at 8:32
Unfortunately I don't know the other two you mention so I can only expand a bit on Plex. How did it run really slow? Was it through DLNA? I totally understand you want something lightweight, but for me personally the ease of using/installing Plex was just more important.
– Mikael Kjær
May 30 '16 at 8:38
The server was running on 60% CPU on idle. Streaming files was lagging. I am pretty sure it was because of transcoding. Is it possible to disable transcoding in Plex? I'll give it another go tonight and let you know
– byf-ferdy
May 30 '16 at 11:11
Yes, you can enable direct play, but I'm not sure if it works with DLNA as I've never tried that.
– Mikael Kjær
May 30 '16 at 11:37
As it tourns out the plex dlna does not stream 4k videos in this case either. Neither is the plex app for my Smart TV
– byf-ferdy
Jun 2 '16 at 19:18
add a comment |
Plex is a media streaming application with a free media server that can function as a DLNA server and supports 4k. It runs on Linux (as well as Windows, OSX, and NAS devices).
Here's a guide for setting up DLNA with Plex.
Plex is a media streaming application with a free media server that can function as a DLNA server and supports 4k. It runs on Linux (as well as Windows, OSX, and NAS devices).
Here's a guide for setting up DLNA with Plex.
edited May 30 '16 at 4:25
fixer1234
19k144982
19k144982
answered May 30 '16 at 3:31
Mikael KjærMikael Kjær
1,200313
1,200313
Plex has really high cpu and memory usage. I tried it before but it ran really slow. Are the mediatomb and minidlna both unable do stream 4k? I would like to stick with a lightweight server because I don't need all of the functionality of Plex. Obviously if there is no other option I'll try this again :)
– byf-ferdy
May 30 '16 at 8:32
Unfortunately I don't know the other two you mention so I can only expand a bit on Plex. How did it run really slow? Was it through DLNA? I totally understand you want something lightweight, but for me personally the ease of using/installing Plex was just more important.
– Mikael Kjær
May 30 '16 at 8:38
The server was running on 60% CPU on idle. Streaming files was lagging. I am pretty sure it was because of transcoding. Is it possible to disable transcoding in Plex? I'll give it another go tonight and let you know
– byf-ferdy
May 30 '16 at 11:11
Yes, you can enable direct play, but I'm not sure if it works with DLNA as I've never tried that.
– Mikael Kjær
May 30 '16 at 11:37
As it tourns out the plex dlna does not stream 4k videos in this case either. Neither is the plex app for my Smart TV
– byf-ferdy
Jun 2 '16 at 19:18
add a comment |
Plex has really high cpu and memory usage. I tried it before but it ran really slow. Are the mediatomb and minidlna both unable do stream 4k? I would like to stick with a lightweight server because I don't need all of the functionality of Plex. Obviously if there is no other option I'll try this again :)
– byf-ferdy
May 30 '16 at 8:32
Unfortunately I don't know the other two you mention so I can only expand a bit on Plex. How did it run really slow? Was it through DLNA? I totally understand you want something lightweight, but for me personally the ease of using/installing Plex was just more important.
– Mikael Kjær
May 30 '16 at 8:38
The server was running on 60% CPU on idle. Streaming files was lagging. I am pretty sure it was because of transcoding. Is it possible to disable transcoding in Plex? I'll give it another go tonight and let you know
– byf-ferdy
May 30 '16 at 11:11
Yes, you can enable direct play, but I'm not sure if it works with DLNA as I've never tried that.
– Mikael Kjær
May 30 '16 at 11:37
As it tourns out the plex dlna does not stream 4k videos in this case either. Neither is the plex app for my Smart TV
– byf-ferdy
Jun 2 '16 at 19:18
Plex has really high cpu and memory usage. I tried it before but it ran really slow. Are the mediatomb and minidlna both unable do stream 4k? I would like to stick with a lightweight server because I don't need all of the functionality of Plex. Obviously if there is no other option I'll try this again :)
– byf-ferdy
May 30 '16 at 8:32
Plex has really high cpu and memory usage. I tried it before but it ran really slow. Are the mediatomb and minidlna both unable do stream 4k? I would like to stick with a lightweight server because I don't need all of the functionality of Plex. Obviously if there is no other option I'll try this again :)
– byf-ferdy
May 30 '16 at 8:32
Unfortunately I don't know the other two you mention so I can only expand a bit on Plex. How did it run really slow? Was it through DLNA? I totally understand you want something lightweight, but for me personally the ease of using/installing Plex was just more important.
– Mikael Kjær
May 30 '16 at 8:38
Unfortunately I don't know the other two you mention so I can only expand a bit on Plex. How did it run really slow? Was it through DLNA? I totally understand you want something lightweight, but for me personally the ease of using/installing Plex was just more important.
– Mikael Kjær
May 30 '16 at 8:38
The server was running on 60% CPU on idle. Streaming files was lagging. I am pretty sure it was because of transcoding. Is it possible to disable transcoding in Plex? I'll give it another go tonight and let you know
– byf-ferdy
May 30 '16 at 11:11
The server was running on 60% CPU on idle. Streaming files was lagging. I am pretty sure it was because of transcoding. Is it possible to disable transcoding in Plex? I'll give it another go tonight and let you know
– byf-ferdy
May 30 '16 at 11:11
Yes, you can enable direct play, but I'm not sure if it works with DLNA as I've never tried that.
– Mikael Kjær
May 30 '16 at 11:37
Yes, you can enable direct play, but I'm not sure if it works with DLNA as I've never tried that.
– Mikael Kjær
May 30 '16 at 11:37
As it tourns out the plex dlna does not stream 4k videos in this case either. Neither is the plex app for my Smart TV
– byf-ferdy
Jun 2 '16 at 19:18
As it tourns out the plex dlna does not stream 4k videos in this case either. Neither is the plex app for my Smart TV
– byf-ferdy
Jun 2 '16 at 19:18
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1082264%2fstreaming-4k-videos-from-ubuntu-server-via-dlna%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown