Page 1 of 1

Stream URL not exposed for mp4 with h265 video

PostPosted: Fri Sep 11, 2015 12:21 pm
by preusstang
Hello,

I'm having an issue getting Serviio to work with mp4 files using h265 video. h265 inside mkv is apparently working fine.

I originally posted this on the XDA forums for the developer of BubbleUPnP (windows transcoding application and Android app). However, the developer has diagnosed this as a possible bug in Serviio.

The developer's response can be seen here:
http://forum.xda-developers.com/showpos ... count=9662

Thanks!

Re: Stream URL not exposed for mp4 with h265 video

PostPosted: Wed Sep 16, 2015 12:32 pm
by zip
Hi,

so h265 is not a standard DLNA video codec (yet). It works with MKV, because that itself is not (or was not until recently) a DLNA standard container. So Serviio sends MKV as is.

You'd have to setup transcoding for mp4/h265 files in a profile:

  Code:
<Matches container="mp4" vCodec="h265" />

Re: Stream URL not exposed for mp4 with h265 video

PostPosted: Sat Sep 19, 2015 2:47 pm
by preusstang
Thank you for the reply. I understand I would need to setup a profile to allow Serviio to do transcoding.

However, I have transcoding disabled in Serviio. Instead, I am using BubbleUPnP server to do the transcoding. Unfortunately, it (BubbleUPnP Server) is unable to obtain a "stream URL" when I attempt to play a h265 video within an mp4 container. When the container is mkv, as you mentioned, it is passed along just fine and BubbleUPnP Server can do transcoding.