[FFmpeg-user] RTSPS: Could not negotiate a supported cipher suite

2016-11-02 Thread Yu Ang Tan
Hi I am trying to securely rtsp stream between two consoles on my computer. On the listening console I have: ffplay -rtsp_flags listen rtsps:// 127.0.0.1:8554/live.sdp?cert=domain.crt"&"key=domain.key On the streaming console I have: ffmpeg -f lavfi -i smptebars -c:v libvpx -f rtsp -rt

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 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&

Re: [FFmpeg-user] FFmpeg RTSP crash

2016-09-17 Thread Yu Ang Tan
On Sat, Sep 17, 2016 at 2:14 AM Carl Eugen Hoyos wrote: > 2016-09-16 15:39 GMT+02:00 Yu Ang Tan : > > I tried:this: > > > > $ git checkout master > > $ git fetch > > > > Then compile as usual. > > My knowledge of git is very limited but I bel

Re: [FFmpeg-user] FFmpeg RTSP crash

2016-09-16 Thread Yu Ang Tan
I tried:this: $ git checkout master $ git fetch Then compile as usual. Nothing changed. It worked on Linux, but crashed on Windows. On Fri, Sep 16, 2016 at 11:43 AM Yu Ang Tan wrote: > On Fri, Sep 16, 2016 at 1:26 AM Carl Eugen Hoyos > wrote: > >> 2016-09-15 15:41 GMT+0

Re: [FFmpeg-user] FFmpeg RTSP crash

2016-09-15 Thread Yu Ang Tan
On Fri, Sep 16, 2016 at 1:26 AM Carl Eugen Hoyos wrote: > 2016-09-15 15:41 GMT+02:00 Yu Ang Tan : > > Let me know how else I can help. > > Please test if current FFmpeg git head works for you. > > Sorry for the overlapping

Re: [FFmpeg-user] FFmpeg RTSP crash

2016-09-15 Thread Yu Ang Tan
On Thu, Sep 15, 2016 at 8:20 PM Carl Eugen Hoyos wrote: > 2016-09-14 23:18 GMT+02:00 Yu Ang Tan : > > > I tried very briefly and here's what I've found: > > > > 00e122bc works on Linux, not on Windows > > Do you know why the user in ticket #5844 sees a cra

Re: [FFmpeg-user] FFmpeg RTSP crash

2016-09-14 Thread Yu Ang Tan
Hi Carl, I tried very briefly and here's what I've found: 00e122bc works on Linux, not on Windows 4873952f works on both Linux and Windows I'll stick to 4873952f for now. Thanks, Ang On Wed, Sep 14, 2016 at 10:28 PM Carl Eugen Hoyos wrote: > 2016-09-14 3:05 GM

Re: [FFmpeg-user] FFmpeg RTSP crash

2016-09-13 Thread Yu Ang Tan
On Wed, Sep 14, 2016 at 9:17 AM Carl Eugen Hoyos wrote: > 2016-09-14 0:33 GMT+02:00 Yu Ang Tan : > > On Wed, Sep 14, 2016 at 1:49 AM Carl Eugen Hoyos > wrote: > > > >> 2016-09-13 7:27 GMT+02:00 Yu Ang Tan : > >> > >> > When I run execute both co

Re: [FFmpeg-user] FFmpeg RTSP crash

2016-09-13 Thread Yu Ang Tan
On Wed, Sep 14, 2016 at 1:49 AM Carl Eugen Hoyos wrote: > 2016-09-13 7:27 GMT+02:00 Yu Ang Tan : > > > When I run execute both commands, my webcam LED lights up. > > But then immediately after ffmpeg crashes. > > Can you test if this is a regression since 00e122

[FFmpeg-user] FFmpeg RTSP crash

2016-09-12 Thread Yu Ang Tan
I am trying to rtsp stream between two consoles on my computer. On console 1 I have: ffmpeg -rtbufsize 100M -re -f dshow -s 320x240 -i video="BisonCam, NB Pro" -r 10 -an -f rtsp -rtsp_transport tcp rtsp://127.0.0.1:8554/demo On console 2 I have: ffplay -rtsp_flags listen -i rtsp://127.0

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 +0000, 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 &g

[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