Re: [FFmpeg-user] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future

2018-07-16 Thread zhangkai.gis
I met the same problem. zhangkai 2017-07-17 From:Mohammed Sha Date:2018-07-16 16:04 Subject:[FFmpeg-user] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future To:"FFmpeg user questions" Cc: Hi All, I am using below command to push the video

[FFmpeg-user] Direct show from VLAN addressing

2018-07-16 Thread Robert Frazier
Hi all, I'm investigating a program to use FFplay to pull in and display streams I have operating on a set of vlans. I have an external program I can use to open the proper gateways, but wanted to see about using any alternatives first. There are videos streamed by UDP (I am almost certain) on thr

Re: [FFmpeg-user] how to build ffmpeg into one static program without any dependent dynamic library

2018-07-16 Thread qw
Hi, Static glibc/zlib/libstdc++ are installed as below: yum install glibc-static zlib-static libstdc++-static Therefore libm.a/libz.a/libpthread.a/libdl.a are installed /usr/lib64/libm.a /usr/lib64/libz.a /usr/lib64/libpthread.a /usr/lib64/libdl.a I use the following command to configure a