FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › 1695 does not play some songs
- This topic has 12 replies, 5 voices, and was last updated 17 years, 1 month ago by rpedde.
-
AuthorPosts
-
11/11/2007 at 5:51 AM #13229rpeddeParticipant
@Jim DeLaHunt wrote:
I am also seeing the following message in my Firefly log each second:
2007-11-10 16:57:53 (0000a803): timeout in select
2007-11-10 16:57:54 (0012b404): Finished streaming file to remote: 1716748 bytes
2007-11-10 16:57:54 (0000a803): timeout in select
These are the ones I am interested in. The first number (a803 in this case) is the thread id. Can you follow that log backwards and see what that thread is? Or what the last thing that thread did was?
Really there are three things to observe here:
- normal messages about songs starting and stopping.
- the “timeout in select” each second
- other interesting errors, such as “2007-11-10 16:58:13 (0012b804): Write error: Broken pipe … Error copying file to remote…”
The broken pipe may be normal if they played alright. That might be iTunes seeking for the start of music, or it might be iTunes closing the connection before the whole song is played because of a bad header, or something like that.
If it didn’t cause playback problems, it’s not a big deal.
At about 2007-11-10 16:58:17, I created a new smart playlist through Firefly’s web UI, and then in iTunes disconnected and reconnected with Firefly to force the new playlist to appear. I suspect that’s what provoked the messages about “unknown meta code”s.
Yeah, and those are normal. That’s just a reminder to me that I have new metadata fields I need to research and add. Unknown metadata is cheerfully ignored, and iTunes doesn’t really care if i do ignore it.
BTW, Ron, this is my first chance to say thank you for this awesome software. Mostly it’s working wonderfully.
You are welcome, of course. I’ll try and fix the breakage. ๐
— Ron
11/11/2007 at 7:15 AM #13230AnonymousInactiveRon:
@rpedde wrote:
@Jim DeLaHunt wrote:
I am also seeing the following message in my Firefly log each second:
2007-11-10 16:57:53 (0000a803): timeout in select
2007-11-10 16:57:54 (0012b404): Finished streaming file to remote: 1716748 bytes
2007-11-10 16:57:54 (0000a803): timeout in select
These are the ones I am interested in. The first number (a803 in this case) is the thread id. Can you follow that log backwards and see what that thread is? Or what the last thing that thread did was?
Here’s what I captured. The thread id a803 didn’t leave many traces in the log I captured. What I have starts with “timeout in select” messages, and then has one instance of
2007-11-10 16:21:03 (0000a803): timeout in select
... [2254 instances of "timeout in select" omitted]
2007-11-10 16:58:16 (0000a803): timeout in select
2007-11-10 16:58:17 (0000a803): Thread 40: could not read: unknown internal error
On the very next line, that log records another thread which will eventually give the “timeout in select” error. I have more context for it. The first appearance of this thread is:
2007-11-10 16:58:21 (0012bc03): Unknown meta code: daap.songalbumartist
2007-11-10 16:58:21 (0012bc03): Unknown meta code: daap.songcategory
2007-11-10 16:58:21 (0012bc03): Unknown meta code: daap.songextradata
2007-11-10 16:58:21 (0012bc03): Unknown meta code: daap.songcontentdescription
2007-11-10 16:58:21 (0012bc03): Unknown meta code: daap.songlongcontentdescripti
on
2007-11-10 16:58:21 (0012bc03): Unknown meta code: daap.songkeywords
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.is-podcast
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.mediakind
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.series-name
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.network-name
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.episode-num-
str
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.episode-sort
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.season-num
2007-11-10 16:58:21 (0012bc03): Unknown meta code: daap.songgapless
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.gapless-enc-del
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.gapless-heur
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.gapless-enc-dr
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.gapless-dur
2007-11-10 16:58:21 (0012bc03): Unknown meta code: com.apple.itunes.gapless-resy
2007-11-10 16:58:26 (0012bc03): Unknown meta code: com.apple.itunes.is-podcast-playlist
2007-11-10 16:58:26 (0012bc03): Unknown meta code: com.apple.itunes.special-playlist
... [12 lines logging other threads omitted]
2007-11-10 17:30:04 (0012bc03): timeout in select
... [about 1420 instances of "timeout in select" omitted]
2007-11-10 17:53:40 (0012bc03): timeout in select
2007-11-10 17:53:41 (0012bc03): Thread 1197: could not read: unknown internal error
2007-11-10 17:53:41 (0012bc03): Thread 1197: Terminating
2007-11-10 17:53:41 (0012bc03): Thread 1197: Freeing request headers
2007-11-10 17:53:41 (0012bc03): Thread 1197: Freeing response headers
2007-11-10 17:53:41 (0012bc03): Thread 1197: Freeing request vars
2007-11-10 17:53:41 (0012bc03): Thread 1197: Closing fd
2007-11-10 17:53:41 (0012bc03): With thread 1197 exiting, 1 are still running
What does that tell you?
11/11/2007 at 10:58 PM #13231rpeddeParticipant@Jim DeLaHunt wrote:
What does that tell you?
That I clearly don’t have enough debug code in thread creation to see why threads were created. ๐
Guess i’ll have to stand up a windows box and see what’s up. ๐
— Ron
-
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.