Project

General

Profile

Bug #3380

Can't add streaming profile

Added by Bengt Madeberg almost 9 years ago. Updated almost 9 years ago.

Status:
Fixed
Priority:
Normal
Category:
Streaming
Target version:
-
Start date:
2015-12-04
Due date:
% Done:

100%

Estimated time:
Found in version:
HTS Tvheadend 4.1-1154~g38c6fc4
Affected Versions:

Description

When I adding a new profile there is only a cancel button to choose on after selecting a profile in the menu. "Old" profiles seems to be ok.

Compiled with

AUTOBUILD_CONFIGURE_EXTRA=--enable-libffmpeg_static ./Autobuild.sh -t precise-amd64


Files

profile.png (36.3 KB) profile.png Bengt Madeberg, 2015-12-04 00:44

History

#1

Updated by Dave Webster almost 9 years ago

page inspection showed this - Uncaught TypeError: Cannot read property 'groups' of null - tvh.js.gz:430 if that helps.

#2

Updated by Dave Webster almost 9 years ago

page inspection showed this - Uncaught TypeError: Cannot read property 'groups' of null - tvh.js.gz:430 if that helps. same build version 4.1-1154~g38c6fc4 (2015-12-03T21:45:17+0000)

#3

Updated by Prof Yaffle almost 9 years ago

Doing a quick bit of tracing...

idnode.js, line 1246:

tvheadend.idnode_editor_form(uilevel, d, null, panel, { create: true, showpwd: true });

idnode.js, line 820 defines the function as:

tvheadend.idnode_editor_form = function(uilevel, d, meta, panel, conf)

So, meta == null, as that's how the function is called

However, idnode.js, line 863, then goes on to:

if (p.group && meta.groups) {

So it's trying to access property 'groups' of a null value

#4

Updated by Jaroslav Kysela almost 9 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset commit:tvheadend|b6862b49a5ad488b733342a680cca3a335bce707.

#5

Updated by Bengt Madeberg almost 9 years ago

Yes it's ok now, thanks. I see that x265 transcoding is supported now. How do I enable it ? I can only see x264 !?

#6

Updated by Jaroslav Kysela almost 9 years ago

Your ffmpeg library has not the h265 support.

Also available in: Atom PDF