I had a quick play with the code to try to force to use AAC - I changed

Code:
--------------------
           
  my @allowDASH = ( [171, 'ogg'], [140, 'aac'], [139, 'aac'] );
  
--------------------

to

Code:
--------------------
           
  my @allowDASH = ( [140, 'aac'], [139, 'aac'] );
  
--------------------


In ProtocolHandler.pm. The problem persisted, so it looks like it's not
an ogg/webm problem (though with forcing to AAC, there were no longer
info messages shown every 10 seconds, but I'm suspecting this has to do
with the webm handler being part of the youtube plugin, which aac is
handled elsewhere?)


------------------------------------------------------------------------
askvictor's Profile: http://forums.slimdevices.com/member.php?userid=64977
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to