Hello Miya, Thank for your answer. Yes me too, my problem is just can't save the stream with ffmpeg,I want save the stream for watch locally or re encode again.
Thanks Sent from my iPhone > On Dec 21, 2015, at 4:40 PM, 桃源老師 <[email protected]> wrote: > > >> 2015/12/21 1:41A.M. wi Nur Arifin <wikieonline <at> gmail.com> wrote: >> >> Hello Guys, >> >> I have problem with this script >> >> ffmpeg -i rtmp://80.82.64.38/live<playpath>luxsuperss2 >> <swfUrl>http://www.yocast.tv/myplayer/jwplayer.flash.swf >> \<pageUrl>http://www.yocast.tv/embed.php?live=luxsuperss2&vw=620&vh=490 -c >> copy test.mp4 >> >> >> why I can’t see test.mp4 and I get some error message. >> >> anyone can help me? > > I now figured out how to watch this stream with ffplay: > > ffplay \ > -i "rtmp://89.248.163.3/live" \ > -rtmp_live "1" \ > -rtmp_playpath "luxsuperss2" \ > -rtmp_swfurl "http://www.yocast.tv/myplayer/jwplayer.flash.swf" \ > -rtmp_pageurl "http://www.yocast.tv/embed.php?live=luxsuperss2&vw=650&vh=450" > > > But I can't record this stream with ffmpeg. Does your problem same with me? > > My ffmpeg command is: > > ffmpeg \ > -i "rtmp://89.248.163.3/live" \ > -rtmp_live "1" \ > -rtmp_playpath "luxsuperss2" \ > -rtmp_swfurl "http://www.yocast.tv/myplayer/jwplayer.flash.swf" \ > -rtmp_pageurl "http://www.yocast.tv/embed.php?live=luxsuperss2&vw=650&vh=450" > \ > -f flv \ > -t 60 \ > test.flv > > The error I got with ffmpeg is: > > rtmp server sent error > rtmp server requested close > rtmp://89.248.163.3/live: Unknown error occurred > > > Best Regards, > > // Miya > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
