Re: [FFmpeg-user] need help in reducing the stream start latency in a network enviroment

2017-06-13 Thread Ratheendran R
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

Re: [FFmpeg-user] need help in reducing the stream start latency in a network enviroment

2017-06-06 Thread Ratheendran R
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

Re: [FFmpeg-user] need help in reducing the stream start latency in a network enviroment

2017-06-01 Thread Ratheendran R
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

[FFmpeg-user] need help in reducing the stream start latency in a network enviroment

2017-05-31 Thread Ratheendran R
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

Re: [FFmpeg-user] need an example unix domain sockets usage

2017-05-16 Thread Ratheendran R
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

[FFmpeg-user] need an example unix domain sockets usage

2017-05-12 Thread Ratheendran R
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

[FFmpeg-user] regarding ffmpeg taking i/p from shared memory and then mux them to mpegts container

2017-04-24 Thread Ratheendran R
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