Re: [FFmpeg-user] can ffmpeg stream out http video ?

2014-09-08 Thread Claudiu Rad
On 9/8/2014 11:53 AM, Ajay Parashar wrote: My expectation is that ffmpeg should start streaming the data. On other end if I send request from vlc or ffplay then this player should play the streaming data. I don't think so. This is what ffserver is for. -- Claudiu ___

Re: [FFmpeg-user] can ffmpeg stream out http video ?

2014-09-08 Thread Ajay Parashar
Tom Evans Sent: Thursday, September 04, 2014 10:03 PM To: FFmpeg user questions Subject: Re: [FFmpeg-user] can ffmpeg stream out http video ? On Thu, Sep 4, 2014 at 8:49 AM, Ajay Parashar wrote: > > FFmpeg can stream output with tcp and udp protocol. > I want to know can ffmpeg stream

Re: [FFmpeg-user] can ffmpeg stream out http video ?

2014-09-04 Thread Tom Evans
On Thu, Sep 4, 2014 at 8:49 AM, Ajay Parashar wrote: > > FFmpeg can stream output with tcp and udp protocol. > I want to know can ffmpeg stream out video by using http ? > I execute this command > ffmpeg -i my_file.mp4 -f mpegts http://10.125.133.31:8080 > > and it gives below error > > [tcp @ 0

[FFmpeg-user] can ffmpeg stream out http video ?

2014-09-04 Thread Ajay Parashar
FFmpeg can stream output with tcp and udp protocol. I want to know can ffmpeg stream out video by using http ? I execute this command ffmpeg -i my_file.mp4 -f mpegts http://10.125.133.31:8080 and it gives below error [tcp @ 0x2fe6120] Connection to tcp://10.125.133.31:8080 failed: Connection