Help me please with picture ?
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 24 of 24
			
		- 
	Last edited by enginerdogan; 2nd Nov 2015 at 03:09. 
- 
	it's the good code it works with the last version of rtmpdump 
 https://github.com/K-S-V/Scripts/releases
- 
	Hi , 
 
 What I can say :
 
 _ a same issue has been asked :
 https://forum.videohelp.com/threads/364514-Can-someone-help-rtmpdump?p=2321328&highligh...ik#post2321328
 
 _ a linux man could download the file for you .
 
 _ give us the link where to watch directly the video .
 
 Cheers .
- 
	sorry it woks on my debian linux 
 but on windows with the specials characters you can do this
 
 Code:rtmpdump -r "rtmpe://videodersane.uzaktanegitim.gen.tr/vod//mp4:/Video_Ders_2014/DGS/T%C3%BCrk%C3%A7e/00.mp4" -W "http://videodersane.uzaktanegitim.gen.tr/Content/swf/StrobeMediaPlayback.swf" -o "00.mp4" 
- 
	or if we use your code 
 
 ü -> üCode:rtmpdump -r "rtmpe://videodersane.uzaktanegitim.gen.tr/vod/" -W "http://videodersane.uzaktanegitim.gen.tr/Content/swf/StrobeMediaPlayback.swf" -y "mp4:/Video_Ders_2014/DGS/Türkçe/00.mp4" -o "00.mp4" 
 ç -> ç
 for the future you find more character here
 http://www.i18nqa.com/debug/utf8-debug.htmlLast edited by biezom; 27th Dec 2014 at 15:59. 
- 
	Help me please with picture ? Last edited by enginerdogan; 2nd Nov 2015 at 03:08. 
- 
	
- 
	Hi , 
 
 ü -> ü
 ç -> ç
 
 don't work for me .
 
 Inclued in a batch file .
 Ms-dos change the letters .
 Livestreamer also change .
 
 At the end the link is REALLY wrong .
 
 Cheers .
- 
	Off-topic, but absolutely necessary...... 
 
 The command prompt is not MS-DOS.
 
 cmd.exe is not command.com 
 
 And since Windows 4.0 (aka 95), command.com just emulates DOS when run in 32-bit mode 
 Hell, it supported even Apache (the web server), which surely has never been a "DOS-compatible" application  
- 
	ok it's an encoding/code issue 
 
 chcp in cmd.exe get the code
  
 
 for me it's 850
 you can change with chcp 850 (no risk it changes encoding only in the running console)
 and retry this code with ü and ç
 if it doesn't work can you tell me what results you get with chcp to know your codeCode:rtmpdump -r "rtmpe://videodersane.uzaktanegitim.gen.tr/vod/" -W "http://videodersane.uzaktanegitim.gen.tr/Content/swf/StrobeMediaPlayback.swf" -y "mp4:/Video_Ders_2014/DGS/Türkçe/00.mp4" -o "00.mp4" Last edited by biezom; 2nd Jan 2015 at 11:55. 
- 
	Hi , 
 
 @biezom : Many thanks for your help .
 
 I have set in my batch file :
 chcp 1252
 
 The streaming is done .
 
 Note : the previous screen given in attachment is unchanged .
 
 Regards .
- 
	great, there surely has a chcp ???? works with the original code 
 Code:rtmpdump -r "rtmpe://videodersane.uzaktanegitim.gen.tr/vod/" -W "http://videodersane.uzaktanegitim.gen.tr/Content/swf/StrobeMediaPlayback.swf" -y "mp4:/Video_Ders_2014/DGS/Türkçe/00.mp4" -o "D:\rtmpdump\Turkce\00.mp4" 
 But I have not found
- 
	Help me please with picture ? Last edited by enginerdogan; 2nd Nov 2015 at 03:08. 
- 
	you can try 
 ı >> %C4%B1Code:rtmpdump -r "rtmpe://videodersane.uzaktanegitim.gen.tr/vod//mp4:Video_Ders_2014/OABT/S%C4%B1n%C4%B1f %C3%96%C4%9Fretmenli%C4%9Fi/Alan/01.mp4" -W "http://videodersane.uzaktanegitim.gen.tr/Content/swf/StrobeMediaPlayback.swf" -o "D:\rtmpdump\Engin\Sinif\Alan\01.mp4" 
 Ö >> %C3%96
 ğ >> %C4%9F
 source http://www.utf8-chartable.de/unicode-utf8-table.pl?start=256&unicodeinhtml=hexLast edited by biezom; 5th Feb 2015 at 11:06. 
- 
	Help me please with picture ? Last edited by enginerdogan; 2nd Nov 2015 at 03:08. 
- 
	i completed my post 
 source http://www.utf8-chartable.de/unicode-utf8-table.pl?start=256&unicodeinhtml=hex
- 
	Help me please with picture ? Last edited by enginerdogan; 2nd Nov 2015 at 03:08. 
- 
	Hi enginerdogan , 
 
 See below an example of batch file .
 =====
 
 @echo on
 rtmpdump -r "rtmpe...Alan/01.mp4" -W "http://... .swf" -o "01.mp4"
 pause
 rtmpdump -r "rtmpe...Alan/02.mp4" -W "http://... .swf" -o "02.mp4"
 pause
 ...
 rtmpdump -r "rtmpe...Alan/28.mp4" -W "http://... .swf" -o "28.mp4"
 pause
 :end
 
 
 The line 'pause' is usefull to see the process at the end of a record .
 And verify if it's OK .
 If yes strike a key to continue .
 =====
 
 Now : supposing You have streamed 2 links . You'll continue tomorrow .
 Open your batch file and do modifications by adding 'rem '
 
 @echo on
 rem rtmpdump -r "rtmpe...Alan/01.mp4" -W "http://... .swf" -o "01.mp4"
 rem pause
 rem rtmpdump -r "rtmpe...Alan/02.mp4" -W "http://... .swf" -o "02.mp4"
 rem pause
 ...
 rtmpdump -r "rtmpe...Alan/28.mp4" -W "http://... .swf" -o "28.mp4"
 pause
 :end
 
 The batch will start working for the stream N°3
 
 Cheers .JE SUIS CHARLIE !!!
- 
	Help me please with picture ? Last edited by enginerdogan; 2nd Nov 2015 at 03:08. 
- 
	Help me please with picture ? Last edited by enginerdogan; 2nd Nov 2015 at 03:08. 
- 
	Hi enginerdogan , 
 
 At the moment you haven't to understand rtmpdump's process .
 Have you 'YES or NOT' the file rtmpdump.exe ?
 _ if yes read what I said above
 _ if not find it on the web and read what I said above
 
 My god is it to hard to understand what I write !!!
 
 Cheers .JE SUIS CHARLIE !!!


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote
 ı tried this link  and then it is work and ı download now. Very very thanks.
 ı tried this link  and then it is work and ı download now. Very very thanks. surprising
   surprising 
						