HDSurfer Audio Only

Heya Folks,

    I loaded a new plugin that is working on my other clients but only audio on Rasplex (5.0.1), I enabled debug and found this:

22:29:05 T:1929376864 ERROR: COMXCoreComponent::DecoderEventHandler OMX.broadcom.video_decode - OMX_ErrorUnsupportedSetting, unsupported setting
22:29:05 T:1509975136 ERROR: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.video_decode) - OMX_UseBuffer failed with omx_err(0x80001018)
22:29:05 T:1509975136 ERROR: COMXVideo::Open AllocOMXInputBuffers error (080001018)
22:29:05 T:1509975136 ERROR: OMXPlayerVideo : Error open video output
22:29:05 T:1509975136 NOTICE: OMXClock using video as reference
22:29:05 T:1509975136 DEBUG: OMXClock::OMXReset audio / video : 0 / 0 start audio / video : 0 / 0 wait mask 0
22:29:05 T:1509975136 WARNING: OpenVideoStream - Unsupported stream 0. Stream disabled.
22:29:05 T:1509975136 INFO: COMXPlayer::OpenDefaultStreams Considering Plex stream 1 of type 1 (selected: 1)
22:29:05 T:1509975136 INFO: COMXPlayer::OpenDefaultStreams Considering Plex stream 2 of type 2 (selected: 1)
22:29:05 T:1509975136 NOTICE: Opening audio stream: 1 source: 256
22:29:05 T:1509975136 DEBUG: DllBcm: Using omx system library
22:29:05 T:1509975136 DEBUG: DllAvUtilBase: Using libavutil system library
22:29:05 T:1509975136 DEBUG: DllAvCodec: Using libavcodec system library
22:29:05 T:1509975136 DEBUG: DllAvFormat: Using libswresample system library
22:29:05 T:1509975136 NOTICE: Creating audio thread
22:29:05 T:1509975136 DEBUG: OMXClock::OMXSetSpeed 1 buffering 0
22:29:05 T:1518363744 NOTICE: Thread COMXPlayerAudio start, auto delete: false
22:29:05 T:1518363744 DEBUG: COMXPlayerAudio - CDVDMsg::PLAYER_STARTED 0
22:29:05 T:1509975136 INFO: COMXPlayer::OpenDefaultStreams selected stream 2
22:29:05 T:1509975136 ERROR: Get - failed to get stream
22:29:05 T:1509975136 NOTICE: Opening Subtitle stream: -1 source: 0
22:29:05 T:1509975136 ERROR: Get - failed to get stream
22:29:05 T:1509975136 DEBUG: COMXPlayer::SetCaching - caching state 2
22:29:05 T:1509975136 DEBUG: OMXClock::OMXSetSpeed 0 buffering 0
22:29:05 T:1509975136 WARNING: CDVDMessageQueue(video)::Put MSGQ_NOT_INITIALIZED
22:29:05 T:1509975136 ERROR: Error: Requested setting (pvrplayback.scantime) was not found. It must be case-sensitive

full log: http://tny.cz/70ad8b5b

 

Updated with relevant log.

Maybe the stream is MPEG2 and you don't have a license installed on your RPi?  I have seen some posts that suggest that the HDHomeRun outputs an MPEG2 Transport Stream (.ts), the video and audio contained in there is whatever the broadcaster used.

Note that plugins bypass the Plex Media Server and feed streams directly to your client, so you don't get the benefit of transcoding etc.

I am going to try to load the codecs, that as great idea... 

I saw an article talking about the architecture and they talked about double transcoding support, both the homerun server and plex... the HDSurfer uses the silicon dust app and proxy's the media through the server... i am going to see if there is any documentation on the proxy itself about what codec it is outputting.

I am going to try to load the codecs, that as great idea... 
 
I saw an article talking about the architecture and they talked about double transcoding support, both the homerun server and plex... the HDSurfer uses the silicon dust app and proxy's the media through the server... i am going to see if there is any documentation on the proxy itself about what codec it is outputting.


A quick 2 second search of the forums returned this https://forums.plex.tv/topic/101755-hdhomerun-viewer/?p=602200

Knight! Solid advice, got it working after finally figuring out where berryboot stored the working config.txt.  Greatly appreciated!