Re: www.channel4.com: Any way to capture video from the new 4OD service?Quote:
|
Re: www.channel4.com: Any way to capture video from the new 4OD service?Quote:
Fixing (remuxing) takes around 5-15 seconds at most. GetFLV does the hard part (downloading the file). You likely won't find any other way to download from channel4. So if you give up that easy - at least it frees up a timeslot for you. |
Re: www.channel4.com: Any way to capture video from the new 4OD service?Quote:
I wonder whether GetFLV will work with ITV and BBC streaming videos also? I will find out when I have the time. Cheers. |
Re: www.channel4.com: Any way to capture video from the new 4OD service?Success here - I'm an expat using a slow VPN connection. I used the trial version of GetFLV 8.8.46.
I downloaded 10 MB (trial limit) of Derren Brown and then extracted the .264 with FLV extract. I used WinFF to extract the ACC and convert to AC3 then muxed the H264 & AC3 streams into a MKV container using MeGUI to play on my XBOX running XBMC. (Xbox is not fast enough to decode AAC) - it plays fine. PS - I also tried the as-downloaded .FLV file on the xbox using the built in DVD player and it appears it would play at the right speed if it didn't struggle with the AAC codec - so are there PC based players that would play the FLV stream at the correct speed without the demuxing/muxing...? |
Re: www.channel4.com: Any way to capture video from the new 4OD service?Quote:
FLV players |
Re: www.channel4.com: Any way to capture video from the new 4OD service?I've just found a version of youtube-dl (attached to last message on
Code:
http://bitbucket.org/rg3/youtube-dl/issue/63/support-for-4od-http-youtubecom-shows |
Re: Problem capturing 4od videos from screen (Recording channel4 on demand videos)Quote:
correct me if i'm wrong cheers |
Re: Problem capturing 4od videos from screen (Recording channel4 on demand videos)Quote:
You can check what programs support RTMPE streams in the following thread: RTMPE stream recording/downloading/capturing/ripping/saving |
Re: www.channel4.com: Any way to capture video from the new 4OD service?yep will do , thanks for the software links
which i have tried before my first posting here & also read all their posts on how they are were not working any longer , give me 2-3 days ,as my trial at Scothosts finished yday , so i need to sign up for a month to be able to Vpn a UK IP thanks SR :o . |
Re: Difficulty saving channel4 on demand, 4oD, videosQuote:
get-flash-videos is a perl script; as long as you have perl and rtmpdump installed properly the script will run on any machine. The note about the Handshake type mismatch is only a WARNING, not an ERROR. You can safely ignore it in this case. (A type 6 request can validly get 6, 8, or 9 in the reply. Other values would probably indicate an actual problem.) |
Re: www.channel4.com: Any way to capture video from the new 4OD service?StreamRecorder:
Thanks for the link, I had already read that. Seems to be screen capture is what is recommened. Not really what I wanted to do, I would rather download the original. Still need to give GetFLV another try. hyc: thanks for letting me know about the type mismatch. Still not sure why the RTMPSRV generated command does not work. As for get-flash-videos I believe I have both perl and rtmpdump install properly according to the get_flash_video installation notes. I downloaded what it said to along with the two modules it mentions in the Windows install part and have RTMPDUMP in my system32 folder. I think that is the correct way. I will also try to get the other modules it mentions. When I use this command Code:
perl get_flash_videos rtmpe://ll.securestream.channel4.com/a4174/e1/mp4:xcuassets/CH4_08_02_16_25880001001001_001.mp4 Code:
Couldn't download 'rtmpe://ll.securestream.channel4.com/a4174/e1/mp4:xcuassets/CH4_08_02_16_25880001001001_001.mp4': 501 Protocol scheme 'rtmpe' is not supported It seems to me from my experimenting that both rtmpdump and get_flash_videos rely on the precision and correctness of the URL it is given. As such my parsing needs to be better but I can't understand the peculiarities of the RTMPDUMP errors like: Code:
WARNING: Trying different position for client digest! I would be interested to know if anyone else has been successful with downloading from 4oD with either RTMPDUMP or get_flash_videos or anything else other than screen capture. I was able to take the address StreamTransport got from a DemandFive video and edit to use in RTMPDUMP, but not one from SeeSaw. So I am not sure of the peculiarities, though I wish I know more. Anyway, thanks for the info, I will continue with this as an intellectual pursuit and hopefully get some help and luck along the way. Cheers |
Re: www.channel4.com: Any way to capture video from the new 4OD service?Quote:
|
Re: www.channel4.com: Any way to capture video from the new 4OD service?I can't get GetFLV to work for me. It must be operator error. I have tried different versions, portable versions, trial versions. It supposedly finds the URL sometimes and I choose download and then go to the FLV Downloader part and it never does anything. The green arrow icon changes to the red X and it never shows any progress. Sometimes it shows different URLs for the same video. It never seems to get the ad URLs, which is fine of course, but odd if it supposed to show downloadable videos. Regardless I guess some more trial and error with it is needed. Any ideas as to why GetFLV doesn't seem to work for me?
@hyc I see now that it needs the http. But it never finds the URL for the rtmpe file. I have both channel4.pm and 4od.pm and brightcove.pm in the plugins folder. Looking at channel4.pm and 4od.pm files themselves they seem to need updating as I think the url scheme has changed. I get Code:
Using method 'generic' for http://www.channel4.com/programmes/sas-the-real-story/4od As you said the point of get_flash_videos is to get the URL and format it for RTMPDUMP. Even if it was working to catch the URL I don't forsee it formatting the command passed to RTMPDUMP any better than RTMPSRV does. And as I mentioned before the command generated by RTMPSRV doesn't work for me. And I can't seem to parse out any channel 4 rtmpe URL correctly, even though I seem to be doing ok with other sites. RTMPSRV has a -C Z: in its command. I am not sure what null data it is wanting to put in. Looking things over it seems there might be a secure token, but when I use the -T parameter with what I think is the token I got from looking at URLSnooper it still does not work. I looked at both the get_flash_videos channel4.pm and a version of get_iplayer that has channel4 functionality and they both seem to speak to there being a secure token. Perhaps this is what I am missing. As I mentioned I think the channel4 get_flash_videos plugins need updating and as the get_iplayer channel4 portion looks similar it to fails to work also. I have got rtmpdump to work with other sites and I would like to get it to work with channel4 also. I just can't figure out what is so unique that I can't get the videos using RTMPDUMP. |
Re: www.channel4.com: Any way to capture video from the new 4OD service?We were discussing this over at xbmc.org forums.
Looking at at 4od the akami rtmpe streams needs a auth= parameter to play. How to generate this though currently is unknown. The XML provided by channel4 for a program contains a token: http://www.channel4.com/programmes/h...107?1274015087 this seems to be 136 bytes mime64 encoded. How to get from that to the auth= though is another thing. auth strings look something like da_a1dVaYdXaEcXcWbfdwdibdbncBakajbU-bl76LM-eS-gAT-kttDkpt7swpem8srnunsr3k2tTqvnsq7kYsckFtJsDphmMsfn6 ndrbk3sfp8noqdkVtSkIt9sCoem2sw There is a log function in the javascript on the channel4 site /static/programmes/js/controller/brand/catchup.js that uses /static/global/js/lib/util/hmacsha1.js (readable version @ http://pajhome.org.uk/crypt/md5/sha1.html) I'm unsure if this is connected to the XML token though, or it might be doing a similar encryption. It has a function generateV1Signature which is used by a sendLogMessage function. This calls b64_hmac_sha1 to create a mime64 encoded signature. |
Re: www.channel4.com: Any way to capture video from the new 4OD service?4oD plugin thread on xbmc.org: http://forum.xbmc.org/showthread.php...717#post538717
As exobuzz has just said, the auth key needs to be generated. Here are what I believe to be a matching token (from the xml via wireshark) and auth string (from rtmpsrv): Code:
<token>qlHbl7C4jfNttKlQipkKgZsecvpwy/PqOJGIwFICaQdaTLQEOo1kQpgEYVsZechuv4jyDBQgNIam Code:
da_czapb_asbEadbFbDded_bDbHdYc8doaA-bl8CQ_-eS-ixR-nqrak8n1lwtgoxnWtKnCk9kGoVpgpmpcmcsBkmnHl2tio8nYsenikZjcnbp8pqpdn5s4kAnxl4t6ofnd |
Re: Problem capturing 4od videos from screen (Recording channel4 on demand videos)Quote:
Doesn't grab it when I.P. address is anonymized (for example, when unavailable in your country). |
Re: Problem capturing 4od videos from screen (Recording channel4 on demand videos)Please can anyone help me to rip this?
http://www.channel4.com/programmes/bestival/4od#3131875 I honestly haven't got a clue how to do this but really would like this programme. thanks |
Re: www.channel4.com: Any way to capture video from the new 4OD service?GetFLV will do it.
|
Re: www.channel4.com: Any way to capture video from the new 4OD service?Quote:
|
Re: www.channel4.com: Any way to capture video from the new 4OD service?Quote:
Here. I've done it for you: Go to my website mammothobsequious.com then click the Movies link at the bottom right of the page. |
Re: www.channel4.com: Any way to capture video from the new 4OD service?I've only just seen you replied Spasticus - I'm currently at work but I will download the video from your site (I take it that's an option?) when I get home later.
thank you so much - I really appreciate it a lot. Where was I going wrong do you think? I'm a real ditz with ripping stuff and was frustrated that it was only picking up the adverts. Thank you again :D |
Re: www.channel4.com: Any way to capture video from the new 4OD service?Make sure you have the full version, not the trial version.
Open GetFLV and copy or type the url into browser window. Use the browser in GetFLV, not an external browser. When you play the video, a link will appear in the lower half of the screen. There will be a Download button to the right of it. Click it when the video is playing and recording should start. When the video has finished playing, click on FLV Downloader in the left-hand navigation panel. This opens a panel with a list of rows of downloaded or downloading videos. The last one should appear at the bottom of the list. Click the Stop button when the video has finished playing, if it does not stop automatically. Wait for the video to finish playing before you start clicking anything else!Go to Options->Setting to find your download directory and it should be in that directory as a Flash movie. |
Re: www.channel4.com: Any way to capture video from the new 4OD service?I've been trying to use GetFLV with a 4od clip on YouTube and it just doesn't seem to work - it get the adverts just fine but completely ignores the main feature that I want to capture.
The url is http://www.youtube.com/watch?v=QtBMZiBYiT8 Is anyone capable of pulling down this clip? If so pls tell me how you did it so I can see where I went wrong. I am using the full version of GetFLV 8.9.5.5. Thanx in advance for any pointers :) |
Re: www.channel4.com: Any way to capture video from the new 4OD service?Quote:
However, I can't test it, as it won't load. |
Re: www.channel4.com: Any way to capture video from the new 4OD service?Ok, thanks for trying Spasticus... I'll just have to continue my search for this on p2p sites... cheers :)
|
Re: www.channel4.com: Any way to capture video from the new 4OD service?Quote:
First, it wouldn't load at all in Firefox. It might have detected the Video Downloader plug-in and refused to load after I had confirmed my age as over 18, or it may have been something to do with this. I got it to play relectantly in Chrome then tried to download it with CooJah6, but it refused to play ball. However, in Chrome it didn't ask me to confirm I was over 18, as it did in Firefox. I'm not sure why or whether this had something to do with the problem. I pressed the Record button, but again, no dice. Finally, I selected it in Coojah, right-clicked and added it as a "Tough" download. Then it grabbed it kicking and screaming all the way down, along with a boatload of trash. That's how to do it. Thanks Channel 4/YouTube! It was quite funny. |
Re: www.channel4.com: Any way to capture video from the new 4OD service?Wow, awesome work Spasticus, I knew that little sucker couldn't hold out for long! I shall grab CooJah and try and repeat what you did :D
BTW, glad u enjoyed the comedy, you should watch the rest of the series it's pretty dam funny :) Once again, thanks for rising to the challenge! |
Re: www.channel4.com: Any way to capture video from the new 4OD service?anyone have any luck downloading 4OD content on the mac. the majority of software appears to windows. boo
|
Re: www.channel4.com: Any way to capture video from the new 4OD service?Quote:
HTH ;) |
Re: www.channel4.com: Any way to capture video from the new 4OD service?Actually, not this episode... this is the pilot that aired before the actual series was made and I searched the newsgroups and the file depositories but couldn't find it... eventually found the episode on the eDonkey network :)
|
Re: www.channel4.com: Any way to capture video from the new 4OD service?Hi Guys, have been reading this with interest the last couple of days.
I am trying to get the entire 5th season of coach trip onto DVD for a friend which is on 4od. It looks like the only way to do this is by purchasing GetFLV for $59.95. Was wondering if anyone who already owns this prog would be interested in capturing the entire series for me and putting them on DVD for the same price as the programme as I would never use it again, plus I have contacted the authors to purchase and have received no response. If anyone would be interested i'd be eternally greatfull and happy to pay ?50 for your troubles. Please get in touch :) |
Re: www.channel4.com: Any way to capture video from the new 4OD service?Quote:
If you're still stuck, post the links to the series you're after and I'll do it. |
Re: www.channel4.com: Any way to capture video from the new 4OD service?Update:
I've just used StreamTransport to download the first episode of Series 5 of Coach Trip. There are about 30 of them, so it's going to take a long time to download the rest. This program is free and easy to use, so you can do it yourself. |
Re: www.channel4.com: Any way to capture video from the new 4OD service?Quote:
first. |
Re: www.channel4.com: Any way to capture video from the new 4OD service?danwilson82, I have the solution to your woes. Don't worry about capturing Coach Trip/downloading expensive apps/whatever.
Gimme a PM ;) Quote:
![]() |
Re: www.channel4.com: Any way to capture video from the new 4OD service?Quote:
|
Re: www.channel4.com: Any way to capture video from the new 4OD service?Actually, speaking of USENET, all of the Coachtrip S05 episodes that danwilson82 is after are available on the newsgroups except it seems episodes 9, 15, and 29. Couldn't find those three episodes on upload sites either so you might want to get those from 4od - the rest I can put on a couple if DVDs if you like (forget the 50 quid, just a couple of quid for the blank dvds and postage is fine), although I get the feeling that zarathustra is already on the case :)
|
Re: www.channel4.com: Any way to capture video from the new 4OD service?Quote:
But thanks for looking for me anyway, it's appreciated. Like I said I already found the episode on eDonkey so it's all good :) BTW, good to see you also use NZBMatrix - along with "SABnzbd" and "Sick Beard" and "PS3 Media Server" all my usenet download and playback options are fully covered... |
Re: www.channel4.com: Any way to capture video from the new 4OD service?Which Usenet group are these on?
|
Re: www.channel4.com: Any way to capture video from the new 4OD service?Quote:
alt.binaries.multimedia alt.binaries.cores BTW, binsearch.info is a good free place to find usenet postings: http://www.binsearch.info/?q=coach+t...e=900&server=2 for Coach Trip episodes http://www.binsearch.info/?q=phonesh...e=900&server=2 for Phoneshop episodes |
All times are GMT -6. The time now is 10:17 PM. |