bpa wrote: > To simplify debugging and not clutter the log - just play http/m3u8 URL > and not iplayer:// URLs. > It is also easier if you paste with no editing (as missing message in > the log are important - editing destroys that info) and put text into a > text file and then zip it. > > It look like ffmpeg starts playing but then network connections dies on > ffmpeg. > > You need to see from a shell prompt if ffmpeg can "play" a BBC > http:/m3u8 URL into a file
17497 Sorry, the log had been running all day and only failed after close on 4 hours so there was Megabytes of identical data. Simplified log attached showing one stop, a restart and another stop. Running ffmpeg from a shell prompt has resulted in this - any insights gratefully received? Hopefully I have the command right. The output file is 32Mb. many thanks [vortexbox.localdomain ~]# ffmpeg -loglevel verbose -i http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_radio_three.m3u8 -f flac bbcr3.flc 2>&1 | tee logfile ffmpeg version 2.1.4 Copyright (c) 2000-2014 the FFmpeg developers built on Mar 17 2014 12:52:37 with gcc 4.6.3 (GCC) 20120306 (Red Hat 4.6.3-2) configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib --mandir=/usr/share/man --arch=i686 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libdc1394 --enable-libfaac --enable-nonfree --enable-libfdk_aac --enable-nonfree --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg --enable-libpulse --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvorbis --disable-libv4l2 --enable-x11grab --enable-avfilter --enable-avresample --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --disable-doc --shlibdir=/usr/lib --cpu=i686 --enable-runtime-cpudetect libavutil 52. 48.101 / 52. 48.101 libavcodec 55. 39.101 / 55. 39.101 libavformat 55. 19.104 / 55. 19.104 libavdevice 55. 5.100 / 55. 5.100 libavfilter 3. 90.100 / 3. 90.100 libavresample 1. 1. 0 / 1. 1. 0 libswscale 2. 5.101 / 2. 5.101 libswresample 0. 17.104 / 0. 17.104 libpostproc 52. 3.100 / 52. 3.100 [hls,applehttp @ 0x996e840] Estimating duration from bitrate, this may be inaccurate Input #0, hls,applehttp, from 'http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_radio_three.m3u8': Duration: 00:00:00.01, start: 24735.822578, bitrate: 322 kb/s Program 0 Metadata: variant_bitrate : 339200 Stream #0:0: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 322 kb/s Metadata: variant_bitrate : 339200 File 'bbcr3.flc' already exists. Overwrite ? [y/N] y [graph 0 input from stream 0:0 @ 0x996e6c0] tb:1/48000 samplefmt:fltp samplerate:48000 chlayout:0x3 [audio format for output stream 0:0 @ 0x99a9c80] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'audio format for output stream 0:0' [auto-inserted resampler 0 @ 0x99ab440] ch:2 chl:stereo fmt:fltp r:48000Hz -> ch:2 chl:stereo fmt:s32 r:48000Hz [flac @ 0x99a8f00] encoding as 24 bits-per-sample Output #0, flac, to 'bbcr3.flc': Metadata: encoder : Lavf55.19.104 Stream #0:0: Audio: flac, 48000 Hz, stereo, s32, 128 kb/s Metadata: variant_bitrate : 339200 Stream mapping: Stream #0:0 -> #0:0 (aac -> flac) Press [q] to stop, [?] for help [tcp @ 0x99aa060] Failed to resolve hostname as-hls-uk-live.edgesuite.net: Name or service not known http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_radio_three.m3u8: Input/output error No more output streams to write to, finishing.0kbits/s size= 32199kB time=00:03:37.63 bitrate=1212.0kbits/s video:0kB audio:32191kB subtitle:0 global headers:0kB muxing overhead 0.025040% ------------------------------------------------------------------------ kingswindsor's Profile: http://forums.slimdevices.com/member.php?userid=61926 View this thread: http://forums.slimdevices.com/showthread.php?t=103158 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
