foxwelljsly wrote: > Cheers BPA, > > I have now retrieved the following from the SL log: > > [00:00:14.064557] stream_thread:180 headers: len: 126 > HTTP/1.1 200 OK > Server: Logitech Media Server (7.7.6 - 1521467459) > Connection: close > Content-Type: audio/x-m4a-lossless > > > [00:00:14.317325] ffmpeg: stream 0, timescale not set > [00:00:14.317403] ff_decode:302 format: name:mov,mp4,m4a,3gp,3g2,mj2 > lname:QuickTime / MOV > [00:00:14.320175] ffmpeg: stream 0, offset 0x68aba: partial file > [00:00:14.320448] ffmpeg: Could not find codec parameters for stream 1 > (Video: png, none): unspecified size > Consider increasing the value for the 'analyzeduration' and 'probesize' > options > [00:00:14.320491] ff_decode:322 found stream: 0 > [00:00:14.320684] ff_decode:371 setting track_start > [00:00:14.320720] ffmpeg: syntax element unsupported: 4 > [00:00:14.320742] ff_decode:408 avcodec_decode_audio4 error: -1163346256 > Not yet implemented in FFmpeg, patches welcome > [00:00:14.435707] _output_frames:64 start buffer frames: 28672 > [00:00:14.435773] _output_frames:149 track start sample rate: 44100 > replay_gain: 0 > [00:00:14.516840] ff_decode:408 avcodec_decode_audio4 error: -1 > Operation not permitted > [00:00:14.516929] ffmpeg: stream 0, offset 0x6a6d8: partial file > [00:00:14.516965] ff_decode:391 av_read_frame error: -1094995529 Invalid > data found when processing input > [00:00:14.516982] ffmpeg: stream 0, offset 0x6c25d: partial file > [00:00:14.516996] ff_decode:391 av_read_frame error: -1094995529 Invalid > data found when processing input > [00:00:14.517010] ffmpeg: stream 0, offset 0x6de58: partial file > [00:00:14.517026] ff_decode:391 av_read_frame error: -1094995529 Invalid > data found when processing input > [00:00:14.517058] ffmpeg: stream 0, offset 0x6fcb9: partial file
>From the log squeezelite does not try to play the png video stream #1. If you look after the Operation not permitted log entry ffmpeg is having issues with stream #0. It's likely that you need to move the metadata to the beginning of the alac file. You can also do this with ffmpeg, something like ffmpeg -i input.m4a -codec copy -map 0 -movflags faststart output.m4a See 'page 35' (http://forums.slimdevices.com/showthread.php?107352-Announce-piCorePlayer-3-20/page35) of this thread starting at post 344. '349' (http://forums.slimdevices.com/showthread.php?107352-Announce-piCorePlayer-3-20&p=890717&viewfull=1#post890717) describes another possible fix. Ralphy *1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio 'Squeezebox client builds' (https://sourceforge.net/projects/lmsclients/files/) 'donations' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) always appreciated. ------------------------------------------------------------------------ ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484 View this thread: http://forums.slimdevices.com/showthread.php?t=110011 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
