Re: [FFmpeg-user] RTMP stream to HTTP

2016-02-08 Thread Jonathan ROY
Thank you for your quick and complete answer Jimmy, it works like a charm now. Jonathan ROY - Software Engineer 1 rue des Frères Lumière - BP 78002 - Parc d'Activités d'Eckbolsheim - 67038 Strasbourg Cedex 2 - France Tel :+33 (0)3 88 21 00 00 | Fax : +33 (0)3 88 75 62 42 www.caldera.com

Re: [FFmpeg-user] RTMP stream to HTTP

2016-02-08 Thread Jimmy Asher
On 2/8/16, 8:07 AM, "ffmpeg-user on behalf of Jonathan ROY" wrote: >[webm @ 0x7fba6b009350] Codec for stream 0 does not use global headers but >container format requires global headers >[webm @ 0x7fba6b009350] Codec for stream 1 does not use global headers but >container format requires glob

[FFmpeg-user] RTMP stream to HTTP

2016-02-08 Thread Jonathan ROY
I need to show in a web browser (Chrome) a live RTMP stream. The only solution I see is to use ffmpeg/ffserver, here is my ffserver conf: —— HTTPPort 8090 HTTPBindAddress 0.0.0.0 File /tmp/feed1.ffm FileMaxSize 512M ACL allow localhost ACL allow 192.168.0.0 192.168.255.255 Fee