Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-27 Thread mikeversteeg
Paul B Mahol wrote What about disabling native FFmpeg rtmp code? Assuming librtmp one works fine. Thanks for helping Paul. It looks like it is the other way around (unless it's a Windows only bug), but I cannot simply remove librtmp as a lot of other code depends on it. Do you know if it is

Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-27 Thread Paul B Mahol
On 7/26/13, Carl Eugen Hoyos ceho...@ag.or.at wrote: Paul B Mahol onemda@... writes: What about disabling native FFmpeg rtmp code? Assuming librtmp one works fine. It's the other way 'round... Really? AFAIK currently if you have librtmp protocols enabled at same time as native ones, only

Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-27 Thread Carl Eugen Hoyos
Paul B Mahol onemda@... writes: On 7/26/13, Carl Eugen Hoyos cehoyos@... wrote: Paul B Mahol onemda at ... writes: What about disabling native FFmpeg rtmp code? Assuming librtmp one works fine. It's the other way 'round... Really? This is what I suspect. If Mike started actual

Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-26 Thread mikeversteeg
Sorry, you lost me. AFAIK I followed all the rules: to exclude bugs in my code I downloaded the latest version of ffmpeg, reproduced the problem and included the console output. What did I do wrong? As far as I can see Zeranoe adds all libraries required to make this work. My code in fact uses an

Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-26 Thread Carl Eugen Hoyos
mikeversteeg mike@... writes: I suggest you look at the configure lines. Sorry, you lost me. Sorry, what is unclear about that? (Especially since the exact same question was asked - and answered - at the same time on ffmpeg-user) Please compare my configure line with the one you used.

Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-26 Thread mikeversteeg
With 'configure I assume you mean the build configuration? If so, I do not see how disabling inputs will help me solve the problem, nor do I want this as I use the libav* libraries for much more than this. So you still have not answered my question, while apparently you know the answer. This is a

Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-26 Thread Carl Eugen Hoyos
mikeversteeg mike@... writes: With 'configure I assume you mean the build configuration? If so, I do not see how disabling inputs will help me solve the problem Then I really, really honestly cannot help you. Note that I did not want to imply at any point that you haven't given all

Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-26 Thread Carl Eugen Hoyos
Carl Eugen Hoyos cehoyos@... writes: If the answer is out there in this 'ffmpeg-user' can you at least provide a link? http://thread.gmane.org/gmane.comp.video.ffmpeg.user/46779/focus=46824 Sorry, I apparently misread this message, it is probably unrelated. Sorry for the noise, Carl

Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-26 Thread mikeversteeg
Carl Eugen Hoyos wrote mikeversteeg lt;mike@...gt; writes: Then I really, really honestly cannot help you. OK, well thanks for trying. You did help a little bit in demonstrating there is apparently a bug in ffmpeg, where your specific build works and full builds don't. I hope whoever wrote the

Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-26 Thread Paul B Mahol
On 7/26/13, mikeversteeg m...@mikeversteeg.com wrote: Carl Eugen Hoyos wrote mikeversteeg lt;mike@...gt; writes: Then I really, really honestly cannot help you. OK, well thanks for trying. You did help a little bit in demonstrating there is apparently a bug in ffmpeg, where your specific

Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-26 Thread Carl Eugen Hoyos
mikeversteeg mike@... writes: You did help a little bit in demonstrating there is apparently a bug in ffmpeg, where your specific build works and full builds don't. Why do you think so? Please test ./configure make ffmpeg or ./configure --enable-gpl make ffmpeg and report back. If it

Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-25 Thread Mike Versteeg
Has anyone ever made ffmpeg decode an RTMP stream from FMS at all? Mike Versteeg mikeversteeg.com On Wed, Jul 24, 2013 at 10:50 AM, Mike Versteeg m...@mikeversteeg.com wrote: Same stream from Wowza server works fine, but when using Adobe FMS I keep getting the same error (note it works fine

Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-25 Thread Mike Versteeg
I just got permission to publish the stream details for testing, so if anyone wants to have a look it is rtmp://185.13.90.110/vidlivestream/_definst_/stream/test As you can see it works fine in normal flash players, but not in ffmpeg/ffplay/ffprobe. Mike

Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-25 Thread Carl Eugen Hoyos
Mike Versteeg mike@... writes: rtmp://185.13.90.110/vidlivestream/_definst_/stream/test Works fine here, Carl Eugen $ ffmpeg -i rtmp://185.13.90.110/vidlivestream/_definst_/stream/test ffmpeg version N-54924-g5156d48 Copyright (c) 2000-2013 the FFmpeg developers built on Jul 25 2013 09:01:09

Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-25 Thread mikeversteeg
Carl Eugen Hoyos wrote Works fine here, Carl Eugen Thanks, interesting! So unless they fixed it in the past 24 hours, how is this possible? -- View this message in context: http://libav-users.943685.n4.nabble.com/Libav-user-can-t-decode-RTMP-stream-from-FMS-tp4658233p4658250.html Sent from

Re: [Libav-user] can't decode RTMP stream from FMS

2013-07-25 Thread Carl Eugen Hoyos
mikeversteeg mike@... writes: Carl Eugen Hoyos wrote Works fine here, Carl Eugen Thanks, interesting! So unless they fixed it in the past 24 hours, (They?) how is this possible? I suggest you look at the configure lines. (This is not only the reason why you are required to always

[Libav-user] can't decode RTMP stream from FMS

2013-07-24 Thread Mike Versteeg
Same stream from Wowza server works fine, but when using Adobe FMS I keep getting the same error (note it works fine in a flash player). Here's the output of the latest git, anyone have an idea? ffmpeg version N-54901-g55db06a Copyright (c) 2000-2013 the FFmpeg developers built on Jul 23 2013