Re: [FFmpeg-user] Generate MPEG Transport stream from audio files only

2018-03-09 Thread Pierre Pasquet
I’m confused. What does $ ffmpeg -i udp://127.0.0.1: actually do? Is it a substitute to mediastreamsegmenter? Pierre > On 9 Mar 2018, at 18:44, Moritz Barsnick <barsn...@gmx.net> wrote: > > On Fri, Mar 09, 2018 at 17:34:05 +, Pierre Pasquet wrote: >> Why can

Re: [FFmpeg-user] Generate MPEG Transport stream from audio files only

2018-03-09 Thread Pierre Pasquet
FFMpeg provide a way to create a MPEG-2 transport stream with Audio only? Thanks, > On 9 Mar 2018, at 17:30, Carl Zwanzig <c...@tuunq.com> wrote: > > On 3/9/2018 7:05 AM, Pierre Pasquet wrote: >> I have tried your solution and here’s what I get : Unable to find a suita

Re: [FFmpeg-user] Generate MPEG Transport stream from audio files only

2018-03-09 Thread Pierre Pasquet
Hello, I have tried your solution and here’s what I get : Unable to find a suitable output format for 'color=s=:c=black:r=' color=s=:c=black:r=: Invalid argument The full command was : ffmpeg -re -i test.aac color=s=$outFormat:c=black:r=$videoRate -vcodec copy -vbsf h264_mp4toannexb -acodec

Re: [FFmpeg-user] Generate MPEG Transport stream from audio files only

2018-03-08 Thread Pierre Pasquet
up with an equivalent command for audio only! Thanks for your help, Pierre > On 8 Mar 2018, at 16:17, Moritz Barsnick <barsn...@gmx.net> wrote: > > On Thu, Mar 08, 2018 at 14:25:54 +0000, Pierre Pasquet wrote: >> Not sure to identify what is missing. This comma

Re: [FFmpeg-user] Generate MPEG Transport stream from audio files only

2018-03-08 Thread Pierre Pasquet
Not sure to identify what is missing. This command works for a .m4v file and doesn’t for a .aac file located in the same directory. How can it be? Thanks for your help, > On 8 Mar 2018, at 11:02, Carl Eugen Hoyos <ceffm...@gmail.com> wrote: > > 2018-03-07 19:16 GMT+01:00,

[FFmpeg-user] Generate MPEG Transport stream from audio files only

2018-03-07 Thread Pierre Pasquet
Hello all, I have set up a HLS server and asked it to listen to localhost on port with this command `mediastreamsegmenter -f /Library/WebSever/Documents/live 127.0.0.1 -audio-only`. This is a macOS tool. I have found a command to create an input stream from a **video** file and send it