You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue using exec_static in nginx.conf. ts files are generating in kb's rather than Mb's in /tmp/hls directory. If I restart respective ffmpeg process then the problem is getting solved. I have to do this every time the problem arises.
Following is the command I use
exec_static /usr/local/bin/ffmpeg -i http://192.168.5.46:5309 -acodec libfaac -ab 64k -vcodec copy -copyts -f flv rtmp://localhost/live/test;
Please suggest me on this. Appreciate any help.
The text was updated successfully, but these errors were encountered:
ramspick
changed the title
exec_static problem
exec_static problem in nginx.conf
Jul 28, 2014
I have an issue using exec_static in nginx.conf. ts files are generating in kb's rather than Mb's in /tmp/hls directory. If I restart respective ffmpeg process then the problem is getting solved. I have to do this every time the problem arises.
Following is the command I use
exec_static /usr/local/bin/ffmpeg -i http://192.168.5.46:5309 -acodec libfaac -ab 64k -vcodec copy -copyts -f flv rtmp://localhost/live/test;
Please suggest me on this. Appreciate any help.
The text was updated successfully, but these errors were encountered: