[Bug]: No cast support for pwa app? #1096

Open
opened 2026-04-24 23:31:57 +02:00 by adam · 9 comments
Owner

Originally created by @Sylvio82 on GitHub (Apr 24, 2023).

Describe the issue

When using the android app I can cast audio to my google nest. But when using the pwa app this does not work. I can select the device, but only got a spinning wheel trying to connect.

I am running audiobookshelf server on my synology nas with docker.

Steps to reproduce the issue

  1. Login to your audiobookshelf server. Try to cast to a google device

Audiobookshelf version

2.2.19

How are you running audiobookshelf?

Docker

Originally created by @Sylvio82 on GitHub (Apr 24, 2023). ### Describe the issue When using the android app I can cast audio to my google nest. But when using the pwa app this does not work. I can select the device, but only got a spinning wheel trying to connect. I am running audiobookshelf server on my synology nas with docker. ### Steps to reproduce the issue 1. Login to your audiobookshelf server. Try to cast to a google device ### Audiobookshelf version 2.2.19 ### How are you running audiobookshelf? Docker
adam added the bugwaiting labels 2026-04-24 23:31:57 +02:00
Author
Owner

@darth3pio commented on GitHub (May 27, 2023):

Uh, I'm trying to work out this myself, it sometimes works and sometimes doesn't trying to work out a pattern.

At this moment I'm leaning towards file type. *Edit: Nope

Seems to get stuck in the PlaybackSessionManager with syncSession.

Maybe the length of the audiobook or number of chapters if split by files, perhaps it's having issues generating the playlist?
I'm not sure where the cut off mark is but the books in my library that endlessly buffer but don't cast (that I've tested so far) are in the 50>= chapters range while all of the 20<= chapters cast just fine.

@darth3pio commented on GitHub (May 27, 2023): Uh, I'm trying to work out this myself, it sometimes works and sometimes doesn't trying to work out a pattern. At this moment I'm leaning towards file type. *Edit: Nope Seems to get stuck in the PlaybackSessionManager with syncSession. Maybe the length of the audiobook or number of chapters if split by files, perhaps it's having issues generating the playlist? I'm not sure where the cut off mark is but the books in my library that endlessly buffer but don't cast (that I've tested so far) are in the 50>= chapters range while all of the 20<= chapters cast just fine.
Author
Owner

@advplyr commented on GitHub (May 27, 2023):

There has been reports of M4B/M4A audiobooks not being able to cast to audio-only devices. Is this the problem here?
Do MP3 audiobooks work for you? Are you casting to an audio-only device?

@advplyr commented on GitHub (May 27, 2023): There has been reports of M4B/M4A audiobooks not being able to cast to audio-only devices. Is this the problem here? Do MP3 audiobooks work for you? Are you casting to an audio-only device?
Author
Owner

@darth3pio commented on GitHub (May 27, 2023):

We've got a mix of flac, mp3 and m4b in our library, all audiobooks are split by chapter into separate files. I'm using a Nest Hub to test this, format doesn't seem to be the problem. The only thing I've found in common is number of chapters.

I'll see about downloading one of my audiobooks from Audible again and not splitting it this time, hopefully it will rule out number of playlist items being an issue.

@darth3pio commented on GitHub (May 27, 2023): We've got a mix of flac, mp3 and m4b in our library, all audiobooks are split by chapter into separate files. I'm using a Nest Hub to test this, format doesn't seem to be the problem. The only thing I've found in common is number of chapters. I'll see about downloading one of my audiobooks from Audible again and not splitting it this time, hopefully it will rule out number of playlist items being an issue.
Author
Owner

@darth3pio commented on GitHub (May 27, 2023):

Using OpenAudible to download "Sherlock Holmes: The Definitive Collection" to m4b - 141 chapters, 1.91GB

Single file: Casts just fine
Split files: Endless buffer animation

2023-05-28 00:07:47 DEBUG [PlaybackSessionManager] startSessionRequest for device Windows 10 / Edge

2023-05-28 00:07:47 DEBUG [PlaybackSessionManager] "darth3pio" starting direct play session for item "li_i10k9isu1m5wbti5zp" with id play_rco2btqr8soybw54gj (Device: Windows 10 / Edge)

2023-05-28 00:07:59 DEBUG [PlaybackSessionManager] syncSession "play_rco2btqr8soybw54gj" (Device: Windows 10 / Edge) | Total Time Listened: 5

2023-05-28 00:07:59 DEBUG [DB] Updated user: 1

2023-05-28 00:07:59 DEBUG [DB] Inserted 1 session

2023-05-28 00:08:04 DEBUG [PlaybackSessionManager] syncSession "play_rco2btqr8soybw54gj" (Device: Windows 10 / Edge) | Total Time Listened: 10

2023-05-28 00:08:04 DEBUG [DB] Updated user: 1

2023-05-28 00:08:04 DEBUG [DB] Updated session: 1

2023-05-28 00:08:07 DEBUG [PlaybackSessionManager] syncSession "play_rco2btqr8soybw54gj" (Device: Windows 10 / Edge) | Total Time Listened: 13

2023-05-28 00:08:07 DEBUG [DB] Updated user: 1

2023-05-28 00:08:07 DEBUG [PlaybackSessionManager] closeSession "play_rco2btqr8soybw54gj"

2023-05-28 00:08:07 DEBUG [PlaybackSessionManager] Removed session "play_rco2btqr8soybw54gj"

2023-05-28 00:08:07 DEBUG [DB] Updated session: 1

I terminated the stream manually here in order to switch from the single file audiobook entry to the multiplefile audiobook entry.

2023-05-28 00:08:08 DEBUG [PlaybackSessionManager] startSessionRequest for device Windows 10 / Edge

2023-05-28 00:08:08 DEBUG [PlaybackSessionManager] "darth3pio" starting direct play session for item "li_ff55tanrcj9yt00094" with id play_b69s8rb8f3ec3si0jp (Device: Windows 10 / Edge)

The log continues beyond this with cron jobs being performed for podcast feed updates so I applaud the error handling 😛

It's getting held up somewhere inside syncSession given that we're not generating a log entry the second time around.

@darth3pio commented on GitHub (May 27, 2023): Using OpenAudible to download "Sherlock Holmes: The Definitive Collection" to m4b - 141 chapters, 1.91GB Single file: Casts just fine Split files: Endless buffer animation ``` 2023-05-28 00:07:47 DEBUG [PlaybackSessionManager] startSessionRequest for device Windows 10 / Edge 2023-05-28 00:07:47 DEBUG [PlaybackSessionManager] "darth3pio" starting direct play session for item "li_i10k9isu1m5wbti5zp" with id play_rco2btqr8soybw54gj (Device: Windows 10 / Edge) 2023-05-28 00:07:59 DEBUG [PlaybackSessionManager] syncSession "play_rco2btqr8soybw54gj" (Device: Windows 10 / Edge) | Total Time Listened: 5 2023-05-28 00:07:59 DEBUG [DB] Updated user: 1 2023-05-28 00:07:59 DEBUG [DB] Inserted 1 session 2023-05-28 00:08:04 DEBUG [PlaybackSessionManager] syncSession "play_rco2btqr8soybw54gj" (Device: Windows 10 / Edge) | Total Time Listened: 10 2023-05-28 00:08:04 DEBUG [DB] Updated user: 1 2023-05-28 00:08:04 DEBUG [DB] Updated session: 1 2023-05-28 00:08:07 DEBUG [PlaybackSessionManager] syncSession "play_rco2btqr8soybw54gj" (Device: Windows 10 / Edge) | Total Time Listened: 13 2023-05-28 00:08:07 DEBUG [DB] Updated user: 1 2023-05-28 00:08:07 DEBUG [PlaybackSessionManager] closeSession "play_rco2btqr8soybw54gj" 2023-05-28 00:08:07 DEBUG [PlaybackSessionManager] Removed session "play_rco2btqr8soybw54gj" 2023-05-28 00:08:07 DEBUG [DB] Updated session: 1 ``` I terminated the stream manually here in order to switch from the single file audiobook entry to the multiplefile audiobook entry. ``` 2023-05-28 00:08:08 DEBUG [PlaybackSessionManager] startSessionRequest for device Windows 10 / Edge 2023-05-28 00:08:08 DEBUG [PlaybackSessionManager] "darth3pio" starting direct play session for item "li_ff55tanrcj9yt00094" with id play_b69s8rb8f3ec3si0jp (Device: Windows 10 / Edge) ``` The log continues beyond this with cron jobs being performed for podcast feed updates so I applaud the error handling 😛 It's getting held up somewhere inside syncSession given that we're not generating a log entry the second time around.
Author
Owner

@advplyr commented on GitHub (May 27, 2023):

We would have to check the logs from the cast device because it is the device that is not sending back the play events. Unless it actually is playing on the cast device but the UI is not updating?

I don't believe this would be an issue with syncing since a sync will only happen when the audio is playing.
When you say you are splitting the m4b into 141 audio files are those audio files mp3?

@advplyr commented on GitHub (May 27, 2023): We would have to check the logs from the cast device because it is the device that is not sending back the play events. Unless it actually is playing on the cast device but the UI is not updating? I don't believe this would be an issue with syncing since a sync will only happen when the audio is playing. When you say you are splitting the m4b into 141 audio files are those audio files mp3?
Author
Owner

@darth3pio commented on GitHub (May 27, 2023):

OpenAudible will download as a single file and offers the ability to split by chapter so yeah, 141 files in the case of Sherlock Holmes, default is m4b but I'll try again downloading as mp3 instead.

I've not peeked at the code but I'm assuming we're generating a playlist that gets sent to the speaker.

Some podcasts also seem to fail the same way, eg "The History of Rome" by Mike Duncan, 192 episodes, these are in mp3 format.

Could it be possible to break up the playlist into smaller chunks and refresh the stream when it's nearing the end of the chunk?

@darth3pio commented on GitHub (May 27, 2023): OpenAudible will download as a single file and offers the ability to split by chapter so yeah, 141 files in the case of Sherlock Holmes, default is m4b but I'll try again downloading as mp3 instead. I've not peeked at the code but I'm assuming we're generating a playlist that gets sent to the speaker. Some podcasts also seem to fail the same way, eg "The History of Rome" by Mike Duncan, 192 episodes, these are in mp3 format. Could it be possible to break up the playlist into smaller chunks and refresh the stream when it's nearing the end of the chunk?
Author
Owner

@darth3pio commented on GitHub (May 27, 2023):

Seems to become unreliable at about 26-ish files.

@darth3pio commented on GitHub (May 27, 2023): Seems to become unreliable at about 26-ish files.
Author
Owner

@Sylvio82 commented on GitHub (Jun 1, 2023):

Hi.
I cant get audiobookshelf to run in host mode. There is no error message,
but the container always restarts until I stop it manually.

Am Mi., 24. Mai 2023 um 23:21 Uhr schrieb Duncan MacFarlane <
@.***>:

Did you set up the container networking in host or bridge mode? Bridge
won't have access to the local network as it is isolated as a separate vlan
network inside Docker.


Reply to this email directly, view it on GitHub
https://github.com/advplyr/audiobookshelf/issues/1716#issuecomment-1561942612,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AUGJUZ5SE3QPHUYC2UAVWCDXHZ3U7ANCNFSM6AAAAAAXJRQFYA
.
You are receiving this because you authored the thread.Message ID:
@.***>

@Sylvio82 commented on GitHub (Jun 1, 2023): Hi. I cant get audiobookshelf to run in host mode. There is no error message, but the container always restarts until I stop it manually. Am Mi., 24. Mai 2023 um 23:21 Uhr schrieb Duncan MacFarlane < ***@***.***>: > Did you set up the container networking in host or bridge mode? Bridge > won't have access to the local network as it is isolated as a separate vlan > network inside Docker. > > — > Reply to this email directly, view it on GitHub > <https://github.com/advplyr/audiobookshelf/issues/1716#issuecomment-1561942612>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AUGJUZ5SE3QPHUYC2UAVWCDXHZ3U7ANCNFSM6AAAAAAXJRQFYA> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Author
Owner

@darth3pio commented on GitHub (Jun 2, 2023):

Don't worry about this part, this was part of my own troubleshooting steps. I'm also running on a Synology and port 80 is reserved so Host vs Bridge was a terrible suggestion.

Try see if anything further down in the conversation can be replicated.

@darth3pio commented on GitHub (Jun 2, 2023): Don't worry about this part, this was part of my own troubleshooting steps. I'm also running on a Synology and port 80 is reserved so Host vs Bridge was a terrible suggestion. Try see if anything further down in the conversation can be replicated.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1096