Re: [FFmpeg-user] FFmpeg TLS : Protocol not found

2016-11-02 Thread Yu Ang Tan
> > On Thu, Nov 3, 2016 at 9:18 AM Carl Eugen Hoyos > wrote: > > This is not related to "Protocol not found". > > I can reproduce this issue, it does not seem to be a regression > (reproducible at least for several years). > > Which application supports rtp over tls? > > Carl Eugen Are you sayi

Re: [FFmpeg-user] FFmpeg TLS : Protocol not found

2016-11-02 Thread Carl Eugen Hoyos
2016-11-02 12:22 GMT+01:00 Yu Ang Tan : > On Fri, Sep 2, 2016 at 11:30 PM Carl Eugen Hoyos wrote: > >> 2016-09-02 3:01 GMT+02:00 Yu Ang Tan : >> > I am trying to stream a video securely, and this is what I have tried: >> > >> > $ ffmpeg -i out.webm -f format >> > tls://127.0.0.1:8554?listen&ce

Re: [FFmpeg-user] FFmpeg TLS : Protocol not found

2016-11-02 Thread Reindl Harald
Am 02.11.2016 um 12:22 schrieb Yu Ang Tan: On Fri, Sep 2, 2016 at 11:30 PM Carl Eugen Hoyos wrote: 2016-09-02 3:01 GMT+02:00 Yu Ang Tan : I am trying to stream a video securely, and this is what I have tried: $ ffmpeg -i out.webm -f format tls://127.0.0.1:8554?listen&cert=test.crt&key=

Re: [FFmpeg-user] FFmpeg TLS : Protocol not found

2016-11-02 Thread Yu Ang Tan
On Fri, Sep 2, 2016 at 11:30 PM Carl Eugen Hoyos wrote: > Hi! > > 2016-09-02 3:01 GMT+02:00 Yu Ang Tan : > > I am trying to stream a video securely, and this is what I have tried: > > > > $ ffmpeg -i out.webm -f format > > tls://127.0.0.1:8554?listen&cert=test.crt&key=test.key > > If you want

Re: [FFmpeg-user] FFmpeg TLS : Protocol not found

2016-09-02 Thread Carl Eugen Hoyos
Hi! 2016-09-02 3:01 GMT+02:00 Yu Ang Tan : > I am trying to stream a video securely, and this is what I have tried: > > $ ffmpeg -i out.webm -f format > tls://127.0.0.1:8554?listen&cert=test.crt&key=test.key If you want to use the tls protocol on Linux, configure with either "--enable-gnutls"

Re: [FFmpeg-user] FFmpeg TLS : Protocol not found

2016-09-02 Thread Yu Ang Tan
On Fri, Sep 2, 2016 at 6:24 PM, Moritz Barsnick wrote: > On Fri, Sep 02, 2016 at 01:01:58 +, Yu Ang Tan wrote: > > $ ffmpeg -i out.webm -f format tls:// > > 127.0.0.1:8554?listen&cert=test.crt&key=test.key > > [1] 46061 > > [2] 46062 > > This is a sign that your shell is launching

Re: [FFmpeg-user] FFmpeg TLS : Protocol not found

2016-09-02 Thread Moritz Barsnick
On Fri, Sep 02, 2016 at 01:01:58 +, Yu Ang Tan wrote: > $ ffmpeg -i out.webm -f format tls:// > 127.0.0.1:8554?listen&cert=test.crt&key=test.key > [1] 46061 > [2] 46062 This is a sign that your shell is launching two commands in the background. You need to protect the '&'s from you

Re: [FFmpeg-user] FFmpeg TLS : Protocol not found

2016-09-02 Thread Reindl Harald
Am 02.09.2016 um 10:09 schrieb Reindl Harald: Am 02.09.2016 um 03:01 schrieb Yu Ang Tan: I am trying to stream a video securely, and this is what I have tried: snipped useless output missing basic informations Has anyone had experience with this? Am I approaching this in a wrong way? Wou

Re: [FFmpeg-user] FFmpeg TLS : Protocol not found

2016-09-02 Thread Reindl Harald
Am 02.09.2016 um 03:01 schrieb Yu Ang Tan: I am trying to stream a video securely, and this is what I have tried: snipped useless output missing basic informations Has anyone had experience with this? Am I approaching this in a wrong way? Would appreciate if you could offer me some hints or

[FFmpeg-user] FFmpeg TLS : Protocol not found

2016-09-01 Thread Yu Ang Tan
I am trying to stream a video securely, and this is what I have tried: Console 1 $ ffmpeg -i out.webm -f format tls:// 127.0.0.1:8554?listen&cert=test.crt&key=test.key [1] 46061 [2] 46062 $ ffmpeg version N-81392-ga453bbb Copyright (c) 2000-2016 the FFmpeg developers built w