Re: [Libav-user] x265 HVEC much slower on AMD than Intel

2017-10-12 Thread Dave
On Thursday 12 October 2017 14:05:50 Carl Eugen Hoyos wrote:
> 2017-10-10 23:06 GMT+02:00 Dave :
> 
> > The most obvious difference when running ffmpeg are the following lines
> > On Intel box
> > x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
> >
> > On AMD box
> > x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT
> 
> This indicates that the Intel cpu can at least be much more efficient
> and that higher throughput is no surprise.

Thanks Carl.  I was fairly confident that those instruction set extensions
would be the prime reason for the difference, so I guess the only option
is to build a new box with the "right" CPU.

___
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user


[Libav-user] Pushing RTMPS stream to a streaming server

2017-10-12 Thread black copper
Hi

I want to push an RTMPS stream to Wowza streaming server, from inside an
ARM device (IP Camera).

I can push RTMP stream like this:

ffmpeg  -rtsp_transport tcp -i rtsp://127.0.0.1/channel1 -c copy -f flv
rtmp://[ip]:1935/live/rtmp_test

This works perfectly fine. Now, I have read in FFmpeg docs:

https://www.ffmpeg.org/ffmpeg-protocols.html#tls

that I can actually push an stream using a certificate.

I would like to know if anyone has already done this before, as with
documentation so far (both Wowza and FFmpeg), I am still struggling to get
this working.

Thanks
___
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user


Re: [Libav-user] x265 HVEC much slower on AMD than Intel

2017-10-12 Thread Carl Eugen Hoyos
2017-10-10 23:06 GMT+02:00 Dave :

> The most obvious difference when running ffmpeg are the following lines
> On Intel box
> x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
>
> On AMD box
> x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT

This indicates that the Intel cpu can at least be much more efficient
and that higher throughput is no surprise.

Carl Eugen
___
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user