Re: [FFmpeg-user] How can I get rtmp with ffmpeg? Setting swfsize and hash? >

2017-05-13 Thread Moritz Barsnick
On Sat, May 13, 2017 at 16:15:45 +0300, Sinan Aksu wrote: > Thank you for your reply. When I look at the documents, the command looks > correct. No, as I told you, the options for your input need to come *before* the actual "-i" input. This is still not the case in your command line. > I am

Re: [FFmpeg-user] How can I get rtmp with ffmpeg? Setting swfsize and hash? >

2017-05-13 Thread Sinan Aksu
Thank you for your reply. When I look at the documents, the command looks correct. I am using the latest version of windows build ffmpeg. But swf does not accept size and hash settings. Could this be the problem? Because rtmpdump does not work if you do not set swf and hash, but if it is set it

Re: [FFmpeg-user] How can I get rtmp with ffmpeg? Setting swfsize and hash? >

2017-05-13 Thread Moritz Barsnick
On Sat, May 13, 2017 at 11:48:38 +0300, Sinan Aksu wrote: > I looked at the documents. I created a command like the following. But it > failed and I could not solve the error. > > Command : ffmpeg -i "rtmpe://93.189.57.254/xlive" -rtmp_app xlive > -rtmp_flashver WIN 23,0,0,162 -rtmp_swfurl " >

Re: [FFmpeg-user] How can I get rtmp with ffmpeg? Setting swfsize and hash? >

2017-05-13 Thread Sinan Aksu
I looked at the documents. I created a command like the following. But it failed and I could not solve the error. Command : ffmpeg -i "rtmpe://93.189.57.254/xlive" -rtmp_app xlive -rtmp_flashver WIN 23,0,0,162 -rtmp_swfurl " http://sportstream365.com/swf/VideoPlayer.swf; -rtmp_swfverify "

Re: [FFmpeg-user] How can I get rtmp with ffmpeg? Setting swfsize and hash? >

2017-05-12 Thread Moritz Barsnick
On Fri, May 12, 2017 at 15:42:12 +0300, Sinan Aksu wrote: > It works with rtmpdump but I can not run it with ffmpeg. I need to set > swfsize and hash, but I can not set it. Did you check the documentation? If your ffmpeg used the native (i.e. ffmpeg's own) implementation of RTMP, there are

[FFmpeg-user] How can I get rtmp with ffmpeg? Setting swfsize and hash? >

2017-05-12 Thread Sinan Aksu
Hello there, It works with rtmpdump but I can not run it with ffmpeg. I need to set swfsize and hash, but I can not set it. Rtmpdump running version: rtmpdump -r rtmpe://93.189.57.254/xlive -a xlive -f WIN 23,0,0,162 -s http://sportstream365.com/swf/VideoPlayer.swf -w