Re: [FFmpeg-devel] Bypass video H264 IP UDP Multicast over FLV RTMP

2014-11-19 Thread Michael Niedermayer
On Wed, Nov 19, 2014 at 01:43:38PM +0700, Dang Duc Hung wrote: > This is ouput full message when I run ffmpeg > [root@Flexi108 ~]# ffmpeg -i udp://x.x.x.x:x -vcodec copy -acodec aac -strict > -2 -b:a 32k -ac 1 -ar 32000 -f flv "rtmp://x.x.x.x/ app=x playpath=x" i suspect a complete reproduceable

Re: [FFmpeg-devel] Bypass video H264 IP UDP Multicast over FLV RTMP

2014-11-18 Thread Dang Duc Hung
mpeg.org] On Behalf Of Steven Liu Sent: Wednesday, November 12, 2014 7:44 AM To: and patches development discussions FFmpeg Cc: Steven Liu; Tran Phung Tho Anh; ddh...@vasc.com.vn Subject: Re: [FFmpeg-devel] Bypass video H264 IP UDP Multicast over FLV RTMP > On Nov 5, 2014, at 4:36 PM, Dang Duc Hun

Re: [FFmpeg-devel] Bypass video H264 IP UDP Multicast over FLV RTMP

2014-11-11 Thread Steven Liu
> On Nov 5, 2014, at 4:36 PM, Dang Duc Hung wrote: > > Hi > > I’m using FFmpeg to convert UDP video to RTMP like that > > ffmpeg -i "udp://x.x.x.x:xxx -vcodec copy -acodec aac -strict -2 -b:a 32k -ac > 1 -ar 32000 -f flv "rtmp://x.x.x.x/ app=testtv playpath=high" > > And then convert RTMP ou

[FFmpeg-devel] Bypass video H264 IP UDP Multicast over FLV RTMP

2014-11-05 Thread Dang Duc Hung
Hi I’m using FFmpeg to convert UDP video to RTMP like that ffmpeg -i "udp://x.x.x.x:xxx -vcodec copy -acodec aac -strict -2 -b:a 32k -ac 1 -ar 32000 -f flv "rtmp://x.x.x.x/ app=testtv playpath=high" And then convert RTMP output to HLS by Server But when I use VLC player or other player to play