Le 19.10.2012 17:42, Romain Beauxis a écrit :
> 2012/10/19 Yoann QUERET <[email protected]>:
>> WAV ouptut with header=false (for disable duration and encoding as 
>> an
>> infinity stream in RAW PCM) ffmpeg crash.
>> Is i keep header to true without duration, "encoding" stop after a 
>> long
>> time. (
>>
>> I test to encoding in mp3 with liq and use ffmpeg to add this mp3 in 
>> a
>> mpegts container :
>>
>> output.external(
>>         %mp3(bitrate=64),
>>         "ffmpeg -i - -acodec copy -f mpegts
>> udp://#{ipdest}:#{portdest}?pktsize=1316",
>>         input
>> )
>
> Ha! Using ffmpeg to send UDP data is cool, we should document it! As
> for WAV with no header, you may have to tell ffmpeg what PCM format
> you are feeding him. Otherwise, is it working with mp3?
>
> Romain

I have no testing to specify the input format (PCM) to ffmpeg. Perhaps 
an idea but encoding in liquidsoap or in ffmpeg with libmp3lame, ... for 
me is the same .. and perhaps better in liq.

Sending mp3 in a mpegts container over udp multicast with ffmpeg, work 
fine from this morning !!

I check next monday, if i found GAP on my multicast receiver station.

Yoann

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to