if url have special character ,I can't download video with rtmpdumpHi ,
if url have special character , I can't download video on cmd. for example if url have : ü ,ö ,ı .... I can't download rtmpdump -r "rtmpe://videodersane.uzaktanegitim.gen.tr/vod/" -W "http://videodersane.uzaktanegitim.gen.tr/Content/swf/StrobeMediaPlayback.swf" -y "mp4:video_ders_2013/sorucözümü/gygk/türkce/01.mp4" -o "C:\Users\erhan\Desktop\sorucozum\1.mp4" I am unsuccessful . I can't download video . How I can solve. thank you . |
Re: if url have special character ,I can't download video with rtmpdumpit's possible to pass such characters by url encoding them. try following command with this version of rtmpdump. in debug log you can see it's sending correct playpath. although there seems to be another problem with your command line may be missing page url or auth code etc.
Code:
rtmpdump -V -r "rtmpe://videodersane.uzaktanegitim.gen.tr/vod//mp4:video_ders_2013/soruc%F6z%FCm%FC/gygk/t%FCrkce/01.mp4" -W "http://videodersane.uzaktanegitim.gen.tr/Content/swf/StrobeMediaPlayback.swf" -o Test.flv Code:
DEBUG: HandleInvoke, received result for method call <createStream> |
Re: if url have special character ,I can't download video with rtmpdumpQuote:
Hi This problem shows up with Windows "cmd", it's OK with Linux. Please see this other post here ---> ___http://forum.videohelp.com/threads/364514-Can-someone-help-rtmpdump |
Re: if url have special character ,I can't download video with rtmpdump@bat999
That seems weird. actually above command encodes palypath properly as can be seen in wireshark dump. can you share your dump after changing rtmpe to rtmp? |
Re: if url have special character ,I can't download video with rtmpdumpQuote:
What command to use with Linux? |
Re: if url have special character ,I can't download video with rtmpdumpWireshark dump with same command you posted on other site.
Code:
rtmpdump -r "rtmp://videodersane.uzaktanegitim.gen.tr/vod/" -W "http://videodersane.uzaktanegitim.gen.tr/Content/swf/StrobeMediaPlayback.swf" -y "mp4:Video_Ders_2014/KPSS/gygk/3grup(Gündüz)/Vatandaslik/00.mp4" -o foo.flv |
Re: if url have special character ,I can't download video with rtmpdumpQuote:
|
Re: if url have special character ,I can't download video with rtmpdumpQuote:
![]() There is also no need to use RTMP Encryption and SWF Verification to download these videos. Code:
RTMPDump v2.4 |
Re: if url have special character ,I can't download video with rtmpdumpActually server was expecting UTF-8 encoded vales for those characters instead of ASCII values. OP didn't provided actual stream page url to test with. the following command will work correctly with properly encoded characters.
ASCII => UTF-8 FC => C3 BC F6 => C3 B6 Code:
rtmpdump -r "rtmpe://videodersane.uzaktanegitim.gen.tr/vod//mp4:video_ders_2013/soruc%C3%B6z%C3%BCm%C3%BC/gygk/t%C3%BCrkce/01.mp4" -W "http://videodersane.uzaktanegitim.gen.tr/Content/swf/StrobeMediaPlayback.swf" -o Test.flv Code:
RTMPDump v2.4 GIT-2014-03-02 (Compiled by KSV) |
All times are GMT -6. The time now is 08:46 PM. |