thread_queue_size option (current value: 8)
Thanks,
Ratheendran
On Fri, Jun 2, 2017 at 1:13 AM, Moritz Barsnick wrote:
> On Thu, Jun 01, 2017 at 18:50:07 +0530, Ratheendran R wrote:
> > configuration options used. in busybox source.
> > BR2_PACKAGE_FFMPEG_EXTRACONF="--d
let me know if you have a better way to handle this scenario.
Regards,
Ratheendran
On Fri, Jun 2, 2017 at 1:13 AM, Moritz Barsnick wrote:
> On Thu, Jun 01, 2017 at 18:50:07 +0530, Ratheendran R wrote:
> > configuration options used. in busybox source.
> > BR2_PACKAGE_FFMPE
Thanks Mortiz for your attending my query.
On Thu, Jun 1, 2017 at 1:43 PM, Moritz Barsnick wrote:
> On Wed, May 31, 2017 at 19:41:00 +0530, Ratheendran R wrote:
> > Also this is an embedded system use case and encoding happens through
> > hardware accelarators on soc fixed pro
Hi All,
I am wrote an app which reads elementary streams of encoded audio/video and
mux them into mpegts stream subsequently write to unix domain socket as
client, an Unix socket server app using libwebsocket takes this streams
and send it to websocket server.
Now this works as expected, curren
Thanks Moritz,
You explanation was helpful.
On Sat, May 13, 2017 at 1:07 AM, Moritz Barsnick wrote:
> On Fri, May 12, 2017 at 19:41:10 +0530, Ratheendran R wrote:
> > *I am trying to ffmpeg and ffplay commands on ubuntu as below.the ffplay
> > gives a permission denie
Hi All,
can any one help me with a working example using UNIX domain socket.
*I am trying to ffmpeg and ffplay commands on ubuntu as below.the ffplay
gives a permission denied. ffmpeg exits immediatly *
* ./ffplay -f mpegts unix:///tmp/ff.socket&
** sleep 2&& ./ffmpeg_g -re -i somethi
Hello All,
I am using ffmpeg library for my use case, the use case requirement is to
take elementary streams(h.264 + AAC) from a shared ring buffer in mempry,
mux them to mpegts streams. currently I am able to create mpegts from input
files using ffmpeg command line utility and a standalone app.
e