Jump to content

TV Theme music not playing on Chromecast with Google TV


Recommended Posts

Posted

Hi,

I've manually placed tv theme music in some of my tv shows following the  tutorial here. The TV theme music plays fine when I'm browsing TV shows on a computer or mobile device, but not on my Chromecast with Google TV. I have enabled play theme music in emby settings of the CCWGT, volume set at 80% still nothing.

Appreciate any help thanks.

Posted (edited)
12 hours ago, ebr said:

Hi.  Please enter an item you expect to play theme music and follow the instructions to send a log from the app.  Then, also, please provide the server log from that same time.

Thanks.

 

 

Hi ebr,

Thanks for responding. For example when browsing the TV Show Hellbound. I hear the TV theme music on the emby app for mobile devices but not on CCWGT.  

 Attaching log file

ffmpeg-transcode-181db3e0-53e8-446b-9d8f-bee2919f0e1b_1.txt

Edited by adj910
seanbuff
Posted

FYI @adj910 that is a transcode log. You will need to provide the Emby Server log itself covering the affected time period, as well as a client log submitted from the app (instructions in the link provided above)

  • Like 1
Posted

Sorry about that. I had a little difficulty finding the way to send the log from the app. Sending the emby server log now. time stamp was 9:09am when I sent the log from the app. 

Thanks.

embyserver.txt

Posted
13 hours ago, adj910 said:

time stamp was 9:09am

Hi.  In what time zone?  What was the name of the Emby user that was logged on?

Thanks.

Posted

Hi.  I may have found it... user Jello?

If so, there should have been an ffmpeg log as there was an error trying to play the music:

2022-01-03 09:08:47.937 Error Server: Error processing request
	*** Error Report ***
	Version: 4.6.7.0
	Command line: C:\Users\Faculty\AppData\Roaming\Emby-Server\system\EmbyServer.dll -noautorunwebapp
	Operating system: Microsoft Windows 10.0.19043
	Framework: .NET Core 3.1.21
	OS/Process: x64/x64
	Runtime: C:/Users/Faculty/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll
	Processor count: 4
	Data path: C:\Users\Faculty\AppData\Roaming\Emby-Server\programdata
	Application path: C:\Users\Faculty\AppData\Roaming\Emby-Server\system
	System.Exception: System.Exception: Error starting ffmpeg
	   at Emby.Server.MediaEncoding.Api.BaseStreamingService.StartFfMpeg(StreamState state, String outputPath, CancellationToken cancellationToken, Boolean acquireResources)
	   at Emby.Server.MediaEncoding.Api.Hls.DynamicHlsService.GetDynamicSegment(StreamRequest request, String playlistId, String segmentId, Int32 subtitleStreamIndex)
	   at Emby.Server.Implementations.Services.ServiceController.GetTaskResult(Task task)
	   at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost appHost, IRequest httpReq, IResponse httpRes, RestPath restPath, String responseContentType, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, ReadOnlyMemory`1 urlString, ReadOnlyMemory`1 localPath, CancellationToken cancellationToken)
	Source: Emby.Server.MediaEncoding

 

Posted (edited)
On 1/3/2022 at 11:44 PM, ebr said:

Hi.  I may have found it... user Jello?

If so, there should have been an ffmpeg log as there was an error trying to play the music:

2022-01-03 09:08:47.937 Error Server: Error processing request
	*** Error Report ***
	Version: 4.6.7.0
	Command line: C:\Users\Faculty\AppData\Roaming\Emby-Server\system\EmbyServer.dll -noautorunwebapp
	Operating system: Microsoft Windows 10.0.19043
	Framework: .NET Core 3.1.21
	OS/Process: x64/x64
	Runtime: C:/Users/Faculty/AppData/Roaming/Emby-Server/system/System.Private.CoreLib.dll
	Processor count: 4
	Data path: C:\Users\Faculty\AppData\Roaming\Emby-Server\programdata
	Application path: C:\Users\Faculty\AppData\Roaming\Emby-Server\system
	System.Exception: System.Exception: Error starting ffmpeg
	   at Emby.Server.MediaEncoding.Api.BaseStreamingService.StartFfMpeg(StreamState state, String outputPath, CancellationToken cancellationToken, Boolean acquireResources)
	   at Emby.Server.MediaEncoding.Api.Hls.DynamicHlsService.GetDynamicSegment(StreamRequest request, String playlistId, String segmentId, Int32 subtitleStreamIndex)
	   at Emby.Server.Implementations.Services.ServiceController.GetTaskResult(Task task)
	   at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost appHost, IRequest httpReq, IResponse httpRes, RestPath restPath, String responseContentType, CancellationToken cancellationToken)
	   at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, ReadOnlyMemory`1 urlString, ReadOnlyMemory`1 localPath, CancellationToken cancellationToken)
	Source: Emby.Server.MediaEncoding

 

Yes username is correct. I dont have access to the server right now. But i guess it would be similar to the ffmpeg transcode log which i first sent by mistake.

>>>>>>  User policy for User
        EnablePlaybackRemuxing: True
        EnableVideoPlaybackTranscoding: True
        EnableAudioPlaybackTranscoding: True

C:\Users\Faculty\AppData\Roaming\Emby-Server\system\ffmpeg.exe -loglevel +timing -y -print_graphs_file "C:\Users\Faculty\AppData\Roaming\Emby-Server\programdata\logs\ffmpeg-transcode-181db3e0-53e8-446b-9d8f-bee2919f0e1b_1graph.txt" -copyts -start_at_zero -f mp3 -i "G:\My Drive\Videos\TV Shows\Hellbound\theme-music\music.mp3" -map 0:0 -vn -sn -c:a:0 copy -max_delay 5000000 -avoid_negative_ts disabled -f segment -map_metadata -1 -map_chapters -1 -segment_format mpegts -segment_list "C:\Users\Faculty\AppData\Roaming\Emby-Server\programdata\transcoding-temp\CE1F78.m3u8" -segment_list_type m3u8 -segment_time 3 -segment_start_number 0 -individual_header_trailer 0 -write_header_trailer 0 -segment_write_temp 1 "C:\Users\Faculty\AppData\Roaming\Emby-Server\programdata\transcoding-temp\CE1F78_%d.ts"

11:51:14.582 ffmpeg version 4.3.0-emby_2021_02_27-g8f222573e9+634 Copyright (c) 2000-2021 the FFmpeg developers and softworkz for Emby LLC
11:51:14.582   built with gcc 9.2.0 (Rev2, Built by MSYS2 project)
11:51:14.582 Execution Date: 2022-01-02 11:51:14
11:51:18.628 [mp3float @ 00000239d781a1c0] Header missing
    Last message repeated 84 times
11:51:18.628 [mp3 @ 00000239d780ec00] decoding for stream 0 failed
11:51:18.628 [mp3 @ 00000239d780ec00] Could not find codec parameters for stream 0 (Audio: mp3 (mp3float), 0 channels, fltp): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
11:51:18.628 Input #0, mp3, from 'G:\My Drive\Videos\TV Shows\Hellbound\theme-music\music.mp3':
11:51:18.628   Duration: N/A, start: 0.000000, bitrate: N/A
11:51:18.628     Stream #0:0: Audio: mp3, 0 channels, fltp
11:51:18.628 [segment @ 00000239d7823b80] sample rate not set
11:51:18.628 Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
11:51:18.628 Stream mapping:
11:51:18.628   Stream #0:0 -> #0:0 (copy)
    Last message repeated 1 times
11:51:18.628 

I'll send the actual log later.

Thanks.

Edited by adj910

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...