Hey I'm new to this.
Is it possible for someone to send me an .mp4 file for this?? https://secure.footprint.net/cwtv/cwtv/digital-smiths/production_player/4_2/vsplayer.swf
Its the swf for this episode: http://www.cwtv.com/shows/cedrics-barber-battle/la/?play=d80913a1-5b2e-496e-9752-af49d77048c4
Thanks a lot in advance!

		
			+ Reply to Thread
			
		
		
		
			 
		
			
	
	
				Results 3,631 to 3,660 of 4610
			
		- 
	
- 
	hi 
 orCode:ffmpeg -i "https://www.cwtv.com/ioshlskeys/videos/2015/02/06/CedricsBarberBattle-107-LosAngeles-CW-Stereo_b462d954e.m3u8" -c copy cedrics-barber-battle-la.ts 
 Code:ffmpeg -i "https://www.cwtv.com/ioshlskeys/videos/2015/02/06/CedricsBarberBattle-107-LosAngeles-CW-Stereo_b462d954e.m3u8" -c copy -absf aac_adtstoasc cedrics-barber-battle-la.mp4 
- 
	
- 
	how I could force rtmpexplorer to download the full HD version instead of SD , known that I have the link 
- 
	here is my previous post which I resolved by rtmpexplorer & downloaded the file but only SD 480p , I can get the 1080p link from the page source , now I'm stuck to how transfer that to rtmpexplorer 
 
 thanks
- 
	1) maybe you can use the last patched version of rtmpdump 
 2) and try with rtmpdumphelperCode:https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip 
- 
	could u give me the code for the link in RTMPDUMP ? 
 
 I tried rtmpdumphelper no luck
- 
	maybe 
 orCode:rtmpdump.exe -v -r "rtmp://wfs.eline.xc.advection.net/eline/_dlp/" -y "VOD_Archive_10/334/419334_1080.mp4?advc=eline&advv=1.204.1&advx=1439668201&advt=cgFGi*L*evtv0%21NEshXryP1HAaaxrFjROVGqPtqlOpq 4AXjO07lhfcfTieMSPAj1CqDiB3pwSC0yUXUG2SzFfhn6VvkUl5xRTeEh8KQm7Wyg8paoUDHXGMhX8u4lpykdEGzKF%21JpD5CCcBjQ%21fPno8K6Z2jaUZy4ImLBaJbxwu0vEVxxE5hl49NeR6AnedUCz%21AMsRNxo%21JYwHLq5sj6TbDvA6iNqK1u%21rdpEbsOOO2cX%21vyUZpKiHWi14x4X5zYjJKFB1yYWbG7tUrSEOl19w%3D%3D" -o "video.flv" 
 
 
 see your PMCode:rtmpdump.exe -v -r "rtmp://wfs.eline.xc.advection.net/eline/_dlp/" -y "mp4:VOD_Archive_10/334/419334_1080.mp4?advc=eline&advv=1.204.1&advx=1439668201&advt=cgFGi*L*evtv0%21NEshXryP1HAaaxrFjROVGqPtqlOpq 4AXjO07lhfcfTieMSPAj1CqDiB3pwSC0yUXUG2SzFfhn6VvkUl5xRTeEh8KQm7Wyg8paoUDHXGMhX8u4lpykdEGzKF%21JpD5CCcBjQ%21fPno8K6Z2jaUZy4ImLBaJbxwu0vEVxxE5hl49NeR6AnedUCz%21AMsRNxo%21JYwHLq5sj6TbDvA6iNqK1u%21rdpEbsOOO2cX%21vyUZpKiHWi14x4X5zYjJKFB1yYWbG7tUrSEOl19w%3D%3D" -o "video.flv" 
- 
	
 excellent bro thank you so much , downloaded with success 
 
 http://prntscr.com/897vat
- 
	hi 
 Code:http://video.eyeneer.com/jw6/fxeTtp8R.xml with in red the pid of the video (you can find it in source page code)Code:http://video.eyeneer.com/jw6/D0korixo.xml 
 you can see direct link (mp4) with token and playlist (m3u8)
 NOTA: with hls protocol (m3u8) better quality
 
 
 so
 
 Code:livestreamer "hlsvariant://http://video.eyeneer.com/manifests/fxeTtp8R.m3u8" best -o The-Doors-Break-On-Through.ts Code:livestreamer "hlsvariant://http://video.eyeneer.com/manifests/D0korixo.m3u8" best -o Jimi-Hendrix-Voodoo-Chile-A-Slight-Return.ts Last edited by biezom; 27th Aug 2015 at 01:23. 
- 
	Thanks, I'll try that out also, but I couldn't get ffmpeg to remux the .ts to .mp4. Is it encoding or remuxing from the m3u8 input? It wasn't the exact same size of the file I got with the other software and not a big deal, but I didn't want to alter the video or audio at all. 
 
 Update: It seemed like the ffmpeg method was less work but took longer time wise, so that leads me to believe that it is encoding instead of remuxing. The MKV to MP4 software takes 1-4 seconds, so that is a remux.
- 
	
- 
	Not a big issue but for that video in particular there is a 150k-160k file size difference. Which that isn't a big deal either, but since the other program completes almost instantly it seems that it is doing a clean Remux while ffmpeg is encoding it or doing something else with it. 
 
 Under properties the file size is:
 .TS = 52.5
 ffmpeg mp4 = 50.6
 livestreamer + mkvtomp4 = 50.5
 
 MediaInfo shows the exact same information, both are 1568Kbps 956x718 (4:3) and 152Kbps AAC. Like I said, not a big difference.
 
 *Update 1
 You might be right, maybe ffmpeg is doing a better job. I figured out that both aren't remuxing it, they are just doing a quick convert, so I guess that is why ffmpeg is taking longer, higher quality convert.
 
 *Update 2
 In the middle of researching this, but I thought I would post anyway. What is the difference between -absf and -bsf? Is -absf the older command?Last edited by Nyteowls; 27th Aug 2015 at 05:57. 
- 
	Anonymous84347344GuestRemuxing (output log indicates that): 
 
 Code:Output #0, mp4, to 'Jimi-Hendrix-Voodoo-Chile-A-Slight-Return.mp4': Metadata: encoder : Lavf56.40.101 Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 956x718 [SAR 718:717 DAR 4:3], q=2-31, 25 fps, 25 tbr, 90k tbn, 90k tbc Metadata: variant_bitrate : 1730000 Stream #0:1: Audio: aac ([64][0][0][0] / 0x0040), 44100 Hz, stereo, 147 kb/s Metadata: variant_bitrate : 1730000 Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy)https://ffmpeg.org/ffmpeg.html#Stream-specifiers-1Code:ffmpeg -i "http://video.eyeneer.com/manifests/D0korixo.m3u8" -bsf:a aac_adtstoasc -c copy Jimi-Hendrix-Voodoo-Chile-A-Slight-Return.mp4 
 
 FFMPEG [MP4]:For example, -codec copy or -codec: copy would copy all the streams without reencoding.
 
 MP4: 50,6 MB
 H264: 45,9 MB (48.221.262 Bytes)
 AAC: 4,52 MB (4.747.392 Bytes)
 
 FFMPEG [TS]:
 
 TS: 55,3 MB
 H264: 45,9 MB (48.215.112 Bytes)
 AAC: 4,52 MB (4.747.392 Bytes)
 
 Livestreamer [TS]:
 
 TS: 52,5 MB
 H264: 45,9 MB (48.215.112 Bytes)
 AAC: 4,52 MB (4.747.392 Bytes)
 
 https://forum.videohelp.com/threads/340675-Mkv%D0%A2%D0%BEMp4-v0-224-rapid-tool-for-repack-Mkv-to-Mp4
 
 According to the description MkvТоMp4 changes the container without reencoding.Features:
 - Change the container to Mp4 without transcoding video (If the original video in h264 format)Last edited by Anonymous84347344; 27th Aug 2015 at 14:30. 
- 
	Thanks for helping to lay this out more. What did you do/use to display the TS break down of the file's, H264/AAC size? Is there some ffmpeg code to display that? 
 
 I'm using the newest ffmpeg and it is giving me:
 
 ffmpeg [TS]
 TS: 55.3 MB (58,027,140 bytes)
 
 ffmpeg [MP4]
 MP4: 50.5 MB (52,988,881 bytes)
 H264: 46.0 MB (48,265,792 bytes)
 AAC: 4.49 MB (4,716,418 bytes)
 
 
 
 Livestreamer [TS]
 TS: 52.5 MB (55,132,880 bytes)
 
 MkvToMp4 [MP4]
 MP4: 50.6 MB (53,101,804 bytes)
 H264: 46.0 MB (48,265,820 bytes)
 AAC: 4.52 MB (4,746,898 bytes)Last edited by Nyteowls; 27th Aug 2015 at 18:02. 
- 
	I've been a rtmpdumphelper user but one of the biggest issues when recording live streaming is that if the stream is interrupted for some reason, rtmpdumperhelper will crash. Do anyone have a solution to this? 
 
 I was looking at other alternatives and livestreamer seems to be decent. But does livestreamer default records in .ts? The streams i do on rtmpdumphelper is .flv. Do I need to do some conversion afterwards? Any gui available too? I like the fact that rtmpdumphelper autorecords and autofill the parameters
 
 Thanks
- 
	edit: sorry, I seem to have solved my problem with TubeDigger! Last edited by mattdane; 29th Aug 2015 at 07:37. 
- 
	Hey, 
 
 Does anyone knows how to record this stream? Since its only avaiable in the UK
 
 http://www.bbc.co.uk/iplayer/episode/p0309rkc/reading-and-leeds-festival-2015-limp-biz...group=p030lcl5
 
 I've tried some stuff with proxy, but no success
 
 Thanks in advaced!
- 
	hi 
 
 use youtube-dl with proxy to have rtmp code
 
 Code:youtube-dl --proxy "46.252.75.113:800" -g "http://www.bbc.co.uk/iplayer/episode/p0309rkc/reading-and-leeds-festival-2015-limp-bizkit#group=p030lcl5" rtmp://iplayertokfs.fplive.net/iplayertok?token=c3RhcnRfdGltZT0yMDE1MDgyOTEzMDkzMyZlbmRfdGltZT0yMDE1MDgyOTE3MDkzMyZkaWdlc3Q9MDg2NTJjYzZmZDNiYmIwNjFmNGVlMDg1MmZjMTAxNDE=mp4:3200kbps/modav/bUnknown-f93a4895-97bf-41d0-a9bd-44d500912aec_p0309tp9_1440831263839 
 and after you can use rtmpdump code without proxy
 >>>>
 
 
 Code:rtmpdump -v -r "rtmp://iplayertokfs.fplive.net/iplayertok?token=c3RhcnRfdGltZT0yMDE1MDgyOTEzMDkzMyZlbmRfdGltZT0yMDE1MDgyOTE3MDkzMyZkaWdlc3Q9MDg2NTJjYzZmZDNiYmIwNjFmNGVlMDg1MmZjMTAxNDE=" -y "mp4:3200kbps/modav/bUnknown-f93a4895-97bf-41d0-a9bd-44d500912aec_p0309tp9_1440831263839" -o video.flv Last edited by biezom; 29th Aug 2015 at 11:21. 
- 
	
- 
	Hi folks! 
 
 I try to download on the BBC site following:
 
 http://www.bbc.co.uk/iplayer/episode/b06828hj/reading-and-leeds-festival-2015-mumford-sons
 
 I got an error that the stream is geolocated.
 
 I try with to grab this with proxy addresses from the UK and had no success
 
 Is there another way for grabbing?
 
 Any help was great...
 
 HJ
- 
	
 hi
 
 >>>>>>Code:youtube-dl -g --proxy "77.100.0.36:80" http://www.bbc.co.uk/iplayer/episode/b06828hj/reading-and-leeds-festival-2015-mumford-sons 
 
 Code:rtmp://iplayertokfs.fplive.net/iplayertok?token=c3RhcnRfdGltZT0yMDE1MDkwMTEyMzg0OCZlbmRfdGltZT0yMDE1MDkwMTE2Mzg0OCZkaWdlc3Q9NDk5NTU5YmFjZWU5YzFiNTY4ZTAwYzk0YjNjN2UyODM=mp4:3200kbps/modav/p02zxlpz_b06828gh_1440821978149 
 
 Code:rtmpdump -r "rtmp://iplayertokfs.fplive.net/iplayertok?token=c3RhcnRfdGltZT0yMDE1MDkwMTEyMzg0OCZlbmRfdGltZT0yMDE1MDkwMTE2Mzg0OCZkaWdlc3Q9NDk5NTU5YmFjZWU5YzFiNTY4ZTAwYzk0YjNjN2UyODM=" -y "mp4:3200kbps/modav/p02zxlpz_b06828gh_1440821978149" -o video.flv 
- 
	Hi folks! 
 
 Hope someone could help me again to download following:
 
 http://www.rtve.es/m/alacarta/videos/festivales-de-verano-de-la-2/18-festival-jazz-san...658/?media=tve
 
 Greetings,
 
 HJ
- 
	Use proxy and idm. its work. http://i.hizliresim.com/WZ8Wr2.jpg 
Similar Threads
- 
  How to download a rtmp stream from a websiteBy krb214 in forum Video Streaming DownloadingReplies: 2Last Post: 26th Jul 2011, 19:08
- 
  Need some advice on how to download certain rtmp streamsBy aveceux in forum Video Streaming DownloadingReplies: 3Last Post: 13th Jun 2011, 09:45
- 
  Free DivX Pro Software DownloadBy MJA in forum Video ConversionReplies: 11Last Post: 18th Dec 2010, 08:21
- 
  RTMP Flash file help?By xiaofan in forum Newbie / General discussionsReplies: 0Last Post: 3rd Jun 2007, 09:16


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote
 
			