I was using Liquidsoap v1.1.0 for quite some time and
it was running more or less without any issues.

Then I have updated to version 1.1.1 and
suddently had some problems with output.external:

---
$ [clock.wallclock_main:2] Source mkdir_-p_l  _&&_cd_l_&&
ffmpeg_-i_-_-y_-c:a_libfaac_-ab:a_32k_-ac:a_1_-flags_global_header_
-map_0:0_-f_mpegts_-vn_-_| _m3u8-
segmenter_-i_-_-d_10_-m_stream(dot)m3u8 _-r_-p_s_-u_""
failed while streaming: Sys_error("Broken 
pipe")!
$ [clock.wallclock_main:3] Raised by primitive operation
at file "pervasives.ml", 
line 256, characters 2-40
---

cmd = "mkdir -p #{path} && cd #{path} &&
#{ffmpeg_cmd} | #{segmenter_cmd}"
output.external(
    %mp3,
    fallible=true,
    cmd,
    main_source
)


Was there anything changed with output.external?


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to