On Sat, Apr 25, 2015 at 4:04 PM, Nicolas George <[email protected]> wrote: > Le sextidi 6 floréal, an CCXXIII, Anthony Griffiths a écrit : >> thanks for your response and apologies for the overdose of detail in >> my original post. On the ffmpeg forum if you don't give full details >> with console output you get told off... > > Yes, here too. You trim your command line and then you post it exactly with > its console output. > >> could you please specify where this should go in the command and what >> the correct syntax should be? Thanks again. > > This is in the docs, I checked before my first reply. > > Regards, > > -- > Nicolas George
yes thankyou a second look at the docs made some difference. This command: 'recording.mp4|[f=flv]rtmp://xxx.xxx.xxx.xxx:1935/live/livestream1' did start to work but gave this error: 'Malformed AAC bitstream detected: use the audio bitstream filter 'aac_adtstoasc' to fix it' putting '-bsf:a aac_adtstoasc' into the command did fix it in that the process started to run but the rtmp stream was just blackness.It was running but there was no image and the recording/mp4 file created was empty. It was a 6mb file that didn't play. I'd really like to get this function working if possible, thanks for any further thoughts. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
