SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Github Development
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Github Development Discussion related to SageTV Open Source Development. Use this forum for development topics about the Open Source versions of SageTV, hosted on Github.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-15-2016, 09:36 PM
Korny Korny is offline
Sage Advanced User
 
Join Date: Nov 2010
Location: Minnesota
Posts: 87
Placeshifter audio question?

Any possibilities of compiling mplayer with ac3 support? I can play titles with 2 channel but ac3 titles don't work. Or am I missing something? This is on a Ubuntu 16.04. Movies play fine, but recorded TV shows not so much.
Thanks

Code:
./mplayer /mnt/seagate5/sagerecord/NHLHockey-EdmontonOilersatMinnesotaWild-1580359-0.ts 
MPlayer dev-SVN-rUNKNOWN-4.8 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (Family: 6, Model: 60, Stepping: 3)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.

Playing /mnt/seagate5/sagerecord/NHLHockey-EdmontonOilersatMinnesotaWild-1580359-0.ts.
DEBUG - active_file=0 circFileSize=0
TS file format detected.
VIDEO MPEG2(pid=256) AUDIO A52(pid=257) NO SUBS (yet)!  PROGRAM N. 1
INITIAL_PTS=0.816422
TS_PARSE: COULDN'T SYNC
DURATION=11462.758789
VIDEO:  MPEG2  1280x720  (aspect 3)  59.940 fps  25000.0 kbps (3125.0 kbyte/s)
SUB: Could not determine file format
Cannot load subtitles: /mnt/seagate5/sagerecord/NHLHockey-EdmontonOilersatMinnesotaWild-1580359-0.txt
vo_cvidix: No vidix driver name provided, probing available ones (-v option for details)!
[cyberblade] Error occurred during pci scan: Operation not permitted
[mach64] Error occurred during pci scan: Operation not permitted
[mga] Error occurred during pci scan: Operation not permitted
[mga] Error occurred during pci scan: Operation not permitted
[nvidia_vid] Error occurred during pci scan: Operation not permitted
[pm3] Error occurred during pci scan: Operation not permitted
[radeon] Error occurred during pci scan: Operation not permitted
[rage128] Error occurred during pci scan: Operation not permitted
[savage_vid] Error occurred during pci scan: Operation not permitted
[SiS] Error occurred during pci scan: Operation not permitted
[unichrome] Error occurred during pci scan: Operation not permitted
[VO_SUB_VIDIX] Couldn't find working VIDIX driver.
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 1280 x 720 (preferred colorspace: Mpeg PES)
VDec: using Mpeg PES as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [null] 1280x720 => 1280x720 Mpeg PES 
Selected video codec: [mpegpes] vfm: mpegpes (MPEG-PES output (.mpg or DXR3/IVTV/DVB card))
==========================================================================
==========================================================================
Requested audio codec family [a52] (afm=liba52) not available.
Enable it at compilation.
Requested audio codec family [ac3] (afm=libac3) not available.
Enable it at compilation.
Requested audio codec family [hwac3] (afm=hwac3) not available.
Enable it at compilation.
Cannot find codec for audio format 0x2000.
Read DOCS/HTML/en/codecs.html!
Audio: no sound
Starting playback...
VDec: vo config request - 1280 x 720 (preferred colorspace: Mpeg PES)
VDec: using Mpeg PES as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [null] 1280x720 => 1280x720 Mpeg PES 
V:  135.2 P:242491635 8061/8061  0%  0%  0.0% 0 0                               

MPlayer interrupted by signal 2 in module: sleep_timer
Code:
Input #0, mpegts, from '/mnt/seagate5/sagerecord/NHLHockey-EdmontonOilersatMinnesotaWild-1580359-0.ts':
  Duration: 03:11:02.83, start: 0.000000, bitrate: 14223 kb/s
  Program 1 
    Metadata:
      service_name    : Service01
      service_provider: FFmpeg
    Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv), 1280x720 [SAR 1:1 DAR 16:9], Closed Captions, max. 25000 kb/s, 59.94 fps, 59.94 tbr, 90k tbn, 119.88 tbc
    Stream #0:1[0x101](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, 5.1(side), fltp, 384 kb/s
    Stream #0:2[0x102](spa): Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, stereo, fltp, 192 kb/s
__________________
Intel I7 4790k @ stock speeds, 32 GB of ram. 8TB of recording space.

Last edited by Korny; 12-15-2016 at 09:40 PM.
Reply With Quote
  #2  
Old 12-16-2016, 05:35 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
I personally don't have an issue enabling it... And I think it's as simple as including the library and then removing the --disable flag on mplayer. But the library is part of the non-free codecs in ubuntu, and as such, sagetv likely didn't use it for legal reasons. I'm not sure Jeff has any issues with us enabling this or not... so I'll have to wait for his input. Or there might be another reason he disabled it, not sure.
Reply With Quote
  #3  
Old 12-17-2016, 09:37 AM
Korny Korny is offline
Sage Advanced User
 
Join Date: Nov 2010
Location: Minnesota
Posts: 87
Do I need to message him or should we just wait until he reads the thread?
Thanks
__________________
Intel I7 4790k @ stock speeds, 32 GB of ram. 8TB of recording space.
Reply With Quote
  #4  
Old 12-17-2016, 01:17 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by Korny View Post
Do I need to message him or should we just wait until he reads the thread?
Thanks
He's usually pretty good at keeping up to date with the forums... but you can PM him if you want.
Reply With Quote
  #5  
Old 12-18-2016, 06:45 PM
Narflex's Avatar
Narflex Narflex is offline
Sage
 
Join Date: Feb 2003
Location: Redondo Beach, CA
Posts: 6,349
I have no problem with enabling AC3 in the mplayer build...not sure why we didn't have it enabled already.
__________________
Jeffrey Kardatzke
Google
Founder of SageTV
Reply With Quote
  #6  
Old 12-18-2016, 06:55 PM
Korny Korny is offline
Sage Advanced User
 
Join Date: Nov 2010
Location: Minnesota
Posts: 87
yeah! A more functional linux placeshifter!
__________________
Intel I7 4790k @ stock speeds, 32 GB of ram. 8TB of recording space.
Reply With Quote
  #7  
Old 12-20-2016, 08:34 AM
dranockcir dranockcir is offline
Sage Advanced User
 
Join Date: Jul 2004
Location: Jupiter, FL
Posts: 137
Please do enable AC3! I use Linux clients in my house and on laptops and can't use placeshifter locally, have an awesome picture but no sound. I use Android client on Shield and Nexus tablets and a Galaxy Note 4, all work great but I do have a couple of bedroom PC's that use Ubuntu and have been using Plex on them as the player. Not a bad thing, Plex is awesome but I would love to just use all Sage. :-)
Reply With Quote
  #8  
Old 12-20-2016, 12:22 PM
Narflex's Avatar
Narflex Narflex is offline
Sage
 
Join Date: Feb 2003
Location: Redondo Beach, CA
Posts: 6,349
You should probably add an issue in the tracker on the GitHub project...that'll increase the chance of somebody doing this.
__________________
Jeffrey Kardatzke
Google
Founder of SageTV
Reply With Quote
  #9  
Old 12-20-2016, 01:48 PM
dranockcir dranockcir is offline
Sage Advanced User
 
Join Date: Jul 2004
Location: Jupiter, FL
Posts: 137
Quote:
Originally Posted by Narflex View Post
You should probably add an issue in the tracker on the GitHub project...that'll increase the chance of somebody doing this.
Did it. Just hope I did it right.
Reply With Quote
  #10  
Old 12-22-2016, 09:00 AM
dranockcir dranockcir is offline
Sage Advanced User
 
Join Date: Jul 2004
Location: Jupiter, FL
Posts: 137
Thanks for adding AC3 support in Mplayer for Linux clients! Tried it out on 2 desktops and 2 laptops, it's like Christmas three days early.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
No audio in Placeshifter 6.6.1.217 on some recordings vxboogie SageTV Placeshifter 0 05-15-2011 11:52 AM
PlaceShifter - No Audio cenwesi SageTV Linux 0 12-03-2008 01:06 PM
Audio Issues with Placeshifter taylormadearmy SageTV Placeshifter 1 03-10-2008 04:18 PM
Placeshifter - Video yet no Audio Flatstanly SageTV Placeshifter 0 12-08-2007 03:33 AM
HD Audio with placeshifter OttoNP SageTV Placeshifter 0 04-18-2007 11:48 AM


All times are GMT -6. The time now is 12:15 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.