On Fri, Jul 31, 2015 at 09:47:08 -0700, Rony Pony wrote:
> ffmpeg -re -i bikerace.mkv -vcodec libx264 -f mpegts 
> tls://0.0.0.0:5000?listen&cert=server.crt&key=server.key
> [8] 594
> [9] 595

You need to protect the '&' from the shell, by quoting or escaping.

$ ffmpeg -re -i bikerace.mkv -vcodec libx264 -f mpegts 
"tls://0.0.0.0:5000?listen&cert=server.crt&key=server.key"

Your ffmpeg has access to those server.crt and server.key?

Moritz
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to