Re: [FFmpeg-user] How can I expose an rtsp stream using ffmpeg

2018-12-10 Thread Harshil Makwana
that mean we cannot do rtsp streaming using pure > ffmpeg at all ? > > -Agniva > > On Mon, 10 Dec 2018 at 17:55 Harshil Makwana < > harshil.makwana1...@gmail.com> > wrote: > > > Hi Agniva, > > > > To use rtsp stream inside ffmpeg you need to run ffserv

Re: [FFmpeg-user] How can I expose an rtsp stream using ffmpeg

2018-12-10 Thread Harshil Makwana
Hi Agniva, To use rtsp stream inside ffmpeg you need to run ffserver which is removed in latest version, but here I have created separate repo which can be used as rtsp stream, https://github.com/harshil1991/ffserver and just you need to pass your AVpacket in place of av read frame function.

Re: [FFmpeg-user] HW acceleration and ffmpeg

2018-11-13 Thread Harshil Makwana
Yes Sent from my iPhone > On 12-Nov-2018, at 9:13 PM, > wrote: > > So I assume there's no way of making it use HWA automatically via some build > parameters without getting into the code, right? > I'm using a video source filter which wraps itself around ffmpeg and I need > it to do the HW

Re: [FFmpeg-user] HW acceleration and ffmpeg

2018-11-12 Thread Harshil Makwana
Hi, You need to specify hardware accelerator to ffmpeg. You can give hw acceleration name with -hwaccel option to ffmpeg. And if you want to use it with any binary then its example code is located at : doc/examples/hw_decode.c or doc/examples/vaapi_encode.c or doc/examples/vaapi_decode.c file

[FFmpeg-user] FFServer simple source code for RTSP streamer

2018-11-08 Thread Harshil Makwana
only as an RTSP server. Can someone help me with this? Thanks in advance, Harshil Makwana ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ